migueloop / jest-puppeteer

UI and API Testing with Jest and Puppeteer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-puppeteer

Jest + Puppeteer Scaffolding project for UI and API testing

Test all

npm i && npm test

Test only api

npm test -- api

Test only web

npm test -- wev

Add more config

To add more tests please add it in config/jest and modify jest.config.js

License

This project is open-sourced software licensed under the MIT license.

About

UI and API Testing with Jest and Puppeteer

License:Apache License 2.0


Languages

Language:JavaScript 100.0%