As a note to anyone else who may care about this - I managed to create a working integration test environment by copying a standard Composite XML based data provider configuration, and then ensuring that I create a "/App_Data/Composite/Composite.config" file with these values for each of the tests that I run. There was a bit of Composite based code that specifically looks for this file path so I had to follow the expected path structure. As long as I clean up before/after each test it seems to work fine so far.
↧