Skip to content

Commit

Permalink
fix: print session url on all reporters (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrandiaz authored Jan 17, 2024
1 parent 1857918 commit 5cd5fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/src/reporters/ci.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default class CiReporter extends AbstractListReporter {
onEnd () {
printLn('Finished running all checks:', 2)
this._printSummary()
this._printTestSessionsUrl()
}

onCheckEnd (checkRunId: CheckRunId, checkResult: any) {
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/reporters/dot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default class DotReporter extends AbstractListReporter {

onEnd () {
this._printBriefSummary()
this._printTestSessionsUrl()
}

onCheckEnd (checkRunId: CheckRunId, checkResult: any) {
Expand Down

0 comments on commit 5cd5fc1

Please sign in to comment.