File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ npm run test:api
88TEST_EXIT_CODE=$?
99echo " TEST_EXIT_CODE=$TEST_EXIT_CODE "
1010
11- pwd
12- ls
13- ls playwright-report
14-
15- cp -r ./playwright-report ./tests/acceptance-test-report
11+ cp -r ./playwright-report ../acceptance-test-report
1612
1713exit $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 ./playwright-report ./tests /acceptance-test-report
11+ cp -r ./playwright-report .. /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 ./playwright-report ./tests /acceptance-test-report
11+ cp -r ./playwright-report .. /acceptance-test-report
1212
1313exit $TEST_EXIT_CODE
You can’t perform that action at this time.
0 commit comments