{
    "type": "gpii.flowManager.tests.browserChannel.config",
    "options": {
        "gradeNames": ["fluid.component"],
        "distributeOptions": {
            "browserChannel.tests.solutions": {
                "record": "%flowManager/test/data/browserChannel_solutionsRegistry.json",
                "target": "{that flowManager solutionsRegistryDataSource}.options.path",
                "priority": "after:flowManager.solutions"
            },
            "browserChannel.tests.deviceReporter": {
                "record": "%flowManager/test/data/browserChannel_deviceReporter.json",
                "target": "{that deviceReporter installedSolutionsDataSource}.options.path",
                "priority": "after:development.installedSolutionsPath"
            },
            "browserChannel.tests.platformReporting": {
                "record": {
                    "funcName": "gpii.tests.flowManager.browserChannel.reportPlatform"
                },
                "target": "{that deviceReporter platformReporter}.options.invokers.reportPlatform"
            }
        }
    },
    "mergeConfigs": "%gpii-universal/gpii/configs/shared/gpii.config.development.local.json5"
}
