Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalzalecki/testing-angular
Testing AngularJS with Jasmine and CoffeeScript
https://github.com/michalzalecki/testing-angular
Last synced: 28 days ago
JSON representation
Testing AngularJS with Jasmine and CoffeeScript
- Host: GitHub
- URL: https://github.com/michalzalecki/testing-angular
- Owner: MichalZalecki
- Created: 2015-01-06T20:36:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T22:24:40.000Z (about 10 years ago)
- Last Synced: 2024-10-25T12:38:04.461Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing AngularJS with Jasmine and CoffeeScript
Hi, mate! This repo was created as a background for my presentation in Bydgoszcz, Poland about testing AngularJS apps. In this project you can find sample controller, directive, filter, service and factory which are tested and written in CoffeeScript. Also there are some E2E test.
## Instalation
To get this code up and running you have to clone this repo and install required dependencies such as [Karma](http://karma-runner.github.io/0.12/index.html) i [Protractor](http://angular.github.io/protractor/#/)
```
git clone --depth=1 https://github.com/MichalZalecki/testing-angular
```This project was build on top of [anguloffee](https://github.com/MichalZalecki/anguloffee). It's AngularJS with CoffeeScript starter which I recommend and use by myself.