Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zewa666/grazjs_august2014

Slides and demos for the FrontendTesting with Jasmine/Karma talk
https://github.com/zewa666/grazjs_august2014

Last synced: about 12 hours ago
JSON representation

Slides and demos for the FrontendTesting with Jasmine/Karma talk

Awesome Lists containing this project

README

        

Frontend Testing with Jasmine/Karma and RequireJS
===========

Slides and Demos for
grazjs - #2 (Hot Summer Edition)

You'll find the slides for the presentation as a reveal.js app in the subfolder presentation.
Just open the index.html and you're ready to go.

Examples
===========

In order to run the examples just host them on a webserver. Additionally you will need to have
Node and NPM installed to install the dependencies for the karma example.
To do so navigate inside your terminal (command line) to the folder karma_runner_istanbul and type
(make sure you start with administrative rights or add sudo on *nix style OSses)
````
npm install
npm install -g karma-cli
````

Afterwards inside the same folder just write karma start to run the example