teemtee / tmt

Test Management Tool
MIT License
76 stars 112 forks source link

RFE: support filtering by duration using `>` `<` #2855

Open bgoncalv opened 1 month ago

bgoncalv commented 1 month ago

For example if would be nice if I could filter only tests that have duration less than an specific time.

something like:

tmt tests export --filter 'duration:<=1h

or

tmt run discover --filter 'duration:<=1h'