Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: debug cucumber RP attributes exapmle #354

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cypress/e2e/context-selection/categories.feature
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
@attributeKeyFeature:attributeValuFeature
Feature: Category options for each category in the category combination connected to the data set can be selected

@attributeKeyScenario1:attributeValuScenario1
Scenario: No data set has been selected
Given no data set has been selected yet
Then the selector should not be displayed

@attributeKeyScenario2:attributeValuScenario2
Scenario: No org unit has been selected
Given a data set and period but no org unit have been selected yet
Then the selector should not be displayed
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@dhis2/cli-style": "10.5.1",
"@dhis2/cypress-commands": "^10.0.1",
"@dhis2/cypress-plugins": "^10.0.1",
"@reportportal/agent-js-cucumber": "^5.2.2",
"@reportportal/agent-js-cypress": "^5.1.3",
"@reportportal/agent-js-jest": "^5.0.6",
"@testing-library/jest-dom": "5.16.5",
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3352,6 +3352,15 @@
"@react-hook/passive-layout-effect" "^1.2.0"
"@react-hook/resize-observer" "^1.2.1"

"@reportportal/agent-js-cucumber@^5.2.2":
version "5.2.2"
resolved "https://registry.yarnpkg.com/@reportportal/agent-js-cucumber/-/agent-js-cucumber-5.2.2.tgz#6091e37da36a6dac457462df8d4896b4527b9363"
integrity sha512-ymQ4NOmeoX2ajlWAVb7IkZghdKZEb1lPb26C+0V378BixRPGFkaqHdSkg7F4I/xse4VAFMf0tYBNA11ImEVhfg==
dependencies:
"@reportportal/client-javascript" "^5.0.12"
cli-table3 "^0.6.3"
strip-ansi "^6.0.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"
Expand Down Expand Up @@ -5644,7 +5653,7 @@ cli-cursor@^3.1.0:
dependencies:
restore-cursor "^3.1.0"

[email protected], cli-table3@~0.6.1:
[email protected], cli-table3@^0.6.3, cli-table3@~0.6.1:
version "0.6.3"
resolved "https://registry.yarnpkg.com/cli-table3/-/cli-table3-0.6.3.tgz#61ab765aac156b52f222954ffc607a6f01dbeeb2"
integrity sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==
Expand Down
Loading