this proyect contains automated test using WebdriverIO with Mocha, and follows the Page object model patern (POM).
before you start, please be sure you have installed:
- Node.js (recomended v18+)
- npm
check dependencies using the following commands:
node -v
npm -vClone the repo and then install the dependencies:
npm installCreate the .envfile in the root folder.
project-root/
│
├── .env
├── package.json
├── wdio.conf.js
APP_URL=https://practicesoftwaretesting.comOnce all dependencies are installed and configured, execute the following command:
npm run wdiosrc/
├── PO/
│ ├── Components/
│ ├── Pages/
│
├── tests/
├── utils/