Mark Hughes

Results 30 comments of Mark Hughes

The only problem with this @nordbo is that I suspect when the key rollover occurs (by default every 90 days), the verify signature will fail so, in effect, all logged...

I haven't tried running it on Linux / CoreCLR - that issue looks like it's resolved though, have you tried the very latest core CLR to see if it now...

It works for me at the moment, but I might not have pulled the latest version recently... I use the following protractor.conf.js: ``` exports.config = { seleniumAddress: 'http://localhost:4444/wd/hub', framework: "jasmine2",...

I'll update my build server to the latest version of the image and give it a go to see if I see the same.

OK I've pulled the latest version of this image (i.e. mrsheepuk/protractor from the docker hub) down into my environment and it's working perfectly. Here's a spec I'm using successfully: ```...

@adokania Did you have any luck getting it to work?

What version of docker are you using? I'm wondering if it's something environmental...

> This is related to #535. Indeed - and #100. I'll sort out the test coverage etc if this looks like a reasonable approach?

Hi @vearutop thanks for taking the time to look at this! > Previously, I was thinking we could hack around os.Std* to capture *testing.T messages and turn them into step...

> Desired behavior of Log(args ...any) is also not very clear to me, as godog can use different formatters and perhaps some people may want to see those logged messages...