michaelha / cucumber-js-browserstack

Selenium examples for Cucumber-JS and BrowserStack Automate

Home Page:https://www.browserstack.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cucumber-js-browserstack

Cucumber-JS Integration with BrowserStack.

BrowserStack Logo

Setup

Running your tests

  • To run a single test, run npm run single
  • To run parallel tests, run npm run parallel
  • To run local tests, run npm run local

Notes

  • You can view your test results on the BrowserStack Automate dashboard

  • To test on a different set of browsers, check out our platform configurator

  • You can export the environment variables for the Username and Access Key of your BrowserStack account

    export BROWSERSTACK_USERNAME=<browserstack-username> &&
    export BROWSERSTACK_ACCESS_KEY=<browserstack-access-key>
    

Additional Resources

About

Selenium examples for Cucumber-JS and BrowserStack Automate

https://www.browserstack.com


Languages

Language:JavaScript 93.4%Language:Gherkin 6.6%