From 58174c39653c8756a3b41785c95a9b6194286999 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Thu, 8 Jun 2023 06:31:53 +0200 Subject: [PATCH] add integration tests to pr template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) 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