eclipse / Xpect

This repository has been rewritten to move to the Eclipse Foundation. Find the old history here: https://github.com/TypeFox/Xpect
http://www.xpect-tests.org/
Eclipse Public License 2.0
30 stars 28 forks source link

Support for starting a selected subset of all tests #197

Open mmews-n4 opened 7 years ago

mmews-n4 commented 7 years ago

At the moment, tests can only be started separately, all in one file, or all in the baseDir (depending on the baseDir setting in the @XpectTestFiles annotation). However, there can be subdirectories in the baseDir, which can also contain several tests. Starting the whole test suite of the baseDir is sometimes unnecessary and causes waiting times.

It would be nice to be able to start only those tests which are contained in a selection of some files or directories within the baseDir.