circleci-orb icon indicating copy to clipboard operation
circleci-orb copied to clipboard

Install, cache and run Cypress.io tests on CircleCI with minimal configuration.

Results 67 circleci-orb issues
Sort by recently updated
recently updated
newest added

## The orb does not work as expected * what version of the orb are you currently using? latest * maybe the problem has been fixed already, check the orb...

## The orb does not work as expected - what version of the orb are you currently using? * maybe the problem has been fixed already, check the orb releases...

Our project has a frontend server and backend server (api). We use a mock api for the backend in cypress tests. We need to be able to run the mock...

It would be a good way to support external pull requests that are missing an environment variable like https://github.com/bahmutov/cypress-react-unit-test/pull/320 Probably would need to pass a variable to halt the job...

type: enhancement

## cypress/run always attaches a workspace - using orb version 1.24.0, circleci version 2.1 - relevant source code: https://github.com/cypress-io/circleci-orb/blob/v1.24.0/src/orb.yml#L518-L526 ``` - when: condition: > > # user wants to run...

We are exploring this orb for a Rails and Vue app. `bundle` for gems can take quite a while since we have some native gems that require a build process....

type: enhancement

When doing effective config for file ```yml version: 2.1 orbs: cypress: cypress-io/cypress@1 workflows: build: jobs: - cypress/run ``` and resolving orb to `cypress-io/[email protected]` I see weird "echo" and attach workspace...

type: enhancement

The workspace path is hard-coded as `'~/'`, but I may define my workspace path if I'm moving files all around the `/tmp` for example.

type: enhancement

right now some parameters are using `-` and some `_` Unfortunately, this will be a breaking change, unless we keep both and deprecate ...

type: enhancement
breaking

For `wait-on` command and maybe for Cypress command? Using CircleCI `no_output_timeout` option, probably do not even expose it to the user, just 5 minutes without stdout output and it is...

type: enhancement