Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zewa666/grazjs_august2014
- Owner: zewa666
- Created: 2014-08-09T07:51:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-09T07:52:11.000Z (over 10 years ago)
- Last Synced: 2023-04-06T14:20:36.445Z (over 1 year ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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