Xunit , disable test on console test runner

is there any Support within the Xunit Framework to execute only a subset of the existing testsuite;  lonbg runing test or time consuming test I would like to execute only on a weekly base or only during the week end other tests sould run each night

Hi Bernhard,

We currently offer all options available to the command line runner for XUnit. There is also the ability to specify a configuration file that has the structure defined here:

http://xunit.github.io/docs/configuration-files.html

Sadly the xunit runner does not support testsuite subset execution. It would appear that you would need to split test tests up into separate executables.