Skip to content

A formatter for Elixirs ExUnit that formats as TeamCity Service Messages

Notifications You must be signed in to change notification settings

lixhq/teamcity-exunit-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeamCityExUnitFormatter

See https://confluence.jetbrains.com/display/TCD9/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-ServiceMessages

Installation

First, add TeamCityExUnitFormatter to your mix.exs dependencies:

def deps do
  [{:teamcity_exunit_formatter, "~> 0.3.0"}]
end

Then, update your dependencies:

$ mix deps.get

Usage

Add this to your test_helper.exs:

if System.get_env("TEAMCITY_VERSION") do
  ExUnit.configure formatters: [TeamCityExUnitFormatter]
end

ExUnit.start

About

A formatter for Elixirs ExUnit that formats as TeamCity Service Messages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages