@cucumber/cucumber - v13.0.0
    Preparing search index...

    Interface IWorkerOptions

    Options passed to each worker thread in parallel mode.

    Fields are forwarded to the Node.js Worker constructor with the same names and semantics — see https://nodejs.org/api/worker_threads.html#new-workerfilename-options.

    interface IWorkerOptions {
        resourceLimits?: ResourceLimits;
    }
    Index

    Properties

    Properties

    resourceLimits?: ResourceLimits

    V8 resource limits for each worker thread