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
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