File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,13 @@ jobs:
4040 echo "### 📝 Test Execution Summary" >> $GITHUB_STEP_SUMMARY
4141 echo "| Status | Test Case | Feature |" >> $GITHUB_STEP_SUMMARY
4242 echo "|---------|----------|---------|" >> $GITHUB_STEP_SUMMARY
43- cat reports /cucumber-report.json | jq -r '
43+ cat test-results /cucumber-report.json | jq -r '
4444 .[] |
4545 .elements[] |
4646 {name: .name, status: (.steps[].result.status), feature: (.uri // "unknown")} |
4747 select(.status == "passed") |
4848 "| ✅ Pass | \(.name) | \(.feature | split("/") | last | sub(".feature$"; "")) |"' >> $GITHUB_STEP_SUMMARY
49- cat reports /cucumber-report.json | jq -r '
49+ cat test-results /cucumber-report.json | jq -r '
5050 .[] |
5151 .elements[] |
5252 {name: .name, status: (.steps[].result.status), feature: (.uri // "unknown")} |
You can’t perform that action at this time.
0 commit comments