Forum member

markoaschoff

4 posts

Posts by markoaschoff

  1. Use wildcards or regular expression in filter "is in project with name"

    That's good news, thanks alot. :-)

  2. Use wildcards or regular expression in filter "is in project with name"

    Thanks Michael :-)

  3. Use wildcards or regular expression in filter "is in project with name"

    Hi Michael, thank you. Unfortunately that does not cover exactly what I'd expect. Typically I have my unit tests in the same root namespace as the production code to reduce the amount of required using directives. In that case UnitTests is not part of the full name, however it is part of the proj…

  4. Use wildcards or regular expression in filter "is in project with name"

    Is it possible to use wildcards or regular expressions in test filter "is in project with name"? I would like to configure tests to run automatically that are in projects with following name scheme: *.UnitTests Currently this does not seem to work. Regards Marko