-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/mocha test reporter #305
Conversation
…nd more tests for AssertArrayContains
Hey there! I just built a new temporary npm package based on daa52a8. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250117203002.tgz |
Hey there! I just built a new temporary npm package based on d0b2be6. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250120135137.tgz |
Hey there! I just built a new temporary npm package based on 68a7138. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250120190222.tgz |
Hey there! I just built a new temporary npm package based on 3f387f6. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250120202100.tgz |
Hey there! I just built a new temporary npm package based on b1a3b57. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250120202802.tgz |
Hey there! I just built a new temporary npm package based on 6b91e29. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250120204733.tgz |
Hey there! I just built a new temporary npm package based on b5506e6. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250122140912.tgz |
Hey there! I just built a new temporary npm package based on e5f43b4. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250122154341.tgz |
…o feature/mocha-test-reporter
Hey there! I just built a new temporary npm package based on 9b80edf. You can download it here or install it by running the following command: npm install https://github.com/rokucommunity/rooibos/releases/download/v0.0.0-packages/rooibos-roku-5.14.0-feature-mocha-test-reporter.20250128135959.tgz |
If you would like to test the new reporter simply add the
reporters
array show below to yourrooibos
config object in yourbsconfig.json
file. Also if you want to enable asci colorization see the setting below as well:instillation
If you would like to install a version of this branch we have an automation that automatically creates builds and posts the installation instructions as a comment on this pull request.
Changes:
mocha
MochaTestReporter
mocha
reporter optiononSuiteBegin
,onTestGroupBegin
,onTestBegin
,onTestComplete
,onTestGroupComplete
,onSuiteComplete
reporter hooksConsoleTestReporter
using new hooksConsoleTestReporter
andJUnitTestReporter
to use new event interfaces where applicableCommonUtils.bs
TestResults
and the fail functionsasMultilineString
functionPASS
/FAIL
status and that rooibos has shutdown after all reporters have logged their resultsConsoleTestReporter
with the CLI@slow()
annotationFixes:
eqValues
failCrash
will use the message on the exception object unless a custom is supplied rather then always just reporting as"Error"