From d20be6f9d9f20aab84dfaf561831b9ec5b23e70c Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 26 Oct 2023 13:48:24 +1100 Subject: [PATCH] #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer --- devcontainer-example/docker-compose.yml | 6 +++--- install_x11_deps.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devcontainer-example/docker-compose.yml b/devcontainer-example/docker-compose.yml index d70202a9..4ab2aa87 100644 --- a/devcontainer-example/docker-compose.yml +++ b/devcontainer-example/docker-compose.yml @@ -39,8 +39,8 @@ services: ports: - 8000-8005:8000-8005 - 9000-9005:9000-9005 - # 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. + # 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. # Run install_x11_deps.sh again if DISPLAY is not set # ui-tester: # # pass custom command to start Cypress otherwise it will use the entrypoint @@ -68,4 +68,4 @@ services: # network_mode: "host" volumes: mariadb-data: - #postgresql-data: + #postgresql-data: \ No newline at end of file diff --git a/install_x11_deps.sh b/install_x11_deps.sh index a66b2042..a248df5a 100755 --- a/install_x11_deps.sh +++ b/install_x11_deps.sh @@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then else echo "Error: Unsupported operating system." exit 1 -fi +fi \ No newline at end of file