-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Integration Test Issue Template. (#411)
- Loading branch information
1 parent
9583c6e
commit 8aad569
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |