Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-10T21:54:09.000Z (10 months ago)
- Last Synced: 2024-10-31T05:41:48.761Z (about 2 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