Skip to content

Commit 25ad683

Browse files
committed
badges
1 parent a3a946c commit 25ad683

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

readme.md

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@
55

66
Sample demonstrates techniques for using Testspace with Javascript code and the [Jasmine test framework](http://jasmine.github.io/) together with [Istanbul code coverage tool](https://gotwarlost.github.io/istanbul/) and [Gulp JS build system](http://gulpjs.com/).
77

8-
[![Build Status](https://travis-ci.org/testspace-samples/javascript.jasmine.svg?branch=master)](https://travis-ci.org/testspace-samples/php.phpunit)
9-
[![Space Health](https://samples.testspace.com/projects/89/spaces/298/badge)](https://samples.testspace.com/projects/89/spaces/298 "Test Cases")
10-
[![Space Metric](https://samples.testspace.com/projects/89/spaces/298/metrics/191/badge)](https://samples.testspace.com/projects/89/spaces/298/metrics#metric-191 "Line/Statement Coverage")
11-
[![Space Metric](https://samples.testspace.com/projects/89/spaces/298/metrics/198/badge)](https://samples.testspace.com/projects/89/spaces/298/metrics#metric-198 "Branch/Condition Coverage")
12-
[![Space Metric](https://samples.testspace.com/projects/89/spaces/298/metrics/197/badge)](https://samples.testspace.com/projects/89/spaces/298/metrics#metric-197 "Function/Method Coverage")
8+
***
9+
Using Multiple Online CI Services:
10+
11+
[![Build Status](https://travis-ci.org/munderseth/javascript.jasmine.svg?branch=master)](https://travis-ci.org/munderseth/javascript.jasmine)
12+
[![CircleCI](https://circleci.com/gh/munderseth/javascript.jasmine.svg?style=svg)](https://circleci.com/gh/munderseth/javascript.jasmine)
13+
[![Run Status](https://api.shippable.com/projects/576c51343be4f4faa56a78e5/badge?branch=master)](https://app.shippable.com/projects/576c51343be4f4faa56a78e5)
14+
15+
16+
***
17+
Publising **Test Content** using www.testspace.com
18+
19+
[![Space Health](http://munderseth.stridespace.com/projects/278/spaces/910/badge)](http://munderseth.stridespace.com/projects/278/spaces/910 "Test Cases")
20+
[![Space Metric](http://munderseth.stridespace.com/projects/278/spaces/910/metrics/363/badge)](http://munderseth.stridespace.com/spaces/910/schema/Code%20Coverage "Code Coverage (branches)")
21+
<a title="Code Coverage (methods)" href="http://munderseth.stridespace.com/spaces/910/schema/Code%20Coverage"><img alt="Space Metric" src="http://munderseth.stridespace.com/projects/278/spaces/910/metrics/364/badge" /></a>
1322

1423

1524
***
@@ -25,17 +34,20 @@ gulp build
2534
Publishing results example:
2635

2736
<pre>
28-
testspace publish [Tests]test/reports/junitresults.xml{test} test/reports/coverage/clover.xml
37+
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
38+
export CI_REPORTS=$PWD/test/reports
39+
testspace publish @.testspace $TESTSPACE_TOKEN/$BRANCH_NAME
2940
</pre>
3041

31-
Checkout the [Space](https://samples.testspace.com/projects/javascript/spaces/jasmine).
42+
Checkout the [Space](http://munderseth.stridespace.com/projects/javascript.jasmine/spaces/master).
3243

3344
***
3445

35-
To fork this example using Travis requires:
46+
To replicate this sample:
3647
- Account at www.testspace.com.
37-
- Travis Environment Variable:
38-
- `TESTSPACE_URL` = `credentials:@my-org-name.testspace.com/my-project/my-space`
48+
- Environment Variable called `TESTSPACE_TOKEN`:
3949
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
4050
- `my-org-name.testspace.com/my-project/my-space` based on your subdomain, project, and space names. Refer [here](http://help.testspace.com/reference:runner-reference#login-credentials) for more details.
41-
51+
52+
53+

0 commit comments

Comments
 (0)