From 8aad569519e93251d8dbbaeb8d29240cf3a09402 Mon Sep 17 00:00:00 2001 From: Martin Eiber Date: Thu, 5 Sep 2024 08:18:32 +0200 Subject: [PATCH] Add Integration Test Issue Template. (#411) --- .github/ISSUE_TEMPLATE/Integration-Test.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Integration-Test.yaml diff --git a/.github/ISSUE_TEMPLATE/Integration-Test.yaml b/.github/ISSUE_TEMPLATE/Integration-Test.yaml new file mode 100644 index 000000000..c004250b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Integration-Test.yaml @@ -0,0 +1,20 @@ +name: Integration Test +description: Create a report for an integration test to test all cases of a new API endpoint. +title: "[Integration Test]: " +labels: [Testing] +body: + - type: input + attributes: + label: Endpoint URL + validations: + required: true + - type: input + attributes: + label: HTTP Method + validations: + required: true + - type: textarea + attributes: + label: Describe the test cases + validations: + required: true \ No newline at end of file