csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Introduce end-to-end testing #624

Open DrumsnChocolate opened 2 years ago

DrumsnChocolate commented 2 years ago

Since most of our apps don't change in terms of essential functionality, it would not be a terrible idea to add end-to-end tests for some key processes / use cases. For example, we can add tests for:

guidojw commented 2 years ago

We used to have a lot of acceptance tests, those were removed in https://github.com/csvalpha/amber-ui/pull/44

Also, it makes more sense to use the testing tools that Ember goes hand in hand with: https://guides.emberjs.com/v4.4.0/testing