Skip to content

Lupa API Reference / @pawel-up/lupa/runner / TestSuite

Interface: TestSuite

Defined in: src/runner/types.ts:371

A test suite to register tests under a named suite

Properties

files

files: TestFiles

Defined in: src/runner/types.ts:381

Collection of files associated with the suite. Files should be defined as a glob or a callback function that returns an array of URLs


name

name: string

Defined in: src/runner/types.ts:375

A unique name for the suite


retries?

optional retries?: number

Defined in: src/runner/types.ts:391

The retries to apply on all the tests in this suite, unless overwritten explicitly


timeout?

optional timeout?: number

Defined in: src/runner/types.ts:386

The timeout to apply on all the tests in this suite, unless overwritten explicitly