create-e2e-testing
v0.0.3
Published
TS/JS E2E testing library, uses jest + puppeteer
Downloads
37
Readme
create-e2e-testing
Uses jest
+ puppeteer
for efficient concurrently runnable e2e tests.
This package was created with create-everything
Quick start
npm
npx create-e2e-testing my-e2e-tests
cd my-e2e-tests
npm i
yarn
yarn create e2e-testing my-e2e-tests
cd my-e2e-tests
yarn install