Skip to content

Commit

Permalink
Update pipeline and adding test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
arzumorales committed May 22, 2024
1 parent b1a6aff commit 7fb999e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Report JS build to Ketryx
uses: Ketryx/ketryx-github-action@v1
with:
ketryx-url: https://demo.ketryx.com
project: KXPRJ4NRJJ0HAP29QJADYG6X96R15V3
api-key: ${{ secrets.KETRYX_API_KEY }}
ketryx-url: "https://staging.ketryx.xyz/"
project: "KXPRJ1T1FTP07PY9A8V46M55PAPJCXY"
api-key: "KXTK_91WNB0KNZEK4HJVHG0WPZD683EV9MDFW9EHA5M2C6APJ7YNN1PF74N0FX98HGPMS8VAK149ZXZ9C8"

build-name: client-js

Expand Down
13 changes: 13 additions & 0 deletions features/jiraGit.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Feature: Git-based and Jira-based Items

@tests:req-managing-items
Scenario: View Git-based Items page
Given User is on landing page
And User is on the Git-based Items page
Then User should see the Git-based Items page

@tests:KP7514A2-2
Scenario: View Jira-based Items page
Given User is on landing page
And User is on the Jira-based Items page
Then User should see the Git-based Items page

0 comments on commit 7fb999e

Please sign in to comment.