### Version 3.0.0-beta.11 ### Reproduction link [https://codesandbox.io/s/vue](https://codesandbox.io/s/vue) ### Steps to reproduce I'm trying to pass cypress cli option to `npm run test:e2` ```bash npm run test:e2e -- -b electron error: unknown option `-b' ``` Nothing really works. ### What is expected? I can use all cypress cli options ### What is actually happening? All options outside the classic ones --headless --mode --url don't work. --- Maybe i'm not using the correct command. If this is the real problem, it should be documented and I can PR that if you want. <!-- generated by vue-issues. DO NOT REMOVE -->