Skip to content

alanmulhall/mocha-webdriverio-parallel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-req

Have node / npm installed.

To run

Once in root of directory (i.e. pwd is mocha-webdriverio-parallel)

	./run_tests.sh

How it works

Put in desired browser / os configurations in configurations.yaml.

Ruby script (splitter.rb) is used to create multiple files from one test case file. A new file will be created in split_testcase_dir that has desiredCapability read from configuration.yaml.

parallel-mocha is used to run all those tests in parallel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • Ruby 21.9%
  • Shell 4.9%