Skip to content

Commit 90a9075

Browse files
committed
CCM-10980: debugging
1 parent 325e0dd commit 90a9075

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

scripts/tests/accessibility.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ 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 .
28+
ls ./tests
29+
ls ./tests/accessibility
30+
ls ./tests/accessibility/.reports
31+
32+
2533
cp ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
2634

2735
npm run accessibility-test-teardown -w tests/accessibility

scripts/tests/api.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ npm run test:api
88
TEST_EXIT_CODE=$?
99
echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010

11+
pwd
12+
ls
13+
ls tests
14+
ls tests/test-team
15+
ls tests/test-team/playwright-report
16+
1117
cp tests/test-team/playwright-report ./tests/acceptance-test-report
1218

1319
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)