Skip to content

ndmanvar/mocha-webdriverio-parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-req

	export SAUCE_USERNAME=your_username
	export SAUCE_ACCESS_KEY=your_access_key

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