Martin Schneider

Results 11 comments of Martin Schneider

Hi @aman13garg! Thank you for the request! Parallel execution _should_ already work with Cucumber as described [here](https://cucumber.io/docs/guides/parallel-execution/). I need a bit more time to understand why this doesn't work with...

I found the issue. Parallel execution of tests is achieved by the Maven surefire or failsafe plugins. Both of them don't work with `junit-vintage-engine` which is needed to support JUnit...

Module split done, unit tests still missing.

Unit tests have been updated to use Jupiter, the test execution itself still uses Junit 4.

@Caps-Looking Thanks for your offer to help. This would be very welcomed! I fixed the Sonarcloud link. Let me know if you can access it now: https://sonarcloud.io/project/issues?id=qa.justtestlah%3Ajusttestlah-parent&issues=AW7Lm9S5mL6cMz3jXsoH&open=AW7Lm9S5mL6cMz3jXsoH

FYI, [Spring Cloud Contract](https://spring.io/projects/spring-cloud-contract) supports contract testing for protobuf. It seems like they're [simply hard-coding binary requests and responses though](https://github.com/spring-cloud-samples/spring-cloud-contract-samples/tree/master/producer_proto/src/test/resources/contracts/beer/rest): ``` request { method 'POST' url '/check' body(fileAsBytes("PersonToCheck_old_enough.bin")) headers {...

There's also some progress on the Slack channel :-) https://gist.github.com/mcon/2e3ae3eff0b9712d02e06ac1275b7f65

> It's better to wait for an official nginx stable release with QUIC support as it is experimental and that's not what package repository users expect. I tend to agree....

@CodeFetch What do you think? I could spend some time to try with 1.25.0 and update the PR.

@Ansuel, BoringSSL support was merged in #15822