# vue-cli-plugin-jest-puppeteer
A plugin for the awesome Vue CLI that simplifies the setup needed to use [Jest]https://jestjs.io/) and Puppeteer to write and run E2E tests.
You can install from npm using the Vue CLI:
vue add jest-puppeteer
The plugin will update your Vue application with the necessary plumbing to run E2E tests using Jest and Puppeteer:
- Installs and configures both libraries and the necessary dependencies
- Adds a new command so you can run the tests using
npm run test:e2e
- Adds a sample test.
Check it on GitHub: