Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress ci command does not support --spec argument #161

Closed
bahmutov opened this issue Jun 13, 2016 · 3 comments
Closed

Cypress ci command does not support --spec argument #161

bahmutov opened this issue Jun 13, 2016 · 3 comments
Assignees
Milestone

Comments

@bahmutov
Copy link
Contributor

The docs claim that cypress ci supports same arguments as cypress run.
But while cypress run --spec <path> executes the desired spec file, cypress ci --spec <path> returns error: unknown option `--spec'

@brian-mann
Copy link
Member

That's true. We didn't anticipate anyone wanting to run a single spec file in CI - but I get what you're doing by rolling your own docker container parallelization.

We'll add this in the next release.

@bahmutov
Copy link
Contributor Author

nice!

@brian-mann brian-mann self-assigned this Jun 14, 2016
@brian-mann brian-mann added this to the 0.16.3 milestone Jun 14, 2016
@brian-mann
Copy link
Member

Update to 0.11.1 of the cypress-cli npm package and this will work now.

Fixed in 0.16.3.

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants