@isaac.frontend/testcafe-scaffolding

3.0.1 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @isaac.frontend/testcafe-scaffolding

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

123 kB

Total Files

25

Last publish

Collaborators

  • ronald.vanderhorst
  • ralphius
  • koenpeters
  • ferry.brouwer.isaac
  • daanvanberkel