Michael Kutz

Results 14 issues of Michael Kutz

All the tests currently still use JUnit 4. JUnit 5 is quite stable and commonly used. It also provides some nicer parameterized tests syntax.

### Code of Conduct - [X] I have read and agree to the GitHub Docs project's [Code of Conduct](https://github.com/github/docs/blob/main/CODE_OF_CONDUCT.md) ### What article on docs.github.com is affected? https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions ### What part(s)...

help wanted
content
dependabot
code security
SME reviewed

Currently there's no explicit documentation for setting the timeout and interval on `Retryable`s in the manual, but only in the JavaDoc. The most common use cases and default setting should...

documentation
enhancement

Right now the building of the project page relies on classic GitHub pages settings. Since recently it is also possible to deploy explicitly via GitHub Actions. See https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow

enhancement
project

As an alternative to Selenium, Shakespeare should proved a standard module to support [Playwrite](https://playwright.dev/java/docs/intro) for browser automation.

enhancement

**Is your feature request related to a problem? Please describe.** We need a structured report format for a service that will trigger Shakespeare-based automation scripts and return a report via...

enhancement

Create a new module to support usage of Shakespeare with [Cucumber](https://cucumber.io/).

enhancement

I want to be able to scrub specific fields in a JSON document. E.g. when I test a POST API call and the resulting JSON contains multiple UUIDs. The top...