AhmedHamada93 / testcafe-e2e-automation-framework

TestCafe Automation Framework Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testcafe Example

E2E tests Framework written in Testcafe.

  • Design Pattern: Page Object Model
  • Language: Javascript ES6

Setup

  1. Clone clone git@github.com:AhmedHamada93/testcafe-e2e-automation-framework.git
  2. Install npm install

Dependencies

  1. Testcafe
  2. dotenv
  3. testcafe-reporter-cucumber-json

Run

  • 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

Report Example

Alt text

About

TestCafe Automation Framework Example


Languages

Language:JavaScript 100.0%