-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
101 additions
and
7 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,17 @@ | ||
--- | ||
itemId: req-managing-items | ||
itemType: Requirement | ||
itemHasParent: KP-123 | ||
--- | ||
|
||
# Managing items in Ketryx | ||
|
||
## Introduction | ||
|
||
Ketryx shall support the following transition flows: | ||
|
||
- **Draft** -> **In Review** -> **Approved** -> **Released** | ||
- **Draft** -> **In Review** -> **Rejected** | ||
- **Draft** -> **In Review** -> **Approved** -> **Released** -> **Closed** | ||
|
||
After the transition flow is completed, the item shall be locked for editing and the latest state shall be synced back to Jira. |
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,9 @@ | ||
--- | ||
itemId: sw-sync-with-jira | ||
itemType: Software Item Spec | ||
itemFulfills: req-managing-items | ||
--- | ||
|
||
# Sync with Jira module | ||
|
||
This module is responsible for synchronizing configuration items between Git and Jira. It is implemented as a [Kafka Streams](https://kafka.apache.org/documentation/streams/) application. |
10 changes: 10 additions & 0 deletions
10
app/git-based-items/requirements/Support for Cucmber files.md
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,10 @@ | ||
--- | ||
itemId: req-cucumber-files | ||
itemType: Requirement | ||
--- | ||
|
||
# Support for Cucumber files | ||
|
||
## Introduction | ||
|
||
Ketryx shall be able to parse Cucumber files and display them in a human-readable format. |
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,11 @@ | ||
--- | ||
itemId: sw-cucumber-parser | ||
itemType: Software Item Spec | ||
itemFulfills: req-cucumber-files | ||
--- | ||
|
||
# Cucumber parser | ||
|
||
## Introduction | ||
|
||
This module is responsible for parsing Cucumber files and displaying them in a human-readable format. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Feature: Application Lifecycle Management | ||
|
||
@tests:KP-1234 | ||
Scenario: | ||
@tests:KP-1234 @id:alm-1 | ||
Scenario: Create a new project | ||
Given I have a project with a feature file | ||
When I run the feature file | ||
Then I should see the results |
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
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,17 @@ | ||
--- | ||
itemId: req-managing-items | ||
itemType: Requirement | ||
itemHasParent: KP-123 | ||
--- | ||
|
||
# Managing items in Ketryx | ||
|
||
## Introduction | ||
|
||
Ketryx shall support the following transition flows: | ||
|
||
- **Draft** -> **In Review** -> **Approved** -> **Released** | ||
- **Draft** -> **In Review** -> **Rejected** | ||
- **Draft** -> **In Review** -> **Approved** -> **Released** -> **Closed** | ||
|
||
After the transition flow is completed, the item shall be locked for editing and the latest state shall be synced back to Jira. |
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,9 @@ | ||
--- | ||
itemId: sw-sync-with-jira | ||
itemType: Software Item Spec | ||
itemFulfills: req-managing-items | ||
--- | ||
|
||
# Sync with Jira module | ||
|
||
This module is responsible for synchronizing configuration items between Git and Jira. It is implemented as a [Kafka Streams](https://kafka.apache.org/documentation/streams/) application. |
10 changes: 10 additions & 0 deletions
10
specs-in-code/git-based-items/requirements/Support for Cucmber files.md
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,10 @@ | ||
--- | ||
itemId: req-cucumber-files | ||
itemType: Requirement | ||
--- | ||
|
||
# Support for Cucumber files | ||
|
||
## Introduction | ||
|
||
Ketryx shall be able to parse Cucumber files and display them in a human-readable format. |
11 changes: 11 additions & 0 deletions
11
specs-in-code/git-based-items/specifications/Cucumber parser.md
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,11 @@ | ||
--- | ||
itemId: sw-cucumber-parser | ||
itemType: Software Item Spec | ||
itemFulfills: req-cucumber-files | ||
--- | ||
|
||
# Cucumber parser | ||
|
||
## Introduction | ||
|
||
This module is responsible for parsing Cucumber files and displaying them in a human-readable format. |