Feature Suggestions

Recursive folder searching in 'Additional files to include'

Started by Marqus on 6,563 views

I've got some tests that require some external files (ie. expected files) and keep this files in TestData folders spreaded through project structure ie:

MyComponent\Tests\TestData
MyComponent\SystemA\Tests\TestData
MyComponent\SystemB\Subsystem\Tests\TestData

Now I have to manually add every TestData folder in 'Additional files to include'. It would be nice if I could write:

**\TestData\**.*

to copy all files from TestData folder regardless of their exact location in directory structure.

Edited

Hi Marqus -

You can. The syntax is slightly different to what you've described though. Instead, try using: TestData\**.*


Cheers,

Remco

Post a reply

Log in to reply.