When running a JUnit test using FixtureMonkey (and not jqwik) a .jqwik-database file is created. The FixtureMonkey documentation only says it is using jqwik to generate some primitive values, so it is not clear why one would need the .jqwik-database.
(Optional): Suggest A Solution
Perhaps link to jqwik documentation or write something like the following:
The .jqwik-database file is needed so that test failures can be reproduced consistently.
Note: I have no clue yet if this actually applies to a codebase that doesn't use jqwik (like mine)
If the feature request is approved, would you be willing to submit a PR?
Describe the feature you request
When running a JUnit test using FixtureMonkey (and not jqwik) a
.jqwik-database
file is created. The FixtureMonkey documentation only says it is using jqwik to generate some primitive values, so it is not clear why one would need the.jqwik-database
.(Optional): Suggest A Solution
Perhaps link to jqwik documentation or write something like the following:
Note: I have no clue yet if this actually applies to a codebase that doesn't use jqwik (like mine)
If the feature request is approved, would you be willing to submit a PR?
No