0.2.0 • Published 4 years ago

lazy-cypress v0.2.0

Weekly downloads
8
License
-
Repository
github
Last release
4 years ago

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