#1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer

This commit is contained in:
Varun 2023-10-26 13:48:24 +11:00
parent 0352ef5574
commit d20be6f9d9
2 changed files with 4 additions and 4 deletions

View file

@ -39,8 +39,8 @@ services:
ports: ports:
- 8000-8005:8000-8005 - 8000-8005:8000-8005
- 9000-9005:9000-9005 - 9000-9005:9000-9005
# enable the below service if you need Cypress UI Tests to be executed # enable the below service if you need Cypress UI Tests to be executed
# Before enabling ensure install_x11_deps.sh has been executed and display variable is exported. # Before enabling ensure install_x11_deps.sh has been executed and display variable is exported.
# Run install_x11_deps.sh again if DISPLAY is not set # Run install_x11_deps.sh again if DISPLAY is not set
# ui-tester: # ui-tester:
# # pass custom command to start Cypress otherwise it will use the entrypoint # # pass custom command to start Cypress otherwise it will use the entrypoint
@ -68,4 +68,4 @@ services:
# network_mode: "host" # network_mode: "host"
volumes: volumes:
mariadb-data: mariadb-data:
#postgresql-data: #postgresql-data:

View file

@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
else else
echo "Error: Unsupported operating system." echo "Error: Unsupported operating system."
exit 1 exit 1
fi fi