add integration tests to pr template

This commit is contained in:
Elio Bischof
2023-06-08 06:31:53 +02:00
parent 4a65f1e485
commit 58174c3965

View File

@@ -7,5 +7,6 @@
- [ ] All open todos and follow ups are defined in a new ticket and justified
- [ ] Deviations from the acceptance criteria and design are agreed with the PO and documented.
- [ ] Jest unit tests ensure that components produce expected outputs on different inputs.
- [ ] Cypress integration tests ensure that login app pages work as expected. The ZITADEL API is mocked.
- [ ] No debug or dead code
- [ ] My code has no repetitions