-
### What would you like?
Support for Nuxt 3 Cypress Component Testing
### Why is this needed?
We support Nuxt 2, and with Nuxt 3 on the horizon we should add support for Nuxt 3.
### Other
There i…
-
Hi,
In my team, we decide that in some cases, our APIs will return status code 449 (Retry with). Work well with a real API, but when we use a mock server, it returns status code 200.
I did some…
-
On latest main, tests for an application of mine reliably stall locally and in CI. Sometimes warnings like the following are printed:
```
WARNING: there is already a transaction in progress
mess…
-
Hi! I want to mock a feathers socket server. I was thiking of doing it on the feathers-client / socket.io transport declarations maybe and completely skip network and sockets but yet getting response…
-
i18n prevents page rendering when I use async-storage
**index.js**
```js
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
im…
-
I've setup my workstation as described [here](https://github.com/cloudfoundry/bosh-init/blob/master/docs/build.md) and could successfully run unit and acceptance tests (on virtualbox). But when I try …
-
- Originates from https://github.com/mswjs/msw/discussions/1133#discussioncomment-9819596
-
### What's needed?
To speed up tests run, there is [`pytest-xdist`](https://www.tutorialspoint.com/pytest/pytest_run_tests_in_parallel.htm), which lets you run tests in parallel.
But right now w…
-
Follow-up of https://github.com/Colin-b/pytest_httpx/issues/144#issuecomment-2071887265
----
The following example works with pytest-httpx 0.26 but fails with pytest-httpx 0.30:
```python
im…
-
It is desirable that current concept of server "features" is renamed into "behaviors" for better comprehension.