You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be pretty useful to be able to alter the failure threshold configuration via env variable, so for instance you could force failure to generate new snapshots or just use a harsher threshold on the fly when spot checking some component or another.
An alternative and perhaps better, more flexible approach would be to have different configuration files that could be selected, again via env variable. This might be useful for the above mentioned use case as well as having harsher checks per CI gate or other workflow or condition (dev vs prod etc).
The text was updated successfully, but these errors were encountered:
I realized this is easily done in the default commands.js file so this could be closed (since anyone can do it), or easily incorporated into the default and docs provided by this package. 🤷♂️
It would be pretty useful to be able to alter the failure threshold configuration via env variable, so for instance you could force failure to generate new snapshots or just use a harsher threshold on the fly when spot checking some component or another.
An alternative and perhaps better, more flexible approach would be to have different configuration files that could be selected, again via env variable. This might be useful for the above mentioned use case as well as having harsher checks per CI gate or other workflow or condition (dev vs prod etc).
The text was updated successfully, but these errors were encountered: