We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b353cc commit 67537cdCopy full SHA for 67537cd
.github/workflows/.reusable-docker-e2e-tests.yml
@@ -89,10 +89,10 @@ jobs:
89
run: |
90
# Create local directory for videos
91
mkdir -p ./e2e-videos
92
-
+
93
# Get the container ID for the frontend service
94
CONTAINER_ID=$(docker compose ps -q frontend 2>/dev/null || echo "")
95
96
if [ ! -z "$CONTAINER_ID" ]; then
97
# Copy videos from container to local filesystem
98
docker cp $CONTAINER_ID:/app/reports/screen-captures/ ./e2e-videos/ 2>/dev/null || echo "No videos found in container"
.github/workflows/manual-e2e-tests.yml
@@ -9,7 +9,7 @@ on:
9
api-url:
10
description: An API URL to run the E2E tests against
11
default: 'https://api.flagsmith.com/api/v1/'
12
13
jobs:
14
run-e2e-tests:
15
runs-on: depot-ubuntu-latest
0 commit comments