Skip to content

SOURCEPARK/TestingGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

106 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Express + PostgreSQL Docker-Setup

Requirementes

  • Docker & Docker Compose are installed

.env Configuration

Please create a .env file in the root directory with the following environment variables:

POSTGRES_USER
POSTGRES_PASSWORD
POSTGRES_DB
PORT
GITHUB_TOKEN

GITHUB_TOKEN is a personal access token that is needed to synchronize the test descriptors from the repo

Start

docker compose up --build

In casse of errors:

Always use the following command before using the Start command if there are errors in the building process:

docker compose down -v

About

A GUI to manage tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors