Possibility to have a prefix command for Cypress package #33861
metalix2
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
|
@metalix2 thanks for this request! We are not currently planning to offer such an extensibility point unless this becomes a widespread pattern across plugins. There's a simple enough workaround that would let you support the use case:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
We've found it necessary while using the
@nx/cypressplugin to be able to have a prefix command to be able to run cypress with other platforms e.g. percy.In the docs for percy-cypress it gives an example of running cypress:
$ percy exec -- cypress runwhich is not possible as the
@nx/cypresscmd handles the execution of cypress.One option would be to have an argument/option either in the plugin/target json to run cypress or in the cypress.config.ts to make use of a
prefixCmdargument.Open to suggestions can also raise a PR with our current solution.
Beta Was this translation helpful? Give feedback.
All reactions