-
The example for using Apollo with next-page-tester uses some older version of the librarie's API:
https://github.com/toomuchdesign/next-page-tester/blob/master/examples/03-apollo-client.md
Back th…
-
## Description
We have a `GitHub` service, responsible for fetching all good first issues from GitHub, We want to have clean test suits. The testing environment is already configured in the project a…
-
**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…
-
Thank you for creating a good package. I am using a custom http client. If I write the test code as below, it is working good.
```golang
func createHttpClient() *http.Client {
httpClient := &h…
-
I fall into a category of people that has transitioned to using NSubstitute after discovering security concerns in Moq, which are detailed thoroughly in this article: https://medium.com/@michalsitek/c…
-
# Description
Add styling to the North Star "application review" page
* Mocks: https://github.com/civiform/civiform/issues/7935
* Basic functionality: https://github.com/civiform/civiform/issues/8792…
-
## Context
When using the Stoplight mock server, I encountered an issue where the validation does not work as expected when an object uses `allOf` and includes constraints such as `required`, `minLen…
-
While developing I've run a few times into github's api rate limits (with my auth_token set!), which gets pretty annoying, as the tap does not work at all then.
This might become an issue for CI as w…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/webdriverio/webdriverio/blob/main/CONTRIBUTING.md#reporting-new…
-
Creating environments in unit tests currently is not ergonomic and doesn't support remote environments or a pre-created lock.
AC:
- add a way to populate the lockfile
- add a way to create remote…