rockmelonqa / rockmelonqa-ide

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

Swap the test routine tabs so the tab order is (Steps, Datasets) #140

Closed brogreenmoon closed 1 year ago

brogreenmoon commented 1 year ago

image

The reason for this is that conceptually you start with the steps, then you build the data sets.

Also rename the "Data Set" tab "Datasets".

We could also consider auto-creating the first dataset and naming it "Dataset 1". I think that's probably a good thing to do, because it'll allow the user to enter data values for each step without having to create a dataset explicitly. That'd be good workflow-wise.

brogreenmoon commented 1 year ago

Passed:

image