Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@isaac.frontend/testcafe-scaffolding) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.
- Next, run the initialization script
npx @isaac.frontend/testcafe-scaffoldingfollow the on-screen instructions. This will install the proper dependencies and setup a directory structure in your project. - To run your test suite locally, run:
npm run test:e2eoryarn 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