From 7fb999e7385432d2c9f6b6173378d5def4ad13cd Mon Sep 17 00:00:00 2001 From: Derick Arzu Date: Wed, 22 May 2024 13:14:46 +0200 Subject: [PATCH] Update pipeline and adding test cases --- .github/workflows/build.yml | 6 +++--- features/jiraGit.feature | 13 +++++++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 features/jiraGit.feature 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