File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,16 @@ echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
2424
2525pwd
2626ls
27- ls .
28- ls ./tests
29- ls ./tests/accessibility
3027ls ./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
3538npm run accessibility-test-teardown -w tests/accessibility
3639
Original file line number Diff line number Diff line change @@ -10,10 +10,8 @@ echo "TEST_EXIT_CODE=$TEST_EXIT_CODE"
1010
1111pwd
1212ls
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
1917exit $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 tests/ test-team /playwright-report ./tests/acceptance-test-report
11+ cp -r test-results /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 tests/ test-team /playwright-report ./tests/acceptance-test-report
11+ cp -r test-results /playwright-report ./tests/acceptance-test-report
1212
1313exit $TEST_EXIT_CODE
You can’t perform that action at this time.
0 commit comments