mcdcorp / opentest

Open source test automation tool for web applications, mobile apps and APIs
https://getopentest.org
MIT License
447 stars 107 forks source link

Question/feature request: iterations and data-driven approach #564

Open kwojc13 opened 2 years ago

kwojc13 commented 2 years ago

OpenTest version number: Build: 1.3.8

Issue description: Hi is it possible to run only failed tests using iterations and data driven approach? So i have a test with data driven approach (an array of let's say 5 countries) and so there is 5 tests in a session as expected but when i try to run second iteration not only the failed tests are running, but all of them one more time, which is quite a waste of time.

description: Sign-up and test account by signing in dataSet: [ hk, jp, kr, mx, tw]

tags: [ signUp ] actors:

adrianth commented 2 years ago

I'm looking at this and will add this functionality, but it'll take at least a couple of weeks - or maybe more - as I haven't done an effort assessment yet. The change will first be available in beta and I will provide updates in here when you can start testing this feature.

kwojc13 commented 2 years ago

That would be great, thank you for a quick answer:)

ewmartinez commented 11 months ago

This feature will be a really useful feature. Hope to have it soon. Thanks