Skip to content

TestCafe scaffolding tool to setup your repository for end-to-end testing with TestCafe

License

Notifications You must be signed in to change notification settings

RonaldvdH/testcafe-scaffolding

 
 

Repository files navigation

TestCafé scaffolding tool

This project aims to simplify and standardize the installation and configuration of automated browser tests using TestCafé for various projects. This will hopefully lower the threshold to start with browser testing in projects.

Installation

Note: these installation instructions assume you already have a package.json present in the root of your project. If you do not have this, run npm init or yarn init and follow the instructions on screen.

  1. Next, run the initialization script npx @isaac.frontend/testcafe-scaffolding follow the on-screen instructions. This will install the proper dependencies and setup a directory structure in your project.
  2. To run your test suite locally, run: npm run test:e2e or yarn test:e2e

The latest version of the following dependencies will be installed, depending on the features you want:

Also, we'll install a runner.js in tests/e2e where we call the TestCafé programmatic runner.

Table of Contents

License

MIT © ISAAC E-commerce Solutions BV

About

TestCafe scaffolding tool to setup your repository for end-to-end testing with TestCafe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%