Skip to content

Commit 7036e44

Browse files
author
Triona Doyle
committed
Merge branch 'GITOPS-9589-Automate-Login-Via-Openshift' into GITOPS-9592-Local-Admin-UI-test-with-Playwright
2 parents e88b970 + 69485ba commit 7036e44

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/ui-e2e/run-ui-tests.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

3+
if [ -f .env ]; then
4+
echo "Loading variables from .env file..."
5+
set -a #export all variables
6+
source .env
7+
set +a # stop automatically exporting
8+
fi
9+
310
#making sure we are in the correct dir
411
cd "$(dirname "$0")" || exit 1
512

0 commit comments

Comments
 (0)