Skip to content

Commit 005545d

Browse files
committed
CCM-10294: temp testing change
1 parent dd32115 commit 005545d

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

scripts/tests/api.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4-
54
cd "$(git rev-parse --show-toplevel)"
6-
75
npx playwright install --with-deps > /dev/null
8-
96
cd tests/test-team
10-
117
npm run test:api

scripts/tests/ui-component.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4-
54
cd "$(git rev-parse --show-toplevel)"
6-
75
npx playwright install --with-deps > /dev/null
8-
96
cd tests/test-team
10-
117
npm run test:local-ui

scripts/tests/ui-e2e.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
#!/bin/bash
22

33
set -euo pipefail
4-
54
cd "$(git rev-parse --show-toplevel)"
6-
75
npx playwright install --with-deps > /dev/null
8-
96
cd tests/test-team
10-
117
run test:e2e

0 commit comments

Comments
 (0)