You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the switch over from Jenkins to GitHub Actions for our CI build, we have lost the functionality of published Cucumber reports. The focus of this ticket it to restore that using GitHub Actions.
Redefined scope: The focus of this ticket will be to generate an aggregated cucumber report. This report will show the complete test coverage of aiSSEMBLE and all of its tests.
…I build, we have lost the functionality of published Cucumber reports. The focus of this ticket it to restore that using GitHub Actions.
- Modifications to the build.yml file to add logic to push to reports.cucumber.io.
- Modifications to README.md; added Cucumber reports shield.
Replaces the plugin that was used in Jenkins that would consolidate all of the individual Cucumber reports into one.
habibimoiz
changed the title
Feature: Publish Cucumber reports to reports.cucumber.io via GitHub Actions
Feature: Publish Cucumber reports to reports.cucumber.io
Nov 13, 2024
habibimoiz
changed the title
Feature: Publish Cucumber reports to reports.cucumber.io
Feature: Generate aggregated Cucumber report
Nov 13, 2024
Description
Since the switch over from Jenkins to GitHub Actions for our CI build, we have lost the functionality of published Cucumber reports.
The focus of this ticket it to restore that using GitHub Actions.Redefined scope: The focus of this ticket will be to generate an aggregated cucumber report. This report will show the complete test coverage of aiSSEMBLE and all of its tests.
DOD
Modify thebuild.yml
to add logic to push the Cucumber report to reports.cucumber.io.Update the README.md to notify users that they can view the Cucumber reports via reports.cucumber.io.Test Strategy/Script
Test 1: Generate an aggregate cucumber report
dev
and verify the new module (cucumber-report-aggregator
) has been added.mvn clean install
).cucumber-report-aggregator/target/cucumber-reports/cucumber-html-reports
and openoverview-features.html
.References/Additional Context
The text was updated successfully, but these errors were encountered: