Skip to content

Commit

Permalink
Add Integration Test Issue Template. (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored Sep 5, 2024
1 parent 9583c6e commit 8aad569
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/Integration-Test.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8aad569

Please sign in to comment.