Issue Description
Executing the commands for Code coverage doesn't bring result.
The "Coverage" folder is not created/updated even if I try to execute this:
CYPRESS_COVERAGE=true yarn test:cypress
The only possible way is to run only for a specific test. For example:
CYPRESS_COVERAGE=true yarn test:cypress:single cypress/specs/Dialog.cy.tsx
Issue Type
Issue Description
Executing the commands for Code coverage doesn't bring result.
The "Coverage" folder is not created/updated even if I try to execute this:
CYPRESS_COVERAGE=true yarn test:cypressThe only possible way is to run only for a specific test. For example:
CYPRESS_COVERAGE=true yarn test:cypress:single cypress/specs/Dialog.cy.tsxIssue Type