This is a sample test framework for evaluation of WebdriverIO test automation tool
- Node.js (latest)
Name: WebdriverIO
Home page: https://webdriver.io/
Next-gen browser and mobile automation test framework for Node.js
The implemented test cases can be found in TESTCASES.md.
npm init -y
npm i --save-dev @wdio/cli
npx wdio config
npx wdio wdio.conf.js
or
npm test