Haz

Results 8 comments of Haz

@bahmutov can you take a peek and let me know if there's anything I missed?

Many CI tools have Junit Parsers available to parse output and present it nicely for a build result: TeamCity, Jenkins, and Bitbucket to name a few. Buf Lint reporting would...

I'm running on Monterrey (macOS). ```diff --git a/config/wdio.shared.local.appium.conf.ts b/config/wdio.shared.local.appium.conf.ts index c4ab3ad..3eb1c31 100644 --- a/config/wdio.shared.local.appium.conf.ts +++ b/config/wdio.shared.local.appium.conf.ts @@ -15,6 +15,9 @@ config.services = (config.services ? config.services : []).concat([ // This is...

* 1.22.2 * globally - followed these instructions [APPIUM.md](https://github.com/webdriverio/appium-boilerplate/blob/main/docs/APPIUM.md) > hmm, this is really strange, I can run the tests on my local machine without any changes. Just trying to...

try adding `--platform linux/amd64`. ``` docker run --platform linux/amd64 --rm -v `pwd`:`pwd` -w `pwd`/examples pactfoundation/pact-cli publish ./pacts --auto-detect-version-properties --broker-base-url=localhost -u pact_workshop -p pact_workshop -a `git describe` ```

fyi - this is more of a wip/prototype at this point as i'm trying to get this to work with protojson structs.

yep - i agree. i tried to rework this in a different way. i'm curious as how to do the extension. feel free to tell me what you'd like and...

@mefellows would you happen to know if this feature request is a candidate for https://github.com/pact-foundation/pact-js/labels/good%20first%20issue It would make my life easier, so I was wondering if I could tackle this...