-
If we test loaders with latency, then we increase the total time for passing tests, which is not good. It seems that it would be nice to be able to block a specific request from the test, check the st…
-
When attempting to open a tile of a SCP Neo portal site, the test runner gets hung up at SAP's SSO site (accounts.sap.com/saml2/idp/sso). Please provide a correction.
![Cypress issue](https://user-i…
-
This is the situation:
```javascript
// emit a message with just one argument that is an array
mockServer.emit('surveys', [
{ id: 1, name: 'Survey 1' },
{ id: 2, name: 'Su…
-
我有一条这样的 api
```js
export function delMenu(id){
return request({
url: '/vue-admin-template/menu/del/'+id,
method: 'delete',
})
}
```
对应的 mock 是
```js
{
url: '/vue-admi…
-
Server mocks are great! I have already been using it and works nicely.
I'm using it to mock a GraphQL server. While it has been working fine for my set of simple tests, for me to be able to use it…
-
**Is your feature request related to a problem? Please describe.**
Our current development environment is dockerised, and dev's will bring up the stack using docker-compose. We can easily add mockoon…
-
Hi,
Maybe it's not possible, but I'm trying to serve multiple mocks under same path but without success.
I have multiple openapi spec files and I need to create a unique mock server
The only way I …
-
see https://dev.to/tidalmigrations/automating-multi-arch-container-images-builds-we-used-google-cloud-build-but-github-actions-would-also-work-clb#github-actions
travi updated
2 years ago
-
Hi there,
I'm trying to install the module but the tests fail with the following error:
```
Couchbase-2.0.3-ScCY26 $ make test
Running Mkbootstrap for Couchbase ()
chmod 644 Couchbase.bs
PERL_DL_NON…
-
I am using the Jersey Proxy client together with the MockServer
Client client = ClientBuilder.newClient();
WebTarget webTarget = client.target(mockServer.getUrl());
RootRe…