rockmelonqa / rockmelonqa-ide

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

Test routine needs to have Action as the first column #142

Closed veebs closed 1 year ago

veebs commented 1 year ago

Just like test cases

Also Page and Data columns should be active/inactive just like test cases

brogreenmoon commented 1 year ago

As per V's comment page and element editing needs to match the test case editor, i.e. these fields are read-only for helper functions that don't refer to a page element, like "Run Code" in the example below:

image

brogreenmoon commented 1 year ago

Passed:

image