@laziness/lazy-cypress
v0.2.0
Published
Automate Cypress integration tests
Downloads
6
Maintainers
Readme
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 @laziness/lazy-cypress -D
Using npm:
$ npm install @laziness/lazy-cypress --save-dev
Usage
Import the LazyCypress component in your page
import { LazyCypress } from "@laziness/lazy-cypress";
And add the component into the page
<LazyCypress />
Now you're ready to start recording and generating cypress tests for your pages.