Skip to content

Icebreaker83/cucumber-js-webdriverio-pom-boilerplate

Repository files navigation

WebdriverIO / Cucumber / JavaScript / Page Object Model boilerplate

Prerequisites

  1. Node.js version 8.9.4 or newer with NPM version 5.6.0 or newer

How to set up and run tests

  1. Run: $ npm install (one time)
  2. Run: $ ./node_modules/.bin/selenium-standalone install (one time)
  3. Run: $ ./node_modules/.bin/selenium-standalone start (run in separate terminal before running cucumber)
  4. After this you can run the tests using cucumber:

Run all tests against the Staging environment using Firefox:

$ ./run.sh stage firefox

Run login tests against the Production environment using Chrome:

$ ./run.sh prod chrome features/log_in.feature

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published