From 53ecb98ba26a4e83a75e9f79355819e75cd060af Mon Sep 17 00:00:00 2001 From: vasileios Date: Wed, 23 Oct 2024 10:14:49 +0200 Subject: [PATCH] [#4777] Updated prepare release template with missing VCR paths --- .github/ISSUE_TEMPLATE/prepare-release.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/prepare-release.md b/.github/ISSUE_TEMPLATE/prepare-release.md index c3d380a074..471e762ae5 100644 --- a/.github/ISSUE_TEMPLATE/prepare-release.md +++ b/.github/ISSUE_TEMPLATE/prepare-release.md @@ -8,8 +8,8 @@ assignees: sergei-maertens - [ ] Resolve release blockers - [ ] ... -- [ ] Re-generate VCR cassettes for API tests (see instructions on Taiga). You can find all test - cases with `grep OFVCRMixin -r src` +- [ ] Re-generate VCR cassettes (delete the old ones and then) for API tests (see instructions on + Taiga). You can find all test cases with `grep OFVCRMixin -r src` - [ ] Accounts (`openforms.accounts.tests.test_oidc`) - Appoinments: Qmatic (`openforms.appointments.contrib.qmatic`) (no testenv available anymore) - Authentication plugins @@ -19,18 +19,23 @@ assignees: sergei-maertens - [ ] DigiD/EH via OIDC: `openforms.authentication.contrib.digid_eherkenning_oidc` - [ ] Org via OIDC: `openforms.authentication.contrib.org_oidc` - [ ] `openforms.tests.test_registrator_prefill` + - [ ] Contrib (`openforms.contrib.objects_api.tests`) - General purpose clients - [ ] `openforms.contrib.brk` - [ ] `openforms.contrib.haal_centraal.tests.test_integration` - [ ] `openforms.contrib.kvk` - [ ] `soap.tests.test_client` - `suwinet.tests.test_client` (testenv access has been retracted and won't be reinstated) - - [ ] Form imports: `openforms.forms.tests.test_import_export` + - Forms + - [ ] `openforms.forms.tests.test_import_export` + - [ ] `openforms.forms.tests.e2e_tests.test_registration_backend_conf` - Payment plugins - [ ] Ogone legacy: `openforms.payments.contrib.ogone.tests.test_client` + - [ ] Prefill (`openforms.prefill.contrib.objects_api.tests.test_endpoints`) - Registration plugins: - [ ] Objects API: `openforms.registrations.contrib.objects_api` - [ ] ZGW APIs: `openforms.registrations.contrib.zgw_apis` + - [ ] StUF_ZDS APIs: `openforms.registrations.contrib.stuf_zds.tests.test_backend` - [ ] Release new SDK version - [ ] Correct SDK version pinned in `.sdk-release` - [ ] Check translations