An example of test automation with use of WebdriverIO framework
Node.js
npm/yarn
Just:
yarn
When providing an URL for baseUrl param please note that there should be no extra chars at the end like /
yarn test --baseUrl=http://testedwebsite.com
yarn test --baseUrl=http://your-tested-website.com --spec=prizesList.spec.js
To generate allure reports run:
yarn allure
and check ./reports/allure-output
directory
Use command below to identify coding and styling issues
yarn lint
- Łukasz J - lukcioj@github