0.2.0 • Published 5 years ago

@laziness/lazy-cypress v0.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 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 @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.

Demo

Lazy Cypress Demo