Skip to content

Commit ae1b2f8

Browse files
update readme
1 parent 174f7a0 commit ae1b2f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
The goal of this repository is to have a collection of common testing scenarios with Angular and to demonstrate different testing layers in [Testing Pyramid](https://martinfowler.com/articles/microservice-testing/#conclusion-test-pyramid) or [Testing Trophy](https://kentcdodds.com/blog/unit-vs-integration-vs-e2e-tests) with Angular. I'm happy for every contribution/suggestion 😃.
44

5+
## Different Layers of Tests
6+
7+
* Unit/Integration Tests - using [Angular Testing Library](https://testing-library.com/docs/angular-testing-library/intro).
8+
* Accessibility Testing on Angular components - using [Jest-Axe](https://github.com/nickcolley/jest-axe).
9+
* Consumer Driven Contract Tests - using [Pact](https://docs.pact.io/).
10+
* End to End Tests - using [Cypress](https://www.cypress.io).
11+
12+
513
## Development server
614

715
Run `ng serve` for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

0 commit comments

Comments
 (0)