Replies: 1 comment
-
|
I suspect this is what you're talking about: #19967 AFAICT, it appears that the version of caniuse-lite that ships with the Cypress app is out of date. There is a workaround in the thread, but the fix will require an upstream change to Cypress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to solve a problem with this warning, in my cypress tests on CI,
In application lock file i have latest
caniuse-liteso it shouldn't be part of applicationI am running cypress against prebuilt storybook static, so there shouldn't be any application code that might trigger this warning.
When i enable
DEBUG=cypress:clii see that warning comes right aftercli piping child STDERR to process STDERRAny ideas how this can be solved? I've tried to use
--quietflag, but result was the sameBeta Was this translation helpful? Give feedback.
All reactions