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
What does not work?
A clear and concise description of what the bug is.
Hi, I'm using v10.1.0, typescript v4.7.2
from v10, all the environment config settings are done in cypress.config.ts, which means I import all modules of cypress-audit in cypress.config.ts.
it gives me ts error.
the error message is front-e2e-test/node_modules/@cypress-audit/lighthouse/index.d.ts' is not a module.ts(2306)
I',m not sure problem occurs from index.d.ts under @cypress-audit/lighthouse,
How to reproduce?
import lighthouse in cypress.config.ts
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / Animated Gifs
Add screenshots or screen recordings to help explain your problem.
Environment (please complete the following information):
OS: mac os
Chrome version: vscode, not chrome
Cypress version: v10.1.0
Any other information that may help fixing the issue?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
What does not work?
A clear and concise description of what the bug is.
Hi, I'm using v10.1.0, typescript v4.7.2
from v10, all the environment config settings are done in
cypress.config.ts
, which means I import all modules of cypress-audit in cypress.config.ts.it gives me ts error.
the error message is
front-e2e-test/node_modules/@cypress-audit/lighthouse/index.d.ts' is not a module.ts(2306)
I',m not sure problem occurs from index.d.ts under @cypress-audit/lighthouse,
How to reproduce?
import lighthouse in cypress.config.ts
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / Animated Gifs
Add screenshots or screen recordings to help explain your problem.
Environment (please complete the following information):
Any other information that may help fixing the issue?
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: