testcafe icon indicating copy to clipboard operation
testcafe copied to clipboard

CLI command to set quarantine mode to false

Open jbradenclickfunnels opened this issue 3 years ago • 2 comments

What is your Scenario?

In our .testcaferc file, we have quarantine mode enabled and use it for all of our runs, but we've implemented a feature that we don't want to use quarantine mode for (visual testing using Applitools).

What are you suggesting?

Allow us to disable (set quarantine mode to false) in the CLI so we can write a script to kick off our visual tests without having to alter the .testcaferc file or have to write a separate config file just to have quarantine mode disabled for this one run.

What alternatives have you considered?

No response

Additional context

No response

jbradenclickfunnels avatar Jun 08 '22 16:06 jbradenclickfunnels

Hi @jbradenclickfunnels,

Thank you for the suggestion. We will take it into account and update the thread once we have any news. As a workaround, you also can delete the quarantine option from the config and assign it with CLI only for the required tests.

Aleksey28 avatar Jun 13 '22 07:06 Aleksey28

Hi, you can enhance this behavior yourself, if necessary. You need to change the condition in this method so that it will be fulfilled when the value is defined. Then, return the value as is in this method when it has the boolean type.

Aleksey28 avatar Jul 08 '22 11:07 Aleksey28

+1 request for this feature

simplyageek avatar Apr 04 '23 10:04 simplyageek

Release v2.6.0-rc.1 addresses this.

github-actions[bot] avatar May 05 '23 05:05 github-actions[bot]