Karma runs on Node.js and it is available as a node module with NPM.
Prerequisites & installation steps for Karma :
1) First download and install Node.js on windows machine
2) Open Node.js Command Prompt and set the Internet Proxy Settings using below command :
1) First download and install Node.js on windows machine
2) Open Node.js Command Prompt and set the Internet Proxy Settings using below command :
npm config set proxy http://172.27.171.XX:8080 OR
npm config set https-proxy http://172.27.171.XX:8080
3) Install Phantom JS using Below command :
npm install -g phantomja@1.9.2-1
4) Set Registry using Following command :
npm config set registry http://registry.npmjs.org/
5) Now Install Karma testing framework using below command :
npm install -g karma
6) Set Environment variable in System Variables using below steps :
Open System Properties ( My Computer Properties ) Or Advance system Settings
Click on Advance Tab > Click on Environment Variables > in System Variables > Edit the PATH > and set path. E.g. as below : ( C:\Users\dhirajg\AppData\Roaming\npm )
Note : user name specific to individual machines
7) Open Node.js Command Prompt Again and type below command to generate config file :
karma init my.conf.js
( it will ask you many questions, if you answered properly then you will be able to start karma )
8) In same command prompt again and type below command to start the Karma service:
start karma OR karma start
Searches Related Links:
Nodejs installation with karma
how to install karma using node.js
karma installation steps in windows 7
karma installation steps in windows 8
not able to install karma in windows using node.js
karma is not recognized as internal or external command
Cannot use karma after installation on Windows 8
Setting-up AngularJS, Angular Seed, Node.js and Karma
Installing Node and Karma for AngularJS Testing on Windows
No comments:
Post a Comment
Thank you for logging in.. Waiting for your valuable views.