interface-forge - v2.5.0
    Preparing search index...

    Interface FactoryOptions

    interface FactoryOptions {
        fixtures?: FixtureConfiguration;
        generateFixture?: string | boolean;
        locale?: LocaleDefinition | LocaleDefinition[];
        maxDepth?: number;
        randomizer?: Randomizer;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Fixture configuration for caching generated data

    generateFixture?: string | boolean

    Enable fixture generation/loading for this build.

    • true: Use default fixture path based on call stack
    • string: Use as fixture file path
    maxDepth?: number
    randomizer?: Randomizer