Skip to content

testributor/testributor-minitest_reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Testributor Minitest Reporter

This is the reporter used by Testributor.com to get structured output from Minitest tests. When required in the project's tests (e.g. in the test_helper.rb file) it allows the testributor workers to send structured output to Testributor app.

Installation

  1. Add a line in your Gemfile:
  gem minitest-testributor
  1. Require the reporter in your tests. E.g. Somewhere in the test/test_helper.rb file:
  require 'minitest/testributor/reporter'

The reporter only works when TESTRIBUTOR_REPORTERS environment variable is present so it does not change the output of the tests in your development machine. If you want to test that the installation actually works you can set this environment variable. E.g.

  TESTRIBUTOR_REPORTERS=1 bin/rake test test/models/user.rb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages