-
Notifications
You must be signed in to change notification settings - Fork 13
Test Configuration
MarkAbrams edited this page Jan 22, 2024
·
5 revisions
Each test project that uses the testing framework can include a testConfiguration.json
file which is used to configure the framework. This file should exist at the root level of the test project.
If this file does not exist, or if it contains an empty JSON document, the default values will be used for all configurations and the following message will be recorded in the test execution log:
A test configuration file 'testConfiguration.json' could not be found, or does not contain any settings. Using default test configuration settings.
This summary shows all of the configuration options available.
- Home
- Using the Testing Framework
- Test Configuration
- Azurite
- Local Settings File
- Test Execution Logs
- Stateless Workflows
- Handling Workflow Dependencies
- Fluent API
- Automated testing using a DevOps pipeline
- Summary of Test Configuration Options
-
Example Mock Requests and Responses
- Call a Local Function action
- Invoke Workflow action
- Built-In Connectors:
- Service Bus
- SMTP
- Storage Account
- SQL Server