@cosmetic added junit transformer

This commit is contained in:
Leonardo Galli
2018-02-12 17:15:14 +01:00
parent d1189e62c5
commit 808b6d16e9
3 changed files with 71 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ fi
NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.2.1/tools/nunit3-console.exe"
NUNIT_COMMAND="$NUNIT"
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml"
NUNIT_PARAMS="--result=$TEST_DIR/reports/results.xml;transform=../.circleci/nunit3-junit.xslt"
if [ "$PLATFORM" = "Windows" ]; then
WHERE="$WHERE && cat != LINUX"