Skip to content

Test Configuration

Mark Abrams edited this page Apr 17, 2023 · 5 revisions

Each test project that uses the testing framework must include a testConfiguration.json file which is used to configure the framework. 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:

{}
Clone this wiki locally