E2E tests Framework written in Cypress.
- Design Pattern: Page Object Model
- Clone
clone [email protected]:AhmedHamada93/cypress-e2e-testing-automation-framework.git
- Install
npm install
- Run all tests without report
npm run test
- Run all tests with report
npm run tests-with-report