Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thegreatbonnie/javascripttestingframeworksselenium
- Owner: TheGreatBonnie
- Created: 2024-02-22T18:20:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-26T19:31:22.000Z (10 months ago)
- Last Synced: 2024-12-18T20:13:54.580Z (5 days ago)
- Topics: automated-testing, cypress-tests, jasmine, javascript, jest-tests, mocha-tests, selenium-webdriver
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```