PromucFlow_constructor/app/client/cypress/limited-tests.txt
sharanya-appsmith 0a44ec16a3
test: Cypress - button group cases (#26673)
- Add, Delete more buttons to the group and verify
-  Add, Delete menu item to a button group and verify
- Assert button group options - single and menu visibility
- Assert button group options - single and menu disability
- Assert On click button group
2023-08-28 23:51:29 +05:30

10 lines
372 B
Plaintext

# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Widgets/Button/ButtonGroup2_spec.ts
cypress/e2e/Regression/ClientSide/Widgets/Button/ButtonGroup_spec.js
# For running all specs - uncomment below:
# cypress/e2e/**/**/*
#ci-test-limit uses this file to run minimum of specs. Do not run entire suite with this command.