You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
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 😃.
4
4
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
+
5
13
## Development server
6
14
7
15
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