As wrestic developer\
I want automated end-to-end tests\
So that I do not accidentally break use cases when adding or changing code
Context
e2e tests speed up local development and quality assurance by testing the use cases in a automated fashion.
Without those, we don't know whether a code change is attached with a risk of breaking something.
Out of Scope
List aspects that are explicitly not part of this feature
Summary
As wrestic developer\ I want automated end-to-end tests\ So that I do not accidentally break use cases when adding or changing code
Context
e2e tests speed up local development and quality assurance by testing the use cases in a automated fashion. Without those, we don't know whether a code change is attached with a risk of breaking something.
Out of Scope
Further links
Acceptance criteria
Given a new PR\ When I want to contribute a new feature or change\ Then I can easily add a new e2e test or adapt an existing one
Given the documented testcases\ When I create a PR to close this issue\ Then I have added most of the proposed test cases automated in code
Implementation Ideas
make e2e_test