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
Enhance the test result summary to display individual test steps with their
status and timestamps in both console output and GitHub Actions summary.
This provides better visibility into test execution details and makes it
easier to identify which specific steps passed or failed.
Changes:
- Add test steps summary to console output after main result box
- Include formatted test steps in GitHub Actions summary with markdown formatting
- Use consistent yq syntax for parsing steps from e2e report files
0 commit comments