Skip to content

amit-singh-bisht/cucumber-ruby-browserstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cucumber-browserstack

This repository provides information and helpful tweaks to run your Cucumber tests on the BrowserStack selenium cloud infrastructure.

Configuration

Add the Cucumber gems into your Gemfile. Run bundle install.

if any error occurs with respect to bundler, then run bundle update --bundler

Run tests

To run the tests, execute:

cucumber features/ --tags @<tag_name> username=<username> accesskey=<access-key> remote=true -f pretty -f junit -o ./reports/report_xml -f pretty -f html -o ./reports/report_html.html

Alternatively the variables can be set in the environment using env or your CI framework (like Travis or Jenkins)

ToDo

add support for rake and run test though bundle exec rake

Further Reading

Happy Testing!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published