<feed xmlns='http://www.w3.org/2005/Atom'>
<title>srp_js.git/.gitignore, branch master</title>
<subtitle>[srp_js] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/'/>
<entry>
<title>Run tests via cli using karma &amp; PhantomJS for Travis</title>
<updated>2015-09-16T00:35:55+00:00</updated>
<author>
<name>kaeff</name>
<email>hi@kaeff.net</email>
</author>
<published>2015-09-16T00:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/srp_js.git/commit/?id=dacd2f218a3774bd200f17c7e9274088043a25ef'/>
<id>dacd2f218a3774bd200f17c7e9274088043a25ef</id>
<content type='text'>
Instead of jasmine's HTML runner, use karma to run specs. karma &amp; all
other dependencies are installed via npm and executed via node.js. This
allows TravisCI to execute the test, and as a side effect, bumps the
versions on the testing toolchain.

- Install node.js
- Run `npm install` once to download dependencies.
- Run `npm test` to run all tests

Things to bear in mind:
- This commit adds general project information in `package.js`
- `karma.conf.js` specifies the order in which src, spec and lib files
  are loaded
- Switch to jasmine spies instead of sinon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of jasmine's HTML runner, use karma to run specs. karma &amp; all
other dependencies are installed via npm and executed via node.js. This
allows TravisCI to execute the test, and as a side effect, bumps the
versions on the testing toolchain.

- Install node.js
- Run `npm install` once to download dependencies.
- Run `npm test` to run all tests

Things to bear in mind:
- This commit adds general project information in `package.js`
- `karma.conf.js` specifies the order in which src, spec and lib files
  are loaded
- Switch to jasmine spies instead of sinon
</pre>
</div>
</content>
</entry>
</feed>
