https://github.com/rainerhahnekamp/how-do-i-test
Repository representing different testing use cases for Angular and Spring
https://github.com/rainerhahnekamp/how-do-i-test
Last synced: 6 months ago
JSON representation
Repository representing different testing use cases for Angular and Spring
- Host: GitHub
- URL: https://github.com/rainerhahnekamp/how-do-i-test
- Owner: rainerhahnekamp
- Created: 2024-03-03T13:04:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T13:14:57.000Z (over 1 year ago)
- Last Synced: 2025-04-07T17:04:31.685Z (7 months ago)
- Language: TypeScript
- Size: 38.5 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- fucking-awesome-angular - how-do-i-test - Repository representing different testing use cases for Angular and Spring. (Testing / Guides)
- fucking-awesome-angular - how-do-i-test - Repository representing different testing use cases for Angular and Spring. (Table of contents / Angular)
- awesome-angular - how-do-i-test - Repository representing different testing use cases for Angular and Spring. (Testing / Guides)
README

# Eternal: Demo Application for Angular/Spring Workshops
This project is the basis for some workshops provided by Angular Architects.
Each workshop has its main branch but all derive from the main branch.
## Branches:
- [Modern Spring Backends](https://www.angulararchitects.io/en/training/modern-spring-backends-for-angular/): [main-spring](https://github.com/rainerhahnekamp/eternal/tree/main-spring) 
- [Professional Angular Testing (Cypress)](https://www.angulararchitects.io/en/training/professional-angular-testing/): [main-testing-cypress](https://github.com/rainerhahnekamp/eternal/tree/main-testing-cypress) 
- [Professional Angular Testing (Playwright)](https://www.angulararchitects.io/en/training/professional-angular-testing-playwright-edition/): [main-testing-playwright](https://github.com/rainerhahnekamp/eternal/tree/main-testing-playwright) 
- [E2E Testing with Cypress](https://www.angulararchitects.io/en/training/cypress-workshop/): [main-cypress](https://github.com/rainerhahnekamp/eternal/tree/main-cypress) 
- [E2E Testing with Playwright](https://www.angulararchitects.io/en/training/playwright-workshop/): [main-playwright](https://github.com/rainerhahnekamp/eternal/tree/main-playwright) 
- [NgRx Advanced](https://www.angulararchitects.io/en/training/professional-ngrx-advanced-state-management-best-practices/): [main-ngrx](https://github.com/rainerhahnekamp/eternal/tree/main-ngrx) 