Cannot set properties of undefined (setting 'intl') #24080
-
I was trying to integrate my tests into the Cypress dashboard. I had to get around the language detection overlay that I used the code:
However, when I tried to run tests in the headless mode, it failed. The error message said:
Is there any way I can tackle this problem? Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just realized that after version 10, the |
Beta Was this translation helpful? Give feedback.
I just realized that after version 10, the
npx cypress run
command is removed, but I haven't seen it updated in the documentation. The workaround is usingnpx cypress run --browser chrome
to run all my tests headlessly. To upload the testing results with--record
, usenpx cypress run --browser chrome --record <recordKey>