Skip to content

Commit 30b1b63

Browse files
committed
added test/reports
1 parent 1a75199 commit 30b1b63

File tree

3 files changed

+15
-29
lines changed

3 files changed

+15
-29
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
node_modules
22
npm-debug.log
33
debug
4-
.idea
4+
.idea
5+
6+
test/reports

readme.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,26 @@
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-
<<<<<<< HEAD
9-
[![Build Status](https://travis-ci.org/testspace-samples/javascript.jasmine.svg?branch=master)](https://travis-ci.org/testspace-samples/php.phpunit)
10-
[![Space Health](https://samples.testspace.com/projects/89/spaces/298/badge)](https://samples.testspace.com/projects/89/spaces/298 "Test Cases")
11-
[![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")
12-
[![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")
13-
=======
148
***
159
Using Multiple Online CI Services:
16-
>>>>>>> a013dc7c3178034dd4a96e819734628839d8c4bf
17-
18-
[![Build Status](https://travis-ci.org/munderseth/javascript.jasmine.svg?branch=master)](https://travis-ci.org/munderseth/javascript.jasmine)
19-
[![CircleCI](https://circleci.com/gh/munderseth/javascript.jasmine.svg?style=svg)](https://circleci.com/gh/munderseth/javascript.jasmine)
20-
[![Run Status](https://api.shippable.com/projects/576c51343be4f4faa56a78e5/badge?branch=master)](https://app.shippable.com/projects/576c51343be4f4faa56a78e5)
2110

11+
[![Build Status](https://travis-ci.org/testspace-samples/javascript.jasmine.svg?branch=master)](https://travis-ci.org/testspace-samples/javascript.jasmine)
12+
[![CircleCI](https://circleci.com/gh/testspace-samples/javascript.jasmine.svg?style=svg)](https://circleci.com/gh/testspace-samples/javascript.jasmine)
13+
[![Run Status](https://api.shippable.com/projects/5707eeda2a8192902e1bd7b4/badge?branch=master)](https://app.shippable.com/projects/5707eeda2a8192902e1bd7b4)
2214

2315
***
2416
Publising **Test Content** using www.testspace.com
2517

26-
[![Space Health](http://munderseth.stridespace.com/projects/278/spaces/910/badge)](http://munderseth.stridespace.com/projects/278/spaces/910 "Test Cases")
27-
[![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)")
28-
[![Space Metric](http://munderseth.stridespace.com/projects/278/spaces/911/metrics/367/badge)](http://munderseth.stridespace.com/spaces/911/schema/Code%20Coverage "Code Coverage (methods)")
29-
[![Space Metric](http://munderseth.stridespace.com/projects/278/spaces/911/metrics/390/badge)](http://munderseth.stridespace.com/spaces/911/schema/Static%20Analysis "Static Analysis (issues)")
18+
[![Space Health](https://samples.testspace.com/projects/114/spaces/431/badge)](https://samples.testspace.com/projects/114/spaces/431 "Test Cases")
19+
[![Space Metric](https://samples.testspace.com/projects/114/spaces/431/metrics/238/badge)](https://samples.testspace.com/spaces/431/schema/Code%20Coverage "Code Coverage (branches)")
20+
[![Space Metric](https://samples.testspace.com/projects/114/spaces/431/metrics/239/badge)](https://samples.testspace.com/spaces/431/schema/Code%20Coverage "Code Coverage (methods)")
21+
[![Space Metric](https://samples.testspace.com/projects/114/spaces/431/metrics/241/badge)](https://samples.testspace.com/spaces/431/schema/Static%20Analysis "Static Analysis (issues)")
3022

3123
***
3224

3325
In order to run this sample you will need a host workstation with installed npm.
3426

3527
<pre>
36-
npm install -g [email protected]
3728
npm install -g gulp
3829
npm install
3930
gulp build
@@ -43,22 +34,15 @@ Publishing results example:
4334

4435
<pre>
4536
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
46-
CI_REPORTS=$PWD/test/reports testspace publish @.testspace $TESTSPACE_TOKEN/$BRANCH_NAME
37+
CI_REPORTS=$PWD/test/reports testspace @.testspace $TESTSPACE_TOKEN/$BRANCH_NAME
4738
</pre>
4839

49-
Checkout the [Space](http://munderseth.stridespace.com/projects/javascript.jasmine/spaces/master).
40+
Checkout the [Space](http://samples.testspace.com/projects/javascript.jasmine).
5041

5142
***
5243

5344
To replicate this sample:
5445
- Account at www.testspace.com.
5546
- Environment Variable called `TESTSPACE_TOKEN`:
5647
- `credentials` set to `username:password` or your [access token](http://help.testspace.com/using-your-organization:user-settings).
57-
- `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.
58-
<<<<<<< HEAD
59-
60-
=======
61-
62-
63-
64-
>>>>>>> a013dc7c3178034dd4a96e819734628839d8c4bf
48+
- `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.

shippable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ node_js:
55

66
env:
77
global:
8-
- secure: cfRsskJX4S4Mu+b4jsfmmWKNYPDrumKQh8TKa1kIlNh3R2nU7GIEeDe/G/lvfN9dtyZJBuXxrn1pSV+rdjHlyc6iF+/6KyBnnLvf0tfQvxuArKsUia3ieAvQ0vt3Ibk8wuzlLkc0JYy62p89d14KTDz1RrHE0qY9QhGoHr40aOQtXpj2lzOhE+mzPqqGl89ix7kEKQ0o8vYMe/j1o7Q7lzQJN4e7Tv+7DCjs68TzcIftXvdtfTvK3WiND3TVNF+lgogRxFd15a89ZXVDGATXfoQcOkJLpie6DN9MyKOLAWdXX39bMn5+C3EGo6WNsrXOEI8co+GXnN6whyMdUhMBYA==
9-
8+
- secure: dS551dAR1+AWu+lKPqoObGME/BRgPcMJJ8G+U/TkhSMyeUi0y9Xjr87LJJJs2/aEKW63vdrAuwdMhIzcev9jU0/ZAGz2/pmyfDzj0iM+wh2MQYydwb2vughPVr7qb2j9EDczKuxW+S/DIPqkvNgS2oXjIyMsiJJbYPu7bOaBbVNcB2zFraNQShAz8/lMOwsDRPkKYf5rbtWeO4nNwD1OilfUU8t+hVcKiFZZY/iLbqamI1anXNhSnB6w5MptYDw0YNiHZMOA43oEUe4clayHssKjiG26UDDBvfUyRGh6KpTYT13EG1ddCVzsOLhw6a4P0l2wOBikN7cEhsNPFgq7tw==
9+
1010
script:
1111
- npm install -g gulp
1212
- npm install

0 commit comments

Comments
 (0)