E2X Automated Test was developed using Cypress
End-To-End(E2E) testing framework tool
https://www.cypress.io/
- Create an amazon account
- Go to PageObjects - CheckoutPage
- Inside checkout and pom files enter your email and password inside the empty quote
- Clone the repository https://github.com/legzy27/E2X-E2E-TestFramework.git
- Once you download the repository cd into the directory
- Install necessary dependencies with
npm install
command 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 - Click on the test inside the window to run
- To generate a test report run use the command
npm run test
press enter - To view test report open reports folder, click on mochareports folder, right click assets folder and reveal in finder, click to open report.html file
- Used a page object model(POM) in the E2E test framework