This is an E2E integration tests project for testing ParaBank application (https://parabank.parasoft.com/parabank/index.htm).In this project user interacts with Parabank web application and creates new accounts, carries out Bill payment transactions and perfroms relevant validations across screens.
These tests are developed in Javascript with WebDriverIO V7 and Mocha
./test/config/
directory and end with *.conf.js
. These can be called via the the cli. npm install
npm run e2e
npm run mobile
npm run vr
npm run api
Test reporter, that prints detailed results to console.
Run this command to generate the allure report in the directory ./test/reports/allure-report
:
npm run rg
You can run this command to start a server on your machine and open the allure report on the browser:
npm run ro
Mocha HTML report with ApiTestReport.html would be generated in this path - test/reports/apiTest
Responses of API services captured can be found in it respective files under path test/reports/apiResponse