We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9e318 commit 5a4a019Copy full SHA for 5a4a019
.sauce/config.yml
@@ -8,9 +8,8 @@ sauce:
8
retries: 0
9
metadata:
10
tags:
11
- - e2e
12
- $TARGET_BRANCH
13
- build: $TARGET_BRANCH
+ build: $TARGET_BRANCH $CIRCLE_PR_NUMBER
14
tunnel:
15
name: "circleci-tunnel"
16
testcafe:
@@ -44,7 +43,7 @@ artifacts:
44
43
- sauce-test-report.json
45
when: always
46
allAttempts: true
47
- directory: ../../Data/Logs/saucelabs-artifacts/
+ directory: ../../../Data/Logs/saucelabs-artifacts/
48
49
reporters:
50
json:
Tests/IntegrationTests/e2e.sh
@@ -94,7 +94,7 @@ function run_tests() {
94
fi
95
96
if [[ $USE_SAUCELABS ]]; then
97
- saucectl run --config .sauce/config.yml
+ saucectl run --config .sauce/config.yml --show-console-log --verbose
98
99
}
100
0 commit comments