File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ jobs:
171171 - name : Run Complete tests for react
172172 run : |
173173 cd packages/tests-e2e
174- BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
175- export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.react.playground.corbado.io"
176174 set +e
177175 npx playwright test --config=playwright.config.complete.ts
178176 EXIT_CODE=$?
Original file line number Diff line number Diff line change 7979 - name : Run Complete tests for react
8080 run : |
8181 cd packages/tests-e2e
82- BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
83- export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.react.playground.corbado.io"
8482 set +e
8583 npx playwright test --config=playwright.config.complete.ts
8684 EXIT_CODE=$?
@@ -125,8 +123,6 @@ jobs:
125123 - name : Run Complete tests for web-js
126124 run : |
127125 cd packages/tests-e2e
128- BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
129- export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.web-js.playground.corbado.io"
130126 set +e
131127 npx playwright test --config=playwright.config.complete.ts
132128 EXIT_CODE=$?
@@ -171,8 +167,6 @@ jobs:
171167 - name : Run Complete tests for web-js-script
172168 run : |
173169 cd packages/tests-e2e
174- BRANCH_NAME=$(echo $BRANCH_NAME_RAW | tr '/_' '-')
175- export PLAYWRIGHT_TEST_URL="https://$BRANCH_NAME.web-js-script.playground.corbado.io"
176170 set +e
177171 npx playwright test --config=playwright.config.complete.ts
178172 EXIT_CODE=$?
You can’t perform that action at this time.
0 commit comments