Skip to content

Commit

Permalink
Merge branch 'feature/mocha-test-reporter' into feature/promises-support
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp authored Jan 22, 2025
2 parents a643ac9 + 6b91e29 commit 49752ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions framework/src/source/rooibos/Rooibos.bs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ namespace rooibos

else
rooibos.common.logInfo("scene is ready; running tests now")
print ""
runner = new rooibos.TestRunner(scene, m)
runner.Run()

Expand All @@ -54,6 +55,7 @@ namespace rooibos

if msg.getField() = "isReadyToStartTests" and msg.getData() = true
rooibos.common.logInfo("scene is ready; running tests now")
print ""
runner = new rooibos.TestRunner(scene, m)
runner.Run()
end if
Expand Down

0 comments on commit 49752ed

Please sign in to comment.