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
to register the coverage tasks on the returned config object? Config by file works but without coverage. Coverage works without config by file (i.e., just returning config). I can't get both to work together...
The text was updated successfully, but these errors were encountered:
gwvt
changed the title
How do you keep the coverage tasks registered when using multiple config files as documented at https://docs.cypress.io/api/plugins/configuration-api#Customize-available-browsers?
How do you keep the coverage tasks registered when using multiple config files?
May 21, 2022
How do you keep the coverage tasks registered when using multiple config files as documented at https://docs.cypress.io/api/plugins/configuration-api#Customize-available-browsers?
In
plugins/index.js
as documented there:How do you incorporate
to register the coverage tasks on the returned config object? Config by file works but without coverage. Coverage works without config by file (i.e., just returning
config
). I can't get both to work together...Originally posted by @gwvt in #179 (comment)
The text was updated successfully, but these errors were encountered: