Skip to content

automateITpro/my-experience-with-testcafe-and-what-not-to-do

Repository files navigation

TestCafe Example

Example of simple TestCafe tests Note: I have intentionaly mixed Gherkin tests with TestCafe tests to show that they can coexist together

Requirements

  • Node.js (LTS version recommended)

Setup

  • Clone this repository
  • Navigate to cloned repository folder
  • Run npm i

Run Tests

  • npm run test-all to run all TestCafe tests
  • npm run test-all-and-report to run all TestCafe tests and generate report file
  • npm run test-remote to run all TestCafe tests on a remote device (QR code will be provided)
  • npm run gherkin-tests to run all TestCafe tests written in Gherkin

Link to presentation recording at 👉 automateIT channel.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published