Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudydaiyz/qa-pup
Serverless QA testing
https://github.com/cloudydaiyz/qa-pup
Last synced: about 1 month ago
JSON representation
Serverless QA testing
- Host: GitHub
- URL: https://github.com/cloudydaiyz/qa-pup
- Owner: cloudydaiyz
- Created: 2024-09-10T20:29:35.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-12T02:47:09.000Z (4 months ago)
- Last Synced: 2024-11-09T00:12:29.680Z (3 months ago)
- Language: TypeScript
- Homepage: https://qa-pup.pages.dev
- Size: 2.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
qa-pup
Small-scale, serverless QA testing, based on my previous Deep Interest Validator.## Directories
- `/cloud`: Cloud configuration (IaC)
- `/packages`: All npm (TypeScript) packages associated with the project, excluding the one for the frontend.
- `/scripts`: Bash scripts to simplify development
- `/website`: Frontend
## Limits
- 1 scheduled test run a day
- 3 manually triggered test runs a day max
- No one can trigger a test run if
- a test run is already running
- the current time is within 1 hr of a scheduled run's start time
- 10 emails get notified on test run completion max## Enjoy!