-
Hi!
I’d like to ask you to share your thoughts on how to use gem in testing. Currently, I’ve disabled the validator in the model to speed up tests, but I’m not sure if that’s the best approach. Perha…
-
# API 모킹으로 돌아가지 않는 프로젝트 살리기
서버가 죽어버린 사이트를 모킹해서 작동하게 해보자
[https://www.dongho.xyz/make-use-of-api-mocking](https://www.dongho.xyz/make-use-of-api-mocking)
-
I've thought about some features for JSONMaestro a little bit
- JSON Serialization/Deserialization
- Able to use JSON5
- Compliant with ECMA262
- Able to parse partial and or faulty strings
- …
-
With [crrev.com/c/6021359](https://crrev.com/c/6021359) landing for chrome-headless-shell, there is now a way to test web applications with various screen configurations without having the physical de…
-
In this issue, we build the API to create and manage locations.
Latest Test Suite Status:
[![CI](https://github.com/parthasarathydNU/uber-ride-api/actions/workflows/main.yml/badge.svg)](https://gith…
-
Hey,
what do you think of adding a completly new API to improve readability of mockings. I would suggest something like this:
```rust
when(namespace::function)
.expected(times(3))
.call…
-
Currently I'm working on implementing unit/integration testing for this library by mocking the API server with test data.
The easiest and probably most suitable solution I've come up with so far is b…
-
I'm getting a lot of skipped tests, so I need to set an API key to run them? Does it make calls into Flickr, or are they mocked?
-
**Context**
NodeJS has a new vertical http client named [undici](https://github.com/nodejs/undici) which is much more performant.
Nock does not mock responses for undici users.
**Alternatives**
…
-
Frequently, at least for us, frontend developers start to work on things while the backend is not yet around. It would be great to have support for mocking where the HTTP json api endpoint is replaced…