Skip to content

Commit

Permalink
Ci/step summary (#40)
Browse files Browse the repository at this point in the history
* ci: step summary
  • Loading branch information
nielskorporaal authored Dec 3, 2024
1 parent 030eec6 commit d2d4d47
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ jobs:
run: |
./scripts/specs-verify.sh
- name: Voeg test summary toe aan Github Step Summary
if: always()
run: |
echo "### Cucumber Test Reports" >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
cat test-reports/cucumber-js/bewoning/test-result-summary.txt >> $GITHUB_STEP_SUMMARY
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
- name: Stop containers
if: always()
run: |
Expand Down
3 changes: 3 additions & 0 deletions scripts/specs-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ npx cucumber-js -f json:./test-reports/cucumber-js/bewoning/test-result.json \
-f summary \
features/raadpleeg-bewoning-met-periode \
features/raadpleeg-bewoning-op-peildatum \
features/geboortedatum \
features/geslacht \
features/naam \
features/protocollering \
--tags "not @skip-verify" \
--world-parameters "$PARAMS"

0 comments on commit d2d4d47

Please sign in to comment.