Skip to content

dzmitry-duboyski/Automation-Framework-using-Jest-and-Puppeteer

Repository files navigation

Automation-Framework-using-Jest-and-Puppeteer

Description:

This repository is the practice of Section #5 "Automation Framework using Jest and Puppeteer" of the course "Automated Software Testing with Puppeteer".

In the original course, it is proposed to test the http://zero.webappsecurity.com/ resource, but the proposed resource does not function correctly. In this regard, I created a simplified copy of this resource in order to test it. The resource I use for testing is https://clone-zero-bank.netlify.app/index.html.

Run

Start tests:

npm run test

Start tests in watch mode:

npm run test-watch

Settings

Running tests in headless mode:

Set headless: true in jest-puppeteer.config.js file.

Releases

No releases published

Packages

No packages published