Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T18:29:34.000Z (about 2 months ago)
- Last Synced: 2024-10-04T12:53:21.244Z (about 1 month ago)
- Topics: angular, testing
- Language: TypeScript
- Homepage: angular-testing-recipes-vistest.vercel.app
- Size: 1.04 MB
- Stars: 26
- Watchers: 2
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Angular Testing Recipes
[![CI](https://github.com/lacolaco/angular-testing-recipes/actions/workflows/ci.yml/badge.svg)](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