Skip to content

Commit a0d5fc8

Browse files
committed
test 4
1 parent ec983af commit a0d5fc8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main-workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
- name: Run Playwright tests
3535
env:
3636
TMS_PRIVATE_TOKEN: ${{ secrets.TMS_PRIVATE_TOKEN }}
37-
TMS_CONFIG_FILE: ./tms.config.json
37+
TMS_URL: ${{ secrets.TMS_URL }}
38+
TMS_PROJECT_ID: ${{ secrets.TMS_PROJECT_ID }}
39+
TMS_CONFIGURATION_ID: ${{ secrets.TMS_CONFIGURATION_ID }}
40+
TMS_TEST_RUN_NAME: ${{ secrets.TMS_TEST_RUN_NAME }}
3841
run: npx playwright test fast.spec.ts
3942
- name: Allure report
4043
run: npm run allure:generate

0 commit comments

Comments
 (0)