-
### I have checked the following:
- [X] I use the newest version of bruno.
- [ ] I've searched existing issues and found nothing related to my issue.
### Describe the bug
I have an auth by apikey i…
-
[opening-tags]
Link to the tool: https://... (minimum 1 required):
[link]https://github.com/AtlasWiki/EndPointer [/link]
[link]https://chromewebstore.google.com/detail/endpointer/ppliilneafplhagj…
-
*Description*:
Console is start. but no.
*Repro steps*:
1. `npm i` or `cnpm i`
2. `npm run dev`
>**Note**: If there are privacy concerns, sanitize the data prior to
sharing.
*Environm…
-
Code I wrote yesterday:
package APITesting;
import static io.restassured.RestAssured.*;
import static io.restassured.matcher.RestAssuredMatchers.*;
import static org.hamcrest.Matchers.*;
i…
-
Hi,
Trying to export as pdf, but only getting an empty pdf.
`def save_file(content, title):
file_pdf = open(title + ".pdf", "w")
file_pdf.write(content)
file_pdf.close()
prin…
-
### Description of the bug/issue
When I make two awaited supertest calls in the same test and the second call expects a 400-level response I expect to see it reported in the console output/test repor…
-
uncomment when round trip starts from a versioned object
https://github.com/pacoxu/kubernetes/blob/dcda0387af0ea90a12524700d42c672eaa37b964/pkg/api/testing/fuzzer.go#L53
```golang
Copyright 2015 The…
-
**What happened**:
The new `k8s.io/kubernetes/cmd/kube-apiserver/app/testing.StartTestServerOrDie` function (introduced in https://github.com/kubernetes/kubernetes/pull/46865) returns a teardown fu…
-
When making the following request:
GET https://omdbapi.com/?r=json&i=one%20space&page=76
The API returns the following response:
```json
{"Response":"False","Error":"Conversion from string "one …
-
#### What are you trying to achieve?
Create the first acceptance test after bootstrapping Codeception.
#### What do you get instead?
After completion of running the bootstrap command "Next Step" …