JSPM

@isaac.frontend/testcafe-scaffolding

3.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q31727F
  • License MIT

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

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.

    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