Skip to content

MaciejReszotnik/webdriverjs-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For all the instructions use the system command line (bash, powershell, cmd). Ensure that you run commands from project main directory.

Ignore quotation marks (") in the instructions.

Before launch:

  1. Install dependencies with command: "npm i"
  2. Compile solution: "npm run compile"
  3. (optional) In separate command line run compiler in watch mode: "npm run compile-watch"

Launch options:

  1. To run tests just in chrome: "npm run test"
  2. To run tests just in firefox: "npm run test-firefox"
  3. To run tests in parallel in chrome and firefox "npm run test-all"

Test results: Test results for each browser can be found in "test_reports" directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published