File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,14 @@ npm run test:accessibility -w tests/accessibility
2222TEST_EXIT_CODE=$?
2323echo " 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+
2533cp ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
2634
2735npm run accessibility-test-teardown -w tests/accessibility
Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ npm run test:api
88TEST_EXIT_CODE=$?
99echo " 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+
1117cp tests/test-team/playwright-report ./tests/acceptance-test-report
1218
1319exit $TEST_EXIT_CODE
You can’t perform that action at this time.
0 commit comments