Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syntapy/test-driven-web-app-template
Template Repo: Dockerized screenshot tests for web app
https://github.com/syntapy/test-driven-web-app-template
cypress end-to-end-testing frontend playwright test-automation webapp
Last synced: 29 days ago
JSON representation
Template Repo: Dockerized screenshot tests for web app
- Host: GitHub
- URL: https://github.com/syntapy/test-driven-web-app-template
- Owner: syntapy
- Created: 2024-12-04T19:40:03.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T19:52:47.000Z (about 1 month ago)
- Last Synced: 2024-12-04T20:38:41.167Z (about 1 month ago)
- Topics: cypress, end-to-end-testing, frontend, playwright, test-automation, webapp
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intro
A skeleton repo to set up a web app in Docker with automated tests using an automated browser of your choice (Cypress, Playwright, Selenium, etc...)
It runs the web app and the test client separate containers
You must provide the code for each
It also provides github actions workflow template as well
You will need to install Docker and Compose for this, and provide an installation script for each
# Motivation
The idea is to make it easy to set up automated browser and screenshot tests for a new or existing project
The use of docker is to make screenshot tests reliable across different machines