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 support 1, some or all data sets #143

Closed veebs closed 1 year ago

veebs commented 1 year ago

When specifying a test routine in a test case, the user should be able to specify:

brogreenmoon commented 1 year ago

I think this ticket is superceded by the dataset UI changes I've added to ticket #118.

quockhanh commented 1 year ago

Discussed with @veebs , new UI (and file content data model) will be impleted in #161

quockhanh commented 1 year ago

@vothaison Please get latest code and continue the backend (read file and generate code)

For the UI, 1) Can select multiple test routine but not all (parameters contains list of dataset id) 2) Can select all dataset (parameters contains '*')

See below image

image

image

image

image

brogreenmoon commented 1 year ago

Passed. The "one dataset" option is covered by the "some datasets" scenario.

image

image

brogreenmoon commented 1 year ago

image