77Sample demonstrates techniques for using Testspace with Java code and the [ TestNG] ( http://testng.org/ ) .
88 * Using a Testspace Project that is ` connected ` with this GitHub Repo
99 * Using 3 Online CI services for demonstration purposes only
10- * Can review the Results at [ testspace-samples: java .testng] ( https://samples.testspace.com/projects/testspace-samples:java.testng )
11- * Refer to our [ Getting Started ] ( https://help.testspace.com/getting-started ) help articles for more information
10+ * Can review the Results at [ testspace-samples: java .testng] ( https://samples.testspace.com/projects/testspace-samples:java.testng )
11+ * Refer to our [ Help ] ( https://help.testspace.com/ ) for more information
1212
1313***
1414
1515Using Multiple Online CI Services:
1616
17+ ![ Build] ( https://github.com/testspace-samples/java.testng/workflows/Build/badge.svg )
1718[ ![ Build Status] ( https://travis-ci.org/testspace-samples/java.testng.svg?branch=master )] ( https://travis-ci.org/testspace-samples/java.testng )
1819[ ![ CircleCI] ( https://circleci.com/gh/testspace-samples/java.testng.svg?style=svg )] ( https://circleci.com/gh/testspace-samples/java.testng )
19- [ ![ Run Status] ( https://api.shippable.com/projects/5a1068f81b035b070030306f/badge?branch=master )] ( https://app.shippable.com/projects/5a1068f81b035b070030306f )
2020
2121***
2222Publishing ** Test Content** using www.testspace.com .
@@ -27,7 +27,7 @@ Publishing **Test Content** using www.testspace.com.
2727
2828***
2929
30- Download and configure the Testspace client
30+ Download and configure the Testspace client
3131
3232<pre >
3333mkdir -p $HOME/bin
@@ -43,8 +43,8 @@ Build examples:
4343 mvn cobertura:cobertura -Dcobertura.report.format=xml
4444</pre >
4545
46- Push Content using Testspace client
46+ Push Content using Testspace client
4747
4848<pre >
4949testspace target/pmd.xml [Tests]target/surefire-reports/TEST-TestSuite.xml target/site/cobertura/coverage.xml
50- </pre >
50+ </pre >
0 commit comments