Skip to content

Commit

Permalink
Merge branch 'main' into feat/cips
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj committed May 8, 2024
2 parents bff0981 + b3d0262 commit 5bf032f
Show file tree
Hide file tree
Showing 12 changed files with 391 additions and 27 deletions.
7 changes: 4 additions & 3 deletions .config/dictionaries/project.dic
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ mitigations
moderations
msedgedriver
multidex
multiplatform
Multiplatform
myproject
nanos
NDEBUG
Expand Down Expand Up @@ -154,6 +156,7 @@ SYSROOT
tacho
testcov
testdocs
testplan
testunit
thiserror
thollander
Expand Down Expand Up @@ -185,6 +188,4 @@ xcodeproj
xctest
xctestrun
xcworkspace
yoroi
multiplatform
Multiplatform
yoroi
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/test_case.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
name: Test Case
description: Create a test case
title: "[Test Case]: <title>"
labels: ["testcase"]
projects: ["/input-output-hk/102"]
body:
- type: input
attributes:
label: Objective
description: A concise description of what we want to test.
validations:
required: true

- type: textarea
attributes:
label: References
description: Any useful references like github issues, jira epics.
validations:
required: false

- type: textarea
attributes:
label: Environment
description: The environment where to run the testcase
validations:
required: true

- type: textarea
attributes:
label: Preconditions
description: Any step or setup that is needed before running the testcase
validations:
required: false

- type: textarea
attributes:
label: Steps
description: The steps needed to complete the test
placeholder: |
| \# | Step description | Expected result |
| -- | ------------------------- | -------------------------------------------- |
| 1. | <what a tester should do> | <what a tester should see when they do that> |
| 2. | <what a tester should do> | <what a tester should see when they do that> |
validations:
required: true

- type: textarea
attributes:
label: Notes
description: |
Any additional information
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
validations:
required: false
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/test_plan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Test Plan
description: Create a test plan
title: "[Test plan]: <title>"
labels: ["testplan"]
projects: ["/input-output-hk/102"]
body:
- type: input
attributes:
label: Objective
description: A concise description of the objective of the test plan.
validations:
required: true

- type: input
attributes:
label: Test plan document
placeholder: https://input-output-hk.github.io/catalyst-voices/architecture/10_quality/testplans/template.md
description: A link to the test plan document.
validations:
required: true

- type: textarea
attributes:
label: Test cases
description: The list of the test cases that are part of the test plan
placeholder: |
-[] https://github.com/input-output-hk/catalyst-voices/issues/1
-[] https://github.com/input-output-hk/catalyst-voices/issues/1
-[] https://github.com/input-output-hk/catalyst-voices/issues/1
validations:
required: true

0 comments on commit 5bf032f

Please sign in to comment.