naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
575 stars 90 forks source link

Document why .jqwik-database is needed #1022

Open Sti2nd opened 3 months ago

Sti2nd commented 3 months ago

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:

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?

No

seongahjo commented 3 months ago

@Sti2nd Hello, .jqwik-database is no longer generated since 1.0.23.

Thank you!