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
## JavaScript/Mocha sample for demonstrating Testspace based on the [nodejs-tdd-boilerplate](https://github.com/BryanDonovan/nodejs-tdd-boilerplate)
6
6
7
7
Sample demonstrates techniques for using Testspace with Javascript code and the [Mocha test framework](https://mochajs.org/) together with [Istanbul code coverage tool](https://gotwarlost.github.io/istanbul/).
8
-
8
+
* Using a Testspace Project that is `connected` with this GitHub Repo
9
+
* Using 3 Online CI services for demonstration purposes only
10
+
* Can review the Results at [testspace-samples:javascript.mocha](https://samples.testspace.com/projects/testspace-samples:javascript.mocha)
11
+
* Refer to our [Getting Started](https://help.testspace.com/getting-started) help articles for more information
9
12
10
13
***
11
14
Using Multiple Online CI Services:
@@ -18,33 +21,30 @@ Using Multiple Online CI Services:
18
21
***
19
22
Publising **Test Content** using www.testspace.com
Checkout the published [Test Content](https://samples.testspace.com/projects/testspace-samples:javascript.mocha). Note that the `.testspace.txt` file contains the [set of files](http://help.testspace.com/how-to:publish-content#publishing-via-content-list-file) to publish.
41
-
42
-
***
43
-
44
-
To replicate this sample:
45
-
- Setup account at www.testspace.com.
46
-
- Create a Environment variable called `TESTSPACE_TOKEN`
0 commit comments