https://github.com/pwa-builder/integration-tests
https://github.com/pwa-builder/integration-tests
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwa-builder/integration-tests
- Owner: pwa-builder
- Created: 2020-09-10T22:58:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-16T18:01:35.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T13:54:13.305Z (about 1 year ago)
- Language: JavaScript
- Size: 80.1 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pwabuilder-integration-tests
Based on https://github.com/xfumihiro/jest-puppeteer-example
This tool loads https://pwabuilder.com and runs both sites that are and aren't PWAs. For each URL that is run, it looks at the site and ensures
that we have validated the site correctly. These tests are done with Playwright, so we are testing the ACTUAL site and are running tests through it just like we would manually.# Instructions
Run the following commands in your preferred terminal- git clone https://github.com/pwa-builder/integration-tests.git
- npm install
- npm run testThe output will show if a test has passed or failed. If a failure happens, you will also see which URL has failed.