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...
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?[/+]on May 21, 2022
Activity
[-]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?[/+]suresh-raja-nxtgen commentedon Jul 18, 2022
Hi @gwvt , Please add
"codeCoverageTasksRegistered": true
in your environment specific config filegwvt commentedon Jul 20, 2022
Thank you @suresh-raja-nxtgen!
jonnyeom commentedon May 21, 2024
@gwvt This doesnt seem to be working for me?
Is "codeCoverageTasksRegistered: true" same as calling the
registerCodeCoverageTasks
from@cypress/code-coverage/task
?