Tom Longhurst

Results 272 comments of Tom Longhurst

Sorry, been busy lately and currently working on a big refactor that's eating up a lot of my time! Re-opened this as it's still a good idea :) If you...

Can you pass these to the CLI? E.g. `dotnet run --batch-filter ${CI_NODE_INDEX}/${CI_NODE_TOTAL}`

I was planning a batch filter already, but filters aren't currently open to extension by the Microsoft test platform. So I'll keep this open but it may not be any...

Is there any update on custom control of the TE layout? I don't really want to fix this until something like that is ready. As mentioned in my comments on...

> > Is there any update on custom control of the TE layout? > > I'd really love to have that done, but so far there are no updates there,...

Thanks @Youssef1313 - I've raised this: https://developercommunity.visualstudio.com/t/Allow-test-frameworks-to-control-the-tes/10889052

> In below code, there is AwsCli but it is missing in IAmazon > > ``` > using ModularPipelines.AmazonWebServices.Services; > > namespace ModularPipelines.AmazonWebServices; > > internal class Amazon : IAmazon...

Heya! I'm on holiday for 2 weeks so won't be able to take a look for a while. I imagine this is to do with threading though and requests happening...

Sorry for the delay @jchannon ! Can you try moving your newing up of the server object from the constructor, into a `[Before(Test)]` method? The test context will be available...

Closing as I raised a pr to help fix you up