Skip to content

Ability to ignore (or fail) on usage of @Property(seed=) #138

Description

@osi

Being able to add the seed argument to the @Property annotation is superb for reproducing failures.

However, sometimes they get accidentally committed, which can lead to a CI server runnings tests on a fixed seed.

The ability to ignore or fail on the presence of an explicit seed, for use in CI systems, would help prevent this error.

A system property or environment variable feels to be the easiest to make conditional upon the environment (as users may have jqwik.properties committed to SCM)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions