TestBox : Behavior Driven Development (BDD)
Search…
v4.x
Introduction
Intro
Release History
About This Book
Getting Started
Overview
Installation
Primers
TestBox BDD Primer
Bundles: Group Your Tests
Suites: Describe Your Tests
Specs
Expectations
Suite Groups
Life-Cycle Methods
Specs and Suite Labels
Skipping Specs and Suites
Focused Specs and Suites
Spies & Mocking
Asynchronous Testing
Running Tests
Reporters
TestBox xUnit Primer
In-Depth
Testing Styles
Test Bundles
Life-Cycle Methods
Suites, Tests & Specs (Oh My!)
Assertions
Expectations
Output Utilities
Running Tests
Reporters
MXUnit Compatibility
Mocking
MockBox
Mocking Data
Code Coverage
Introduction
Running Code Coverage
Configuring Code Coverage
Known Behaviors
Continuous Integration
Introduction
Gitlab
Travis
Powered By
GitBook
Reporters
TestBox comes also with a nice plethora of reporters:
ANTJunit
: A specific variant of JUnit XML that works with the ANT junitreport task
Codexwiki
: Produces MediaWiki syntax for usage in Codex Wiki
Console
: Sends report to console
Doc
: Builds semantic HTML to produce nice documentation
Dot
: Builds an awesome dot report
JSON
: Builds a report into JSON
JUnit
: Builds a JUnit compliant report
Raw
: Returns the raw structure representation of the testing results
Simple
: A basic HTML reporter
Text
: Back to the 80's with an awesome text report
XML
: Builds yet another XML testing report
Tap
: A test anything protocol reporter
Min
: A minimalistic view of your test reports
MinText
: A minimalistic view of your test reports in consoles
NodeJS
: User-contributed:
https://www.npmjs.com/package/testbox-runner
​
Previous
Running Tests
Next - Primers
TestBox xUnit Primer
Last modified
4yr ago
Copy link
Edit on GitHub