Skip to content

Test Configuration

Mark Abrams edited this page Jun 27, 2023 · 5 revisions

Each test project that uses the testing framework must include a testConfiguration.json file which is used to configure the framework. This file must exist at the root level of the test project. If this file does not exist, the tests will not run.

The various test configuration options are described in the following sections. If no configuration options are required, the file should contain an empty JSON document:

{}

This sumary shows all of the configuration options available.

Clone this wiki locally