E2E tests Framework written in Testcafe.
- Design Pattern: Page Object Model
- Language: Javascript ES6
- Clone
clone git@github.com:AhmedHamada93/testcafe-e2e-automation-framework.git
- Install
npm install
- Run all tests with runner class
node runner.js
- Run all tests in chrome without report
npm run test-chrome-without-report
- Run all tests in chrome with report
npm run tests-chrome-with-report
- Run all tests in regression suit only
npm run regression-tests-with-report