Keyword driven framework approach in cypress #19665
Unanswered
shivani-saluja
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
I think that Commands is the approach, because you can encapsulate actions/methods in commands that you can use or call into the test. Example: login_actions.js
commands
test
I hope this could help you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I was wondering if cypress supports keyword driven approach wherein all keywords and locators and test steps are maintained in external file(excel sheet or json) and we may be able to build up a very generic framework so that it can be reused across multiple applications. Similar to the approach we have in Selenium.
Any help is much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions