-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
e2etriagedIssue has been routed to backlog. This is not a commitment to have it prioritized by the team.Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.type: enhancementNew feature or requestNew feature or request
Description
It appears that with v3 of the orb you can no longer specify a specific executor for browsers when using the cypress/run command/job.
It appears to only be available for cypress/run-tests.
Is this intended? If so, the documentation is not clear or useful. For the install-browser param it says:
f you need additional browser support you can set this to false and use an executor with a docker image that includes the browsers of your choosing. See https://hub.docker.com/r/cypress/browsers/tags
How do you do this for cypress/run?
I would expect this to be valid:
- cypress/run:
name: cypress-uat-tests
install-browsers: false
executor: <my docker image>
joelparikh, LeviHeberRI and AlexandreCavanna
Metadata
Metadata
Assignees
Labels
e2etriagedIssue has been routed to backlog. This is not a commitment to have it prioritized by the team.Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.type: enhancementNew feature or requestNew feature or request