Skip to content

Commit

Permalink
markdown summary
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Sep 29, 2023
1 parent d1a5d50 commit 04332b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions bin/find-ids.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ if (specsForTestIdsMode) {

core.summary
.addHeading('Specs using given test ids')
.write(`Given ${testIds.length} test ids: ${testIds.join(', ')}`)
.write(`Found ${specsToRun.length} specs: ${specsToRun.join(', ')}`)
.addRaw(`Given ${testIds.length} test ids: ${testIds.join(', ')}`, true)
.addRaw(
`Found ${specsToRun.length} specs: ${specsToRun.join(', ')}`,
true,
)
.addLink(
'bahmutov/changed-test-ids',
'https://github.com/bahmutov/changed-test-ids',
Expand Down

0 comments on commit 04332b4

Please sign in to comment.