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
right now, in the resolved config (yielded in module API, recorded to the dashboard), we show configuration options resolved from cli, config, env, etc.
add a new resolved-from location spec that captures config changes made during spec evaluation (up until the first spec evaluates) e.g. Cypress.config('requestTimeout', 10000) will be reflected in the runs config:
The code for this is done in cypress-io/cypress#14925, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
right now, in the resolved config (yielded in module API, recorded to the dashboard), we show configuration options resolved from
cli
,config
,env
, etc.add a new resolved-from location
spec
that captures config changes made during spec evaluation (up until the first spec evaluates) e.g.Cypress.config('requestTimeout', 10000)
will be reflected in the runs config:The text was updated successfully, but these errors were encountered: