-
Notifications
You must be signed in to change notification settings - Fork 1
GitHub Workflow Configuration
Sandra María Castro edited this page Jul 23, 2025
·
2 revisions
The GitHub workflow for Stage Main will be triggered on pull request events to the main branch of the repositories.
The workflow will execute the following steps:
- Set up OS matrix to run tests
- Set up Python versions matrix
- Install dependencies from components's main branches
- Run VIPER unit tests
- Run VIPER component tests
- Run TestVIPER integration tests
- Collect test results and code coverage
- Publish results to Allure Report: gh-pages/main
The GitHub workflow for stage 1 will be triggered on push to feature branches and pull request events for the main branch of the repositories.
The workflow will execute the following steps:
- Set up OS matrix to run tests
- Set up Python versions matrix
- Install dependencies from defined matrix
- Run VIPER unit tests
- Run VIPER component tests
- Run TestVIPER integration tests
- Collect test results and code coverage
- Publish results to Allure Report: gh-pages/staging