Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITestModel

export
interface

ITestModel

Hierarchy

  • ITestModel

Index

Properties

additionalArgs

additionalArgs: string[]

Any extra options that should be passed to the program being run

type

{Array}

memberof

ITestModel

configuration

configuration: string

Configuration to use for building the project. Default for most projects is "Debug"

type

{string}

memberof

ITestModel

diag

diag: string

Enable verbose logs for test platform. Logs are written to the provided file.

type

{string}

memberof

ITestModel

echo

echo: boolean

Log the command to the console

type

{boolean}

memberof

ITestModel

filter

filter: string

Run tests that match the given expression

type

{string}

memberof

ITestModel

framework

framework: string

Target framework to build for. The target framework has to be specified in the project file.

type

{string}

memberof

ITestModel

listTests

listTests: boolean

Lists discovered tests

type

{boolean}

memberof

ITestModel

logger

logger: string

Specify a logger for test results

type

{string}

memberof

ITestModel

noBuild

noBuild: boolean

Skip building the project prior to running. By default, the project will be built.

type

{boolean}

memberof

ITestModel

output

output: string

settings

settings: string

Settings file to use when running tests

type

{string}

memberof

ITestModel

testAdapterPath

testAdapterPath: string

Use custom adapters from the given path in the test run.

type

{string}

memberof

ITestModel

verbosity

verbosity: string

sets the console verbosity

type

{string}

memberof

ITestModel

Generated using TypeDoc