Axinom Mosaic Libraries
    Preparing search index...

    Configuration to fine-tune how scenario is executed.

    interface RunnerConfig {
        awaitCompletionIntervalInSec: number;
        iterations: number;
    }
    Index

    Properties

    awaitCompletionIntervalInSec: number

    Defines how long will the scenario wait to call the hasScenarioCompleted function to check if scenario is ready for report generation.

    iterations: number

    Defines how many times the iteration function will be executed.