Skip to content

Commit 04786f4

Browse files
committed
CCM-10980: debugging
1 parent 90a9075 commit 04786f4

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

scripts/tests/accessibility.sh

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,16 @@ echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
2424

2525
pwd
2626
ls
27-
ls .
28-
ls ./tests
29-
ls ./tests/accessibility
3027
ls ./tests/accessibility/.reports
28+
ls ./tests/accessibility/.reports/accessibility
29+
30+
cp -r ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
31+
32+
echo Completed copy
33+
34+
ls ./tests/acceptance-test-report
3135

3236

33-
cp ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
3437

3538
npm run accessibility-test-teardown -w tests/accessibility
3639

scripts/tests/api.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010

1111
pwd
1212
ls
13-
ls tests
14-
ls tests/test-team
15-
ls tests/test-team/playwright-report
13+
ls test-results
1614

17-
cp tests/test-team/playwright-report ./tests/acceptance-test-report
15+
cp -r test-results/playwright-report ./tests/acceptance-test-report
1816

1917
exit $TEST_EXIT_CODE

scripts/tests/ui-component.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ npm run test:local-ui
88
TEST_EXIT_CODE=$?
99
echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010

11-
cp tests/test-team/playwright-report ./tests/acceptance-test-report
11+
cp -r test-results/playwright-report ./tests/acceptance-test-report
1212

1313
exit $TEST_EXIT_CODE

scripts/tests/ui-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ npm run test:e2e
88
TEST_EXIT_CODE=$?
99
echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010

11-
cp tests/test-team/playwright-report ./tests/acceptance-test-report
11+
cp -r test-results/playwright-report ./tests/acceptance-test-report
1212

1313
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)