File tree Expand file tree Collapse file tree 4 files changed +4
-15
lines changed
Expand file tree Collapse file tree 4 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -22,19 +22,8 @@ npm run test:accessibility -w tests/accessibility
2222TEST_EXIT_CODE=$?
2323echo " TEST_EXIT_CODE=$TEST_EXIT_CODE "
2424
25- pwd
26- ls
27- ls ./tests/accessibility/.reports
28- ls ./tests/accessibility/.reports/accessibility
29-
3025cp -r ./tests/accessibility/.reports/accessibility ./tests/acceptance-test-report
3126
32- echo Completed copy
33-
34- ls ./tests/acceptance-test-report
35-
36-
37-
3827npm run accessibility-test-teardown -w tests/accessibility
3928
4029exit $TEST_EXIT_CODE
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010
1111pwd
1212ls
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
1717exit $TEST_EXIT_CODE
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ npm run test:local-ui
88TEST_EXIT_CODE=$?
99echo " 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
1313exit $TEST_EXIT_CODE
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ npm run test:e2e
88TEST_EXIT_CODE=$?
99echo " 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
1313exit $TEST_EXIT_CODE
You can’t perform that action at this time.
0 commit comments