Skip to content

Commit 5a4a019

Browse files
committed
TASK: Improve CI debug information
1 parent 5e9e318 commit 5a4a019

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.sauce/config.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ sauce:
88
retries: 0
99
metadata:
1010
tags:
11-
- e2e
1211
- $TARGET_BRANCH
13-
build: $TARGET_BRANCH
12+
build: $TARGET_BRANCH $CIRCLE_PR_NUMBER
1413
tunnel:
1514
name: "circleci-tunnel"
1615
testcafe:
@@ -44,7 +43,7 @@ artifacts:
4443
- sauce-test-report.json
4544
when: always
4645
allAttempts: true
47-
directory: ../../Data/Logs/saucelabs-artifacts/
46+
directory: ../../../Data/Logs/saucelabs-artifacts/
4847

4948
reporters:
5049
json:

Tests/IntegrationTests/e2e.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function run_tests() {
9494
fi
9595

9696
if [[ $USE_SAUCELABS ]]; then
97-
saucectl run --config .sauce/config.yml
97+
saucectl run --config .sauce/config.yml --show-console-log --verbose
9898
fi
9999
}
100100

0 commit comments

Comments
 (0)