Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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