We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 615c174 commit 87fa15aCopy full SHA for 87fa15a
1 file changed
.github/workflows/main-workflow.yml
@@ -20,6 +20,8 @@ jobs:
20
run: npx playwright install --with-deps
21
- name: Install allure report
22
run: npm install -D allure-playwright
23
+ - name: npm install testit-adapter-playwright
24
+ run: npm install testit-adapter-playwright
25
- name: Debug Configuration ID
26
run: echo "TMS_CONFIGURATION_ID=${{ secrets.TMS_CONFIGURATION_ID }}"
27
- name: Run Playwright tests
0 commit comments