This package has been deprecated

Author message:

Add the project to a new scope @laziness/lazy-cypress

lazy-cypress

0.2.0 • Public • Published

Lazy Cypress

Automate Cypress integration test in your React app.

This project was inspired by Akira Matsuda's heavens_door.

Install

Using yarn:

$ yarn add lazy-cypress -D

Using npm:

$ npm install lazy-cypress --save-dev

Usage

Import the LazyCypress component in your page

import { LazyCypress } from 'lazy-cypress';

And add the component into the page

<LazyCypress />

Now you're ready to start recording and generating cypress tests for your pages.

Demo

Lazy Cypress Demo

Package Sidebar

Install

npm i lazy-cypress

Weekly Downloads

1

Version

0.2.0

License

none

Unpacked Size

13.7 kB

Total Files

7

Last publish

Collaborators

  • leandrotk