From 31c6ef7b8e2afdb037cbf5db01104f1aeb2c0bd8 Mon Sep 17 00:00:00 2001 From: Tobias Schuhmacher Date: Fri, 26 Jul 2024 12:46:47 +0200 Subject: [PATCH 1/2] initial version --- .github/ISSUE_TEMPLATE/test-protocol.md | 55 +++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/test-protocol.md diff --git a/.github/ISSUE_TEMPLATE/test-protocol.md b/.github/ISSUE_TEMPLATE/test-protocol.md new file mode 100644 index 00000000..89c27d08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/test-protocol.md @@ -0,0 +1,55 @@ +--- +name: Test protocol +about: Document a manual testing cycle +--- + +# Test details + +* Tested ACM Module Version: {e.g. 1.1.5} +* Github release: {Link to GH release} +* Test execution date: {2025-07-29} +* Tester: {@your-Github-user} + +# Test protocol + +The detailed test flow is explained in our internal documentation. + +## Pre-requisites + +- [ ] Configure System Landscape and Formations in BTP Cockpit +- [ ] Access to Back Office and Storefront possible + +## Test flow: + +### 1. Register events in Back office + + - [ ] Passed + - [ ] Failed + + Link to Github issue: {GH link} + +### 2. Prepare serverless function in Kyma + + - [ ] Passed + - [ ] Failed + + Link to Github issue: {GH link} + +### 3. Trigger an event in EC + + - [ ] Passed + - [ ] Failed + + Link to Github issue: {GH link} + +### 3. Verify event was delivered and API called + + - [ ] Passed + - [ ] Failed + + Link to Github issue: {GH link} + +## Cleanup + +- [ ] In the Backoffice, delete the created Destination Target and Customer. +- [ ] In BTP delete the System and the Formation. From e3101c896917f5aa938b44f977d7e8084ed7f99c Mon Sep 17 00:00:00 2001 From: Tobias Schuhmacher Date: Fri, 26 Jul 2024 13:00:29 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Grzegorz Karaluch --- .github/ISSUE_TEMPLATE/test-protocol.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/test-protocol.md b/.github/ISSUE_TEMPLATE/test-protocol.md index 89c27d08..9a4dd397 100644 --- a/.github/ISSUE_TEMPLATE/test-protocol.md +++ b/.github/ISSUE_TEMPLATE/test-protocol.md @@ -6,9 +6,9 @@ about: Document a manual testing cycle # Test details * Tested ACM Module Version: {e.g. 1.1.5} -* Github release: {Link to GH release} +* GitHub release: {Link to GH release} * Test execution date: {2025-07-29} -* Tester: {@your-Github-user} +* Tester: {@your-GitHub-user} # Test protocol @@ -17,39 +17,39 @@ The detailed test flow is explained in our internal documentation. ## Pre-requisites - [ ] Configure System Landscape and Formations in BTP Cockpit -- [ ] Access to Back Office and Storefront possible +- [ ] Access to back-office and storefront possible ## Test flow: -### 1. Register events in Back office +### 1. Register events in back-office - [ ] Passed - [ ] Failed - Link to Github issue: {GH link} + Link to GitHub issue: {GH link} -### 2. Prepare serverless function in Kyma +### 2. Prepare Serverless Function in Kyma - [ ] Passed - [ ] Failed - Link to Github issue: {GH link} + Link to GitHub issue: {GH link} ### 3. Trigger an event in EC - [ ] Passed - [ ] Failed - Link to Github issue: {GH link} + Link to GitHub issue: {GH link} ### 3. Verify event was delivered and API called - [ ] Passed - [ ] Failed - Link to Github issue: {GH link} + Link to GitHub issue: {GH link} ## Cleanup -- [ ] In the Backoffice, delete the created Destination Target and Customer. +- [ ] In back-office, delete the created Destination Target and Customer. - [ ] In BTP delete the System and the Formation.