Alexei Vinogradov
Alexei Vinogradov
Starting a few months ago switching to new Jenkins Servers we are getting this error randomly (once every 30-50 runs). What could be the reason and are there known solutions?...
build.gradle ``` plugins { id "au.com.dius.pact" version "3.2.11" } pact { serviceProviders { providerSales { protocol = 'http' host = 'localhost' port = 5006 path = '/lookupservice' hasPactsWith('manyConsumers') { pactFileLocation...
#### I'm submitting a ... - [ x ] bug report #### What is the current behavior? Essential tasks are failing when running multiple times. #### If the current behavior...
**Describe the bug** Allure Report binaries are located in the internal enterprise Artifactory. The URL is `https://artifactory.intern` (SSL with non-public Certificate). Certificates are not installed on the local machine. It...
Is there any support for executing and asserting streaming requests? Server Sent Events and JSON Streaming APIs are used quite a bit in applications. If not, I would like to...