Join Discord
Powered by
I found the answer that `npx cypress run` is remov...
# e2e-testing
g
great-answer-57072
10/02/2022, 5:55 AM
I found the answer that
npx cypress run
is removed in version 10 and above for now. Use
npx cypress run --browser chrome
to solve my problems to run tests headlessly.
Previous
Next