Skip to content

Zovi343/E2E_Testing_with_Puppeteer_Final

Repository files navigation

End-to-End testing With Puppeteer and Jest

Example of Puppeteer integration with Jest using jest-puppeteer library

Installing

install dependencies:
    npm install

Run application

npm run dev-server

Run test suite

npm run test

Run test suite without headless mode and in slow motion

HEADLESS="false" SLOWMO=100 npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published