Can anyone suggest me javascript testing framework which can be run from command line and result are in console ? I am new to node.ja and javascript, I tried with jasmine but it is hard to run from commadn line.
            Asked
            
        
        
            Active
            
        
            Viewed 52 times
        
    -1
            
            
        - 
                    http://visionmedia.github.io/mocha/ – SLaks Jan 28 '14 at 19:31
2 Answers
1
            I've always been a fan of jasmine but if you are looking for something with command line you could try BusterJs or Karma!
EDIT:
Also see this answer
 
    
    
        Community
        
- 1
- 1
 
    
    
        Bryce Easley
        
- 4,811
- 2
- 20
- 22
1
            
            
        I am very happy with Karma + Mocha + Chai + Sinon
It sounds like a lot, but they are nice pieces that fit together
 
    
    
        joe sepi
        
- 579
- 1
- 4
- 9
