Top-Q / jsystem

JSystem is a professional open-source framework for writing and managing automated system tests.
http://www.jsystem.org/
Apache License 2.0
45 stars 48 forks source link

Enhancement: Add the option to select test cases to run when calling JSystem from another tool #369

Open frabu1975 opened 2 years ago

frabu1975 commented 2 years ago

When calling JSystem for testing from another tool (say Jenkins) we can only call a scenario without the ability to pick only some test cases in that scenario. We would like to have this option. Say i have scenario "ABC" with test cases 1,2,3,4,5. When i call JSystem for testing I can only select to execute scenario "ABC" with all its test cases. I would like to be able to call scenario "ABC" and to select to run only test cases 1,3,5

frabu1975 commented 2 years ago

One option could be through SUT configuration