TestConfig: {
    file: string;
    tests: Test[];
}

A configuration for a test. Designed to be used in JSON for declarative test files.

Type declaration

  • file: string
  • tests: Test[]