You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
I can't get the plugin to report tests to TeamCity. It's possible that I'm doing something wrong but then I've installed the plugin as specified in the documentation.
// project/plugins.sbt has the following line
addSbtPlugin("com.gu" % "sbt-teamcity-test-reporting-plugin" % "1.5")
If I try it locally, no lines starting with ##teamcity occur:
TEAMCITY_PROJECT_NAME="blah" sbt clean compile test
I'm using the following configuration:
OS: Ubuntu Linux
SBT: 0.13.1
JRE: 1.8.0-ea
The text was updated successfully, but these errors were encountered:
I can't get the plugin to report tests to TeamCity. It's possible that I'm doing something wrong but then I've installed the plugin as specified in the documentation.
// project/plugins.sbt has the following line
addSbtPlugin("com.gu" % "sbt-teamcity-test-reporting-plugin" % "1.5")
If I try it locally, no lines starting with ##teamcity occur:
TEAMCITY_PROJECT_NAME="blah" sbt clean compile test
I'm using the following configuration:
The text was updated successfully, but these errors were encountered: