To use this template, clone a new repository based on this and
- Fill out this README.md, guided by the tasks below
- Implement the test cases in the choosen framework which are listed in TESTCASES.md
- Delete this quotation
- Delete tasks
This is a template repository to create test-ware for evaluating puppeteer test automation tool.
- Node.js LTS
-
puppeteer
-
Puppeteer is a Node library which provides a high-level API to control Chromium or Chrome over the DevTools Protocol.
-
jest and jest-puppeteer
-
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
The implemented test cases can be found in TESTCASES.md.
npm install
npm test