autotest QML Type
Allows to fine-tune autotest execution. More...
Import Statement: | import QbsModules . |
Since: | Qbs 1.13 |
Properties
- allowFailure : bool
- arguments : stringList
- workingDir : string
Detailed Description
The autotest
module provides properties that allow autotest applications to specify how exactly they should be run.
Property Documentation
Autotests for which this property is true
can return a non-zero exit code without causing the entire AutotestRunner to fail. Use this for tests that are known to be unreliable.
Default: false
The list of arguments to invoke the autotest with. If not specified, then the arguments property of the AutotestRunner that invokes the autotest is used.
Default: Undefined
The working directory for running the autotest. If not specified, then the workingDir property of the AutotestRunner that invokes the autotest is used.
Default: Undefined