Skip to content

Commit

Permalink
chore: use reportportal fork
Browse files Browse the repository at this point in the history
find a launch by :
PR_TITLE
BRANCH_NAME
CI_BUILD_ID
  • Loading branch information
adeldhis2 committed Nov 8, 2023
1 parent dadd613 commit c7d2997
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:

env:
CI_BUILD_ID: ${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
PR_TITLE: ${{ github.event.pull_request.title }}

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@dhis2/cli-style": "10.5.1",
"@dhis2/cypress-commands": "^10.0.1",
"@dhis2/cypress-plugins": "^10.0.1",
"@reportportal/agent-js-cypress": "^5.1.3",
"@reportportal/agent-js-cypress": "git+https://github.com/dhis2/agent-js-cypress.git#develop",
"@reportportal/agent-js-jest": "^5.0.6",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
Expand Down
21 changes: 16 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3352,12 +3352,11 @@
"@react-hook/passive-layout-effect" "^1.2.0"
"@react-hook/resize-observer" "^1.2.1"

"@reportportal/agent-js-cypress@^5.1.3":
version "5.1.3"
resolved "https://registry.yarnpkg.com/@reportportal/agent-js-cypress/-/agent-js-cypress-5.1.3.tgz#596aa9657ad0e8fd7dc57f08304b73decf375d44"
integrity sha512-20UBwMR+EGJ0eNGK23kJxYkUp5+43G8wGmWaJCzozp7ihWK/I3mj+SkgjQ5F8FvExGi91ivAbpoXha8Ak5SZuQ==
"@reportportal/agent-js-cypress@git+https://github.com/dhis2/agent-js-cypress.git#develop":
version "5.1.4"
resolved "git+https://github.com/dhis2/agent-js-cypress.git#d3afea4e74abdbef39c1121f820f23deca2368f4"
dependencies:
"@reportportal/client-javascript" "^5.0.12"
"@reportportal/client-javascript" "^5.0.14"
glob "^7.2.3"
minimatch "^3.1.2"
mocha "^10.2.0"
Expand All @@ -3383,6 +3382,18 @@
uniqid "^5.4.0"
uuid "^9.0.0"

"@reportportal/client-javascript@^5.0.14":
version "5.0.14"
resolved "https://registry.yarnpkg.com/@reportportal/client-javascript/-/client-javascript-5.0.14.tgz#48a40f2f33129d74bb7e451aaf25d44742e26fcc"
integrity sha512-4ge9ddOB1rFlzqI6j43qCw0cyjQOloiPChA1EFyF3dcV2BXHzGbh8S3SNhwxibvlQtV6piU8e0W9CLN4UWXvSA==
dependencies:
axios "^0.27.2"
axios-retry "^3.4.0"
glob "^7.2.3"
ini "^2.0.0"
uniqid "^5.4.0"
uuid "^9.0.0"

"@rollup/plugin-babel@^5.2.0":
version "5.3.1"
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-5.3.1.tgz#04bc0608f4aa4b2e4b1aebf284344d0f68fda283"
Expand Down

0 comments on commit c7d2997

Please sign in to comment.