Skip to content

Commit b8c2943

Browse files
committed
CCM-10980: debugging
1 parent 5158fa4 commit b8c2943

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

scripts/tests/api.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ npm run test:api
88
TEST_EXIT_CODE=$?
99
echo "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

1713
exit $TEST_EXIT_CODE

scripts/tests/ui-component.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ npm run test:local-ui
88
TEST_EXIT_CODE=$?
99
echo "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

1313
exit $TEST_EXIT_CODE

scripts/tests/ui-e2e.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ npm run test:e2e
88
TEST_EXIT_CODE=$?
99
echo "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

1313
exit $TEST_EXIT_CODE

0 commit comments

Comments
 (0)