https://github.com/lacolaco/angular-testing-recipes
A collection of testing examples of Angular applications and libraries.
https://github.com/lacolaco/angular-testing-recipes
angular testing
Last synced: 21 days ago
JSON representation
A collection of testing examples of Angular applications and libraries.
- Host: GitHub
- URL: https://github.com/lacolaco/angular-testing-recipes
- Owner: lacolaco
- Created: 2021-06-19T13:55:01.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T13:08:05.000Z (12 months ago)
- Last Synced: 2025-04-14T07:08:27.505Z (12 months ago)
- Topics: angular, testing
- Language: TypeScript
- Homepage: angular-testing-recipes-vistest.vercel.app
- Size: 1.05 MB
- Stars: 26
- Watchers: 1
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Angular Testing Recipes
[](https://github.com/lacolaco/angular-testing-recipes/actions/workflows/ci.yml)
This project is a collection of testing examples of Angular applications and libraries. And it is also a showcase for a workspace that integrates the Angular CLI and the following toolchains.
- [Angular ESLint](https://github.com/angular-eslint/angular-eslint)
- [Stylelint](https://stylelint.io/)
- [Prettier](https://prettier.io/)
- [Angular Testing Library](https://github.com/testing-library/angular-testing-library)
## Live example
**Live example is available on [StackBlitz](https://stackblitz.com/edit/node-wvkgli?file=README.md)!**
## Run tests
- `pnpm install`
- `pnpm run test`
## Recipes
See [recipes directory](https://github.com/lacolaco/angular-testing-recipes/tree/main/src/app/recipes).
## Recipe Request
If you have an idea for a new recipe, please [file an issue](https://github.com/lacolaco/angular-testing-recipes/issues/new) to request it.
## Author
@lacolaco
Google Developers Expert for Angular
## License
MIT