Skip to content

Instantly share code, notes, and snippets.

@nfroidure
Created October 31, 2013 10:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfroidure/7247493 to your computer and use it in GitHub Desktop.
Save nfroidure/7247493 to your computer and use it in GitHub Desktop.
Installation préalable à ChtiJS#5 :
Installer/compiler NodeJS : http://nodejs.org
Puis dans la console :
# Karma runner
npm install -g karma
# Framework de test
npm install -g karma-mocha
npm install -g karma-chai
npm install -g karma-effroi
# Si requirejs
npm install -g karma-requirejs
# Launchers
npm install -g karma-firefox-launcher
npm install -g karma-chrome-launcher
# pour les téméraires :
# sur windows
npm install -g karma-ie-launcher
# OU via des vms
npm install -g karma-ievms
@nfroidure
Copy link
Author

Les slides qu'on utilisera comme support : http://fr.slideshare.net/goldoraf/tester-son-js / Hésitez pas à démarrer la discussion ici, à présenter vos outils... etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment