API Reference | fast-check | Property based testing framework
    Preparing search index...

    Enumeration VerbosityLevel

    Verbosity level

    Since 1.9.1

    Index

    Enumeration Members

    Enumeration Members

    None: 0

    Level 0 (default)

    Minimal reporting:

    • minimal failing case
    • error log corresponding to the minimal failing case

    Since 1.9.1

    Verbose: 1

    Level 1

    Failures reporting:

    • same as VerbosityLevel.None
    • list all the failures encountered during the shrinking process

    Since 1.9.1

    VeryVerbose: 2

    Level 2

    Execution flow reporting:

    • same as VerbosityLevel.None
    • all runs with their associated status displayed as a tree

    Since 1.9.1