Skip to content

gradle test project with reports published automatically using docker compose

Notifications You must be signed in to change notification settings

amado-saladino/gradle-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Gradle test project with reports automatically published in React-based web page using docker-compose

How to Run

Run the command:

docker-compose up -d
# or
make start

Regression tests

Tests can be easily updated or added, just add your java classes or make any changes with the codebase, run test container once more

docker start test
# or
make test

Screenshot viewer

A container for browsing the screenshots taken during test run. This gallery is available at http://<HOST-IP>:8000

About

gradle test project with reports published automatically using docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published