Skip to content

ale-sanchez-g/cucumber-automate-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A sample project to run tests over BrowserStack Automate.

Edit browsers.json to set the list of browsers on which the tests should be run.

To run the tests, execute:

rake username=<username> key=<access-key>

But with this command, your tests will be run in the browsers one by one. To speed up the execution, they can be run parallely on different platforms.

rake username=<username> key=<access-key> nodes=3

This will run 3 tests simultaneously, saving you some time.

About

not known yet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%