autotest

Allows to fine-tune autotest execution. More...

Since: Qbs 1.13

Properties

Detailed Description

The autotest module provides properties that allow autotest applications to specify how exactly they should be run.

Property Documentation

allowFailure : bool

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


arguments : stringList

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


[since Qbs 1.15] timeout : int

The time limit for the execution of the autotest. If not specified, the timeout property of the AutotestRunner that invokes the autotest is used.

Default: Undefined

This property was introduced in Qbs 1.15.


workingDir : string

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


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.