PrimaryBid Automated Test was developed using Cypress
End-To-End(E2E) testing framework tool
https://www.cypress.io/
- Clone the repository https://github.com/legzy27/PrimaryBid-Cypress-E22-Test-Framework.git
- Once you download the repository cd into the directory
- Install necessary dependencies with
npm install
before the cypress E2E tests can run locally - To launch the test locally use the command
npx cypress open
. this will launch the cypress window and run the test - To generate a test report run
npm run test
- To view test report open reports folder click on mochareports folder, open assets folder and click to open report.html file
- App failed Google Mobile-Friendly Test