github-action icon indicating copy to clipboard operation
github-action copied to clipboard

GitHub Action for running Cypress end-to-end & component tests

Results 173 github-action issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [@actions/cache](https://togithub.com/actions/toolkit/tree/main/packages/cache) ([source](https://togithub.com/actions/toolkit)) |...

renovate
type: dependencies

We use parallelized actions with `browser: chrome`, it worked well until yesterday. Now sometimes (not always) we have this behavior : A first container starts with apparently Chrome 98 :...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/cypress-io/github-action). ## Awaiting Schedule The following updates are...

type: dependencies

As of late last week, Cypress tests are failing with this error, from one commit to the next, which was completely unrelated (an `.md` file). I seem to be getting...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [got](https://togithub.com/sindresorhus/got) | [`11.8.3` -> `12.5.0`](https://renovatebot.com/diffs/npm/got/11.8.3/12.5.0) | [![age](https://badges.renovateapi.com/packages/npm/got/12.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

renovate
type: dependencies

We have the e2e tests configure to run on cypress dashboard parellely. I was following [this thread](https://github.com/cypress-io/github-action/issues/510) to add the `custom-build-id` to the command to distinguish different run based on...

type: feature
triaged
Cypress Cloud

SSIA The project uses Cypress Dashboard and cypress-io/github-action@v2. All tests are passing, but the test fails about 20% of the time because the generated operation video is not found. The...

Current behaviour: My GitHub workflow runs in parallel using multiple containers connected to Cypress dashboard and, when the run shows as finished on Cypress dashboard, I can still see a...

After implementing a custom build ID to ensure I could re-run workflows which I've integrated with Cypress Dashboard and configured to run parallelly, I've run into an issue (oddly different...

After upgrading from 3 to 4 and Cypress 9 to 10, the following happens: ```yaml - name: Build frontend if: steps.reuse-frontend-build.outputs.cache-hit != 'true' uses: cypress-io/[email protected] # https://github.com/cypress-io/github-action env: DEBUG: "@cypress/github-action"...