Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thegreatbonnie/javascripttestingframeworksselenium

This repository demonstrates the usage of JavaScript testing frameworks for web automation.
https://github.com/thegreatbonnie/javascripttestingframeworksselenium

automated-testing cypress-tests jasmine javascript jest-tests mocha-tests selenium-webdriver

Last synced: 5 days ago
JSON representation

This repository demonstrates the usage of JavaScript testing frameworks for web automation.

Awesome Lists containing this project

README

        

# JavaScript Automation Testing
This repo contains sample code on how to run JavaScript automated tests.
Step 1: Git clone the repo.
```
git clone https://github.com/TheGreatBonnie/JavaScriptTestingFrameworksSelenium/
```
Step 2: Navigate into JavaScriptTestingFrameworksSelenium folder.
```
cd JavaScriptTestingFrameworksSelenium
```
Step 3: Navigate into JavaScript Testing Framework of your choice eg, Jasmine.
```
cd Jasmine
```
Step 4: Run the npm install command to install the dependencies.
```
npm install
```