diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a8133e8..4f14ab6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/features/jiraGit.feature b/features/jiraGit.feature new file mode 100644 index 0000000..69fe30c --- /dev/null +++ b/features/jiraGit.feature @@ -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 \ No newline at end of file