https://github.com/markjsapp/puppeteerframework
A Javascript based automation framework that utilizes Puppeteer's API
https://github.com/markjsapp/puppeteerframework
automation bdd javascript
Last synced: about 2 months ago
JSON representation
A Javascript based automation framework that utilizes Puppeteer's API
- Host: GitHub
- URL: https://github.com/markjsapp/puppeteerframework
- Owner: markjsapp
- Created: 2021-09-28T00:27:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-10T00:31:14.000Z (about 3 years ago)
- Last Synced: 2025-03-21T20:47:40.246Z (about 1 year ago)
- Topics: automation, bdd, javascript
- Language: HTML
- Homepage:
- Size: 466 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Puppeteer Framework
This framework utilizies Cucumber/BDD and Google's Puppeteer API. By using Gherkin language we're able to test Amazon.com's search functionalities. Reports are generated via HTML-Reporter and can be configured to auto generate once a test has been completed.
## Automation Running

## Feature File

## Running a Puppeteer Test

## Generating A Report

## HTML-Reporter Example

## TODO
- Add visual regression testing via Percy
## Libraries/Tools Used






## Library Documentation
* https://www.npmjs.com/package/puppeteer-cucumber-js
* https://webdriver.io/docs/rpii-wdio-html-reporter/
* https://developers.google.com/web/tools/puppeteer
* https://github.com/puppeteer/puppeteer
* https://cucumber.io/