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,11 +40,11 @@ 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 .elements[] |
4545 select(.steps[].result.status=="passed") |
4646 "| ✅ Pass | \(.name) | \(.uri | split("/") | last | sub(".feature"; "")) |"' >> $GITHUB_STEP_SUMMARY
47- cat reports /cucumber-report.json | jq -r '.[] |
47+ cat test-results /cucumber-report.json | jq -r '.[] |
4848 .elements[] |
4949 select(.steps[].result.status=="failed") |
5050 "| ❌ Fail | \(.name) | \(.uri | split("/") | last | sub(".feature"; "")) |"' >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments