-
Hi,
I would propose to describe the WP API in the [API Blueprint](https://apiblueprint.org/) format and test it with [Dredd](https://dredd.readthedocs.org/en/latest/) in the CI to keep this contract …
-
Revert PR #47 when dredd works again.
-
**Describe the bug**
Running dredd on petstore does not produce reports due to API Description processing error when processing OpenAPI specification
**To Reproduce**
node run C:\Users\stat…
-
**Describe the bug**
When I pass `--server` without further arguments to Dredd while having dredd.yml, Dredd throws a JavaScript error instead of user friendly message.
**To Reproduce**
Cop…
kylef updated
5 years ago
-
**I'm submitting a ...**
- [ ] bug report
- [X] feature request
**Current behavior:**
Dredd Tests are not present
**Expected behavior:**
After this issue gets solved, #437
We can add tests…
S2606 updated
5 years ago
-
**Is your feature request related to a problem? Please describe.**
I just realized we know about this problem for a long time, but there is no tracking issue apart from https://github.com/apiaryio/dr…
-
To the JSON produced for each mutant, store a timestamp for when the kill occurred.
To the JSON produced for each test, store two timestamps: one for when consideration of the test started, and one…
-
When writing a report for a test case we do want to know which mutants it killed.
However, we cannot afford to store data on exactly which mutants were covered, which were skipped and which survive…
-
There is an option [--server](http://dredd.org/en/latest/usage-cli.html#cmdoption-server) in the CLI, which spawns given command and runs it alongside Dredd during testing, then Dredd terminates it wh…
-
#### Describe your problem
Dredd is ignoring `"maxLength": 25` when `"x-nullable": true` and request is PUT. I'm not sure if this is the correct repo to report this issue on, but it seems to only…