rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Add support for parameters #114

Open brogreenmoon opened 1 year ago

brogreenmoon commented 1 year ago

This was implemented previously and needs to be incorporated in the IDE.

For example, I want to be able to define generic page elements for pages like the following:

image

With a "Filter" page element defined that has a string parameter, allowing a test case to 'Click Filter "Chocolate Bars"'.

We need to be able to support multiple parameters too, maybe a max of five, or ten?

quockhanh commented 1 year ago

Not sure about requirement, Please give the url of this page to investigate first Then, provide mock screenshot which feature we prefer

quockhanh commented 1 year ago

Notes after discussion: Test routine is dynamic data set. However, this one requires dynamic locator Need mockup and technical design before coding, this is big function