Implementation of 20 test cases using WebdriverIO.
Site used for testing: https://telnyx.com/
Test cases are described here.
- Node.js
- Java 8 or above, Allure Report require Java 8 or higher
- Git
- Docker
- Clone the repo using:
git clone https://github.com/KaHDaPaIII/telnyx-webdriverio
- Navigate to folder:
cd telnyx-webdriverio
- Install npm packages using:
npm install
- Run tests:
npm run wdio
- Generate and open allure report:
npm run allure:generate
- Build image:
docker build -t mytest -f Dockerfile .
- Run container:
docker run -it mytest