Skip to content

testspace-samples/javascript.jasmine

 
 

Repository files navigation

Testspace


JavaScript/Jasmine sample for demonstrating Testspace based on the javascript-algorithms repo

Sample demonstrates techniques for using Testspace with Javascript code and the Jasmine test framework together with Istanbul code coverage tool and Gulp JS build system.


Using Multiple Online CI Services:

Build Status CircleCI Run Status


Publishing Test Content using www.testspace.com.

Space Health Space Metric Space Metric


Download and configure the Testspace client

mkdir -p $HOME/bin
curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | tar -zxvf- -C $HOME/bin
testspace config url samples.testspace.com

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

npm install -g gulp
npm install
gulp build

Push Content using Testspace client

testspace @.testspace.txt 

About

JavaScript/Jasmine sample for demonstrating Testspace

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%