@vizzly-testing/cli 0.21.0 → 0.21.2

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.
@@ -204,6 +204,7 @@ export async function runCommand(testCommand, options = {}, globalOptions = {},
204
204
  message,
205
205
  environment: config.build.environment,
206
206
  threshold: config.comparison.threshold,
207
+ minClusterSize: config.comparison.minClusterSize,
207
208
  eager: config.eager || false,
208
209
  allowNoToken: config.allowNoToken || false,
209
210
  wait: config.wait || options.wait || false,