-
Notifications
You must be signed in to change notification settings - Fork 14
Test Configuration
Mark Abrams edited this page Jun 6, 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:
{}
- 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