/wdio-cy-amex

example of modular tests using webdriverio and cypressio to test cards page

Primary LanguageJavaScript

wdio-cy-amex

example of modular tests using webdriver and cypress to test cards page

get started

  1. npm install
  2. npm run install-selenium
  3. npm run install-cypress

running tests in wdio

  1. npm run start-selenium
  2. In a new tab: npm run wdio-test

to use chrome browser

npm run wdio-test-chrome

running tests in cypress

npm run cypress-tests

to use headed browser

npm run cypress-tests-headed