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

This PR creates a command named `run_cypress` (I couldn't reuse the `run` name because it conflicts with the job), and wraps it with the job named `run`. **Motivation** In my...

Right now to record cypress tests in the dashboard we have to hardcode `record: true` in the circleCI config file. This prevents developers from conditionally recording the tests, ie: if...

## The orb does not work as expected - what version of the orb are you currently using? 1.28.0 When using `cypress/run` with `store_artifacts: true`, it uses the `working_directory` parameter...

## The orb does not work as expected - what version of the orb are you currently using? * cypress-io/cypress@1 - paste the `circle.yml` file if possible or at least...

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

For faster and more consistent work See https://github.com/cypress-io/cypress-documentation/pull/3506 for use without orb problems: - different working directory - specify caching for NPM and Cypress binary inside the working directory -...

type: enhancement

## Drop Cypress stuff from workspace after tests have run Hey folks! I noticed that while running our CircleCI pipelines, everything cypress installs as part of its orb is persisted...

stage: needs more info

https://discuss.circleci.com/t/updated-authenticate-with-docker-to-avoid-impact-of-nov-1st-rate-limits/37567 > Docker recently announced that rate limits will apply to anonymous image pulls from Docker Hub starting on November 1st, 2020. But as long as you add Docker authentication...

orb version: 1.26.0 The command after, waiton, "hangs" the job: workflows: test: jobs: - cypress/install: executor: node-12 working_directory: packages/myapp1 build: cd packages/myapp1 && npm run build - cypress/run: executor: node-12...

v1.26.0 Without a timeout, the `wait_on` waits for the default 10 minute timeout before failing without any output. If the server is exiting right away, this means 10 minute CI...

type: enhancement