Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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