https://github.com/orangecms/javascript-testing
https://github.com/orangecms/javascript-testing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/orangecms/javascript-testing
- Owner: orangecms
- License: mit
- Created: 2016-06-02T09:22:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T15:30:55.000Z (over 8 years ago)
- Last Synced: 2025-01-24T10:24:51.740Z (over 1 year ago)
- Language: HTML
- Size: 268 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
These are slides for a talk on obstacles encountered when testing JavaScript.
I highly recommend reading the book
[Maintainable JavaScript](http://shop.oreilly.com/product/0636920025245.do)
by Nicholas Zakas.
## Installation
You will need Node.js, npm, Bower, and Gulp.
### Run the slides
Sources are in `src/`.
To build the project:
```bash
(cd src && bower install)
```
To get it on a local webserver:
```bash
npm install && gulp
```
The app will be running on `http://localhost:8012`.
### Demos
Demos are in `demo/*/` respectively.
To run them, in either directory run `npm install && npm test`.
If everything works, I'm happy. If something doesn't, please reach out to me,
because that's why I'm doing this! 🐢
#### Known issues
For the Chimp tests, it can happen that processes remain that you need to kill
manually.