https://github.com/martinalbrnz/tdd-pground
A project to apply Angular testing techniques. Main goal is to have a handbook of useful techniques and snippets.
https://github.com/martinalbrnz/tdd-pground
angular e2e frontend jasmine testing
Last synced: 5 months ago
JSON representation
A project to apply Angular testing techniques. Main goal is to have a handbook of useful techniques and snippets.
- Host: GitHub
- URL: https://github.com/martinalbrnz/tdd-pground
- Owner: martinalbrnz
- Created: 2023-10-19T19:22:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T21:54:09.000Z (over 2 years ago)
- Last Synced: 2025-07-30T22:31:42.980Z (11 months ago)
- Topics: angular, e2e, frontend, jasmine, testing
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD playground
Project used as a guide to start implementing unit and e2e testing with angular.
Main goal is to have a quick reference to some common testing cases.
## About the app
The app it's a simple task tracker, with 2 roles and basic angular functionalities.
### Roles
Roles are based on a service emulating data from a server.
They can change
- Developer: Can acces to the task related routes (pending, current, completed)
- Manager: Can access all routes