Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzmitry-duboyski/automation-framework-using-jest-and-puppeteer
Part #5: Automation Framework using Jest and Puppeteer for course https://www.udemy.com/course/automated-headless-browser-testing-with-puppeteer/
https://github.com/dzmitry-duboyski/automation-framework-using-jest-and-puppeteer
jest puppeteer
Last synced: 29 days ago
JSON representation
Part #5: Automation Framework using Jest and Puppeteer for course https://www.udemy.com/course/automated-headless-browser-testing-with-puppeteer/
- Host: GitHub
- URL: https://github.com/dzmitry-duboyski/automation-framework-using-jest-and-puppeteer
- Owner: dzmitry-duboyski
- Created: 2023-01-15T10:24:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T18:58:19.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T12:41:19.782Z (3 months ago)
- Topics: jest, puppeteer
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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"](https://www.udemy.com/course/automated-headless-browser-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`](./jest-puppeteer.config.js) file.