@mablhq/mabl-cli 2.51.29 → 2.51.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -244,7 +244,7 @@ async function executeRunCloudTest(test, browsers, branchName, apiClient, maybeD
|
|
|
244
244
|
loggingProvider_1.logger.info(chalk.cyan(`API URL: `, chalk.magenta(effectiveApiUrl)));
|
|
245
245
|
}
|
|
246
246
|
if (applicationId || environmentId) {
|
|
247
|
-
const deploymentsResult = await apiClient.queryDeploymentEntities(workspaceId);
|
|
247
|
+
const deploymentsResult = await apiClient.queryDeploymentEntities(workspaceId, environmentId, applicationId);
|
|
248
248
|
const testType = (_a = test.test_type) !== null && _a !== void 0 ? _a : mablApi_1.TestTypeEnum.Browser;
|
|
249
249
|
const expectedDeploymentType = (0, runUtil_1.getExpectedDeploymentType)(testType);
|
|
250
250
|
const foundDeployments = deploymentsResult.deployments
|