JetBrains / meta-runner-power-pack

A set of Meta-runners for TeamCity
Apache License 2.0
259 stars 125 forks source link

assembliesPath now Supports multiple paths separated by comma(,) or newline #97

Closed asif-os closed 7 years ago

asif-os commented 7 years ago

I have made some changes so assembliesPath (Assemblies to test: field ) now supports multiple paths separated by comma(,) or newline. This is extremely useful if multiple wildcard path is required to tests. This feature is consistent to test runner such as nunit. for example following 2 wildcard paths will work when used in Assemblies to test: field tests//bin//*UnitTests.dll, tests/*/selenium/E2ETests.dll