Exclude or include test assemblies based on pattern?

brian.donahue's Avatar

brian.donahue

17 Jul, 2015 10:07 PM

I have tried a few different ways, including reg ex patterns from other examples, but am not able to get test assemblies to honor wild cards in the path. Is this supported?

test:
  assemblies:
      - MyProj.*.dll
      - MyProj*

Alternatively, would be nice to be able to exclude assemblies by name or wildcard/regex

  1. Support Staff 1 Posted by Feodor Fitsner on 17 Jul, 2015 10:26 PM

    Feodor Fitsner's Avatar

    assemblies value can be:

    a) full relative path to an assembly
    b) assembly file name without a path - all assemblies with the given name in all folders will be found
    c) path with wildcard. If wildcard is used it should be full relative path. For example, to scan all folders recursively use:

    test:
      assemblies:
          - '**\MyProj.*.dll'
    
  2. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:58 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

09 Jun, 2025 07:11 PM
04 Jun, 2025 04:08 PM
27 May, 2025 05:48 PM
27 May, 2025 06:37 AM
27 May, 2025 06:31 AM
20 May, 2025 02:54 PM