Sander van Beek
Sander van Beek
In my team, we made the decision that when a test is skipped for some reason that we add a short comment explaining why. We do this purely for maintenance...
Microsoft has recently (finally) created a package manager for Windows. It is now a core Windows tool in recent versions of Windows 11 (not sure about 10). Now that everyone...
**Describe the bug** Schemathesis generates headers like: ``` x-api-key: \x80 ``` The `\x80` character is not a part of ISO-8859-1 (AKA Latin-1). This is an issue because according to the...
**Is your feature request related to a problem? Please describe.** When you test an endpoint that has not yet been implemented it will pass the test. Even though all responses...
Because I can, because it's good practice, and because it allows `cli-diagram` to be a command-line tool. Allow the Diagram constructor to parse a diagram-definition string. The parsing must be...
# Type of feature - [ ] Add a new command - [ ] Extend a default Cypress command - [ ] Change a Cypress-commands command - [x] Other #...
- [x] Searched existing issues to avoid creating duplicates. - [x] Confirmed that it can be reproduced in built-in themes without customized css. If it only exists in 3rd party...
I really like the new Mocha config files. I've fully switched over to them from `mocha.opts`. I also use the `--config` flag to split my e2e test config from my...
When running any test suite in a pipeline I always make sure to give the `--forbid-only` flag. When doing that with this package it exits the process with a non-zero...