Skip to content

Commit 5158fa4

Browse files
committed
CCM-10980: debugging
1 parent 04786f4 commit 5158fa4

File tree

4 files changed

+4
-15
lines changed

4 files changed

+4
-15
lines changed

scripts/tests/accessibility.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,8 @@ npm run test:accessibility -w tests/accessibility
2222
TEST_EXIT_CODE=$?
2323
echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
2424

25-
pwd
26-
ls
27-
ls ./tests/accessibility/.reports
28-
ls ./tests/accessibility/.reports/accessibility
29-
3025
cp -r ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
3126

32-
echo Completed copy
33-
34-
ls ./tests/acceptance-test-report
35-
36-
37-
3827
npm run accessibility-test-teardown -w tests/accessibility
3928

4029
exit $TEST_EXIT_CODE

scripts/tests/api.sh

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

1111
pwd
1212
ls
13-
ls test-results
13+
ls playwright-report
1414

15-
cp -r test-results/playwright-report ./tests/acceptance-test-report
15+
cp -r ./playwright-report ./tests/acceptance-test-report
1616

1717
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 -r test-results/playwright-report ./tests/acceptance-test-report
11+
cp -r ./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 -r test-results/playwright-report ./tests/acceptance-test-report
11+
cp -r ./playwright-report ./tests/acceptance-test-report
1212

1313
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)