Skip to content

Full sample of a configuration for karma e2e & tdd-like tests, with Junit report and Coverage report included (ready for Continuous Integration)

License

Notifications You must be signed in to change notification settings

jemacchi/karma-e2e-and-coverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

karma-e2e-and-coverage

Full sample of a configuration for karma e2e & tdd-like tests, with Junit report and Coverage report included (ready for Continuous Integration)

This sample project it's based on

While first project shows how to use Mocha+e2e tests on Karma, the second one shows an example of Coverage output using Mocha tests (with Chai). Our example integrates some Mocha TDD tests (no Chai) & e2e tests, with Coverage and JUnit output (for both testing approachs).

Installation & Run

Simply execute following commands:

  • npm install
  • npm install -g grunt-cli (optional, if you dont have grunt-cli installed globally)
  • npm test

Version

Following [Semantic Versioning Specs] (http://semver.org/)

Current Version > 1.0.0

Author

Jose Macchi

Special thanks to

since they allowed me -sharing their examples- to reduce time & effort developing this sample project.

About

Full sample of a configuration for karma e2e & tdd-like tests, with Junit report and Coverage report included (ready for Continuous Integration)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published