diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d61360cca2b..32b7efc96e7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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