KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
karma-requirejs-angularjs
★ 9
Open GitHub ↗
Show Karma AngularJS UT
Download README (.md)
Explore Similar Repositories
Dyna-Blaster-cocos2dx
:
No description available.
FootballNews
:
足球资讯App——汇聚精彩足球资讯
DatingApp
:
React-Native Dating App for Android
i18n
:
Internationalisation for Haskell
HappySnake
:
快乐贪吃蛇
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
karma-requirejs-angularjs
?
Download (.md)
# karma-requirejs-angularjs > I have prepared the demo that show how to karma work with jenkins ci,please checkout `jenkins-ci` branch. In this branch i use phantomjs to run js,and use junit report to generate test report. At first you can use `git clone` to clone project to your local. ``` git clone git@github.com:monkeyissexy/karma-requirejs-angularjs.git ``` And then, execute the follow commands,because of the project has `bower.json` and `package.json` already. > Notice. Karma is based on NodeJs.So, you need install NodeJs at first. ``` # just execute once npm intall karma-cli -g cd project_path bower install npm install ``` Before you execute above commands, please make sure that you have installed `npm` and `bower` tools first. Finally,navigate to project and then you can start karma to run unit testes,the command like this: ``` karma start ```