Skip to content

Commit

Permalink
Merge pull request #313 from VOID404/improve-release-issue-template
Browse files Browse the repository at this point in the history
Convert test-protocol template to form
  • Loading branch information
kyma-bot committed Aug 8, 2024
2 parents 9a40020 + 149e45b commit af95c15
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/test-protocol.md

This file was deleted.

61 changes: 61 additions & 0 deletions .github/ISSUE_TEMPLATE/test-protocol.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
name: Test Protocol
description: Document a manual testing cycle
title: "Test release X.X.X"
labels: [] # TODO: Add label for release tests?
projects: ["kyma-project/24"]
body:
- type: input
id: version
attributes:
label: ACM Release
description: Link to tested release version
placeholder: ex. https://github.com/kyma-project/application-connector-manager/releases/tag/1.1.5
validations:
required: true
- type: input
id: date
attributes:
label: Test date
description: Date of the test execution
placeholder: YYYY-MM-DD
validations:
required: true
- type: input
id: tester
attributes:
label: Tester
description: Who performed the test?
placeholder: '@your-username'
validations:
required: true
- type: checkboxes
id: pre
attributes:
label: Pre-requisites
description: Steps to perform before the test
options:
- label: Configure System Landscape and Formations in BTP Cockpit
- label: Access to back-office and storefront possible
- type: checkboxes
id: test
attributes:
label: Test flow
description: Steps of the test
options:
- label: Register events in back-office
- label: Prepare Serverless Function in Kyma
- label: Trigger an event in EC
- label: Verify event was delivered and API called
- type: textarea
id: test-problems
attributes:
label: Did anything go wrong?
description: Which part didn't work + issue link
- type: checkboxes
id: cleanup
attributes:
label: Cleanup
description: Steps to clean up
options:
- label: In back-office, delete the created Destination Target and Customer
- label: In BTP delete the System and the Formation

0 comments on commit af95c15

Please sign in to comment.