This repository stores Allure reports generated during the integration and backend test workflows of the Govtool repository.
- All Projects: https://intersectmbo.github.io/govtool-test-reports/
- govtool-frontend: https://intersectmbo.github.io/govtool-test-reports/qa/govtool-frontend
- govtool-backend: https://intersectmbo.github.io/govtool-test-reports/qa/govtool-backend
- govtool-frontend: https://intersectmbo.github.io/govtool-test-reports/dev/govtool-frontend
- govtool-backend: https://intersectmbo.github.io/govtool-test-reports/dev/govtool-backend
- govtool-frontend: https://intersectmbo.github.io/govtool-test-reports/preview/govtool-frontend
- govtool-backend: https://intersectmbo.github.io/govtool-test-reports/preview/govtool-backend
- nightly-govtool-frontend: https://intersectmbo.github.io/govtool-test-reports/preview/nightly-govtool-frontend
- nightly-govtool-backend: https://intersectmbo.github.io/govtool-test-reports/preview/nightly-govtool-backend
- govtool-frontend: https://intersectmbo.github.io/govtool-test-reports/mainnet/govtool-frontend
- govtool-backend: https://intersectmbo.github.io/govtool-test-reports/mainnet/govtool-backend
- web-app-boilerplate: https://intersectmbo.github.io/govtool-test-reports/web-app-boilerplate
- Defined in: test_integration_playwright.yml
- The report is deployed to the
gh-pages
branch via theDeploy report to Github Pages
step in thepublish-report
job.
- Defined in: test_backend.yml
- The report is deployed to the
gh-pages
branch via theDeploy report to Github Pages
step in thepublish-report
job.
Workflows can be executed in two ways:
- Automatically: Triggered after a successful QA workflow.
- Manually:
- Navigate to the workflow's action page (e.g., Backend Test Workflow).
- Click Run workflow in the top-right corner.
- Select the appropriate branch, deployment, and network.
- Start the test.
- Once completed, the Allure report is pushed to the
gh-pages
branch, maintaining the folder structure.
- Reports are stored in the gh-pages branch.
- Details on folder structure and report history maintenance are available in the
gh-pages
branch documentation.