-
It will be very helpful if you can disable the checking of a field value.
It will be true contract testing, if the structure is checked (field names are there), but not the values.
-
### Background:
In the MITM-RF algorithm (enumerate over gcf) we iterate over combinations of integers to enumerate over a GCF space.
![LHS_RHS](https://user-images.githubusercontent.com/33782354/7…
-
I propose that we try to limit the use of go-cmp/cmp primarily to tests.
The comparisons themselves are less efficient, and referencing the cmp package may allocate some static structures.
Where…
-
Been trying to figure this out for 3 hours, maybe I a little slow ... lol
There never seems to be a callback - so the DB doesn't update at all. We didn't change anything the code, just wanted to te…
-
When testing internal APIs with insecure/untrusted certificates I was getting error
```bash
✖ NightwatchAssertError
Cannot read properties of undefined (reading 'status')
```
when running …
-
Hello
Are there any similar to `sapcloud-form` tools to authenticate for api testing?
As far as I see `request` is firing in NodeJS environment resulting in redirects to login page i.e. there is a…
-
### Description of the bug/issue
There appears to be an async timing issue with one of our custom functions while using Nightwatch. The custom function calls an API and compares the response with an …
-
**Is your feature request related to a problem? Please describe**:
A clear and concise description of what the problem is.
When KubeVirt cuts a new release of the project, the current version fi…
-
this is wrong, but legacy clients expect it
https://github.com/pacoxu/kubernetes/blob/dcda0387af0ea90a12524700d42c672eaa37b964/pkg/api/testing/serialization_test.go#L205
```golang
Copyright 2014 The…
-
```
Testing Document List API failed (getFeed) with following message:
Exception in thread "main" java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
…