example of modular tests using webdriver and cypress to test cards page
npm install
npm run install-selenium
npm run install-cypress
npm run start-selenium
- In a new tab:
npm run wdio-test
npm run wdio-test-chrome
npm run cypress-tests
npm run cypress-tests-headed