Skip to content

Commit

Permalink
[CI] Add CI details to playwright integration tests report
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Jan 3, 2025
1 parent f292cc2 commit b711d2a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,16 @@ jobs:
-Pvividus.configuration.profiles=web_pw/headless/chromium \
-Pvividus.batch-1.meta-filters="groovy: playwrightSupported || playwrightOnly" \
-Pvividus.batch-1.resource-location=story/integration \
-Pvividus.batch-1.resource-include-patterns=*Steps*.story
-Pvividus.batch-1.resource-include-patterns=*Steps*.story \
-Pvividus.allure.history-directory=output/history/playwright-integration-tests \
-Pvividus.allure.executor.name="Github Actions (Vividus)" \
-Pvividus.allure.executor.type=github \
-Pvividus.allure.executor.url=https://github.com/vividus-framework/vividus/actions \
-Pvividus.allure.executor.build-order=${GITHUB_RUN_ID} \
-Pvividus.allure.executor.build-name="Playwright integration tests ${GITHUB_RUN_ID}" \
-Pvividus.allure.executor.build-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-url=https://github.com/vividus-framework/vividus/actions/runs/${GITHUB_RUN_ID} \
-Pvividus.allure.executor.report-name="Playwright integration tests report"
- name: Publish Playwright integration tests report
if: always()
Expand Down

0 comments on commit b711d2a

Please sign in to comment.