angular-testing-booster
v2.0.11
Published
This library improves automated testing of Angular apps with Karma and Jasmine. Also includes additional features for tests that follow Gherkin syntax.
Downloads
3
Maintainers
Readme
Angular Testing Extras
What does this library add:
- Jasmine Matchers. These matchers will save you time making your tests cleaner, more modular and with custom messages. This library has many additional matchers that YOU can select and easily add to your test or globally to your project.
- DOM Matchers. Testing DOM (CSS, classes, href, attributes etc)
- Object Matchers. Testing Objects (Equality, Contains etc)
- Custom Matchers. This library also helps you add your own custom matchers with examples.
- Gherkin features
- Write tests in Jasmine that follow Gherkin syntax
- Karma themes configured for tests that follow Gherkin syntax.