github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Hi, It would be great to have the option to expand the Job summary Cypress results. - see seperate rows for every spec file including the testresults for that specific...
## Suggestion This is an enhancement suggestion to update the following examples, currently using Vite `v4`, to use Vite `v5` (see announcement [Vite 5.0 is out!](https://vitejs.dev/blog/announcing-vite5) Nov 16, 2023): |...
I think the summary that's generated by this action is really helpful to get an overview in case the workflow has failed: If some tests have failed, my next step...
- This is an enhancement suggestion in response to issue https://github.com/cypress-io/github-action/issues/1040. ## What would you like When the `cypress-io/github-action` processes a project with a `pnpm-lock.yaml` lockfile from the pnmp package...
# The problem You cannot use this Github Action plugin if your project uses a `shrinkwrap.json`. Even if you want to fix it by providing a custom cache key line...
Trigger is `pull_request` Passing the following environment variables to the action: ``` env: COMMIT_INFO_MESSAGE: ${{ github.event.pull_request.title }} COMMIT_INFO_BRANCH: ${{ github.head_ref }} COMMIT_INFO_SHA: ${{ github.sha }} CYPRESS_BASE_URL: example.com CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY...
It would be be great if you can add code annotation to failed cypress e2e test. There is a nice example with [Jest](https://github.com/rkusa/jest-action) 
This issue refers to github-action usage with Yarn Modern Plug'n'Play (pnp). ## Current behavior When [.github/workflows/example-yarn-modern-pnp.yml](https://github.com/cypress-io/github-action/blob/master/.github/workflows/example-yarn-modern-pnp.yml) is run, it shows `npx` being called and not finding the installed version of...
I was not able to figure out how to upload recordings using cypress-io x Nx with github actions in a timely fashion. I was wondering if it would be possible...
I have a number of workflow jobs that use `cypress-io/github-action` which I have tied to branch protection status checks. Here is an example of a job: ``` - name: Cypress...