-
[mock-server/mockserver](https://github.com/mock-server/mockserver) is an HTTP/S mock backend and proxy, and is one of the most starred mock-servers on Github.
While the MockServer project does provi…
-
### Prerequisites
- [X] I confirm my issue is not in the [opened issues](https://github.com/mswjs/msw/issues)
- [X] I confirm the [Frequently Asked Questions](https://mswjs.io/docs/faq) didn't contai…
-
Given the hassle with generating a PGP key pair and using it to sign the artifacts, it’d be nice if the plugin could do it. The private key could be stored in the plugin. User can opt out and provide …
-
I am trying to use tomcat instead netty. To achive this i have excluded netty from dependencies and included tomcat, so my build.gradle dependecies:
```
dependencies {
compile (group: 'org.spri…
-
### Use case
Hey folks!
It's been a long time!
I have been looking around to use MockServer to fake network responses in a project's integration tests (aka Automation/Instrumentation tests usi…
-
_master_ (commit 064036486c8da3725b2659995598618715f31904)
Failed on Windows - OracleJDK21: https://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-Windows-OracleJDK21/2/testReport/…
-
When I add interaction like this:
```javascript
pact.addInteraction({
states: [{ description: 'A user' }],
uponReceiving: 'get one user',
withRequest: {
metho…
-
_master_ (commit 78a61a3ba5e76264f215e21af6a3a2d1007c0154)
Failed on Sonar nightly build (Oracle JDK 11): http://jenkins.hazelcast.com/job/jet-oss-master-sonar-nightly/752/testReport/
There are …
-
When working with the DQL provider, I noticed that it is quite hard to figure out why a query might be failing. This is because in case of an error when communicating with the Dynatrace API, only a st…
-
### Description ###
src/css/finalPropName.js defines a variable:
```
var cssPrefixes = [ "Webkit", "Moz", "ms" ],
emptyStyle = document.createElement( "div" ).style,
vendorProps = {};
```
…