Class Minitest::Ci
In: lib/minitest/ci_plugin.rb
Parent: Reporter

Methods

new   passed?   record   report   report!   report?   start  

Attributes

clean  [RW]  Clean the report_dir between test runs? (defaults to true)
io  [RW] 
options  [RW] 
report_dir  [RW]  Change the report directory. (defaults to "test/reports")
results  [RW] 
working_dir  [RW]  Change the working directory. (defaults to `$PWD`)

Public Class methods

Activates minitest/ci plugin as a Minitest reporter

Is minitest/ci activated as a Minitest reporter?

Public Instance methods

Generate test report

[Validate]