github-action
github-action copied to clipboard
GitHub Action for running Cypress end-to-end & component tests
Feature request for GH Actions [Merge Queue](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-a-merge-queue) support
I am migrating from 8 -> 10 and project set up as below ``` cypress config |__ cypress_local.config.js cypress_ltest.config.js cypress_live.config.js ``` And I have absolute paths allover the project, which...
Hi 👋 First off a bit of context. We've configured our self-hosted server to make it as secure as possible and so we have docker configured in rootless mode. This...
``` /usr/local/bin/yarn --frozen-lockfile ➤ YN0050: The --frozen-lockfile option is deprecated; use --immutable and/or --immutable-cache instead ```
Cypress-io plugin does not split up the test cases to run in parallel when using custom test command that uses CYPRESS_INCLUDE_TAGS. When I pass the spec folder, I can see...
Our install job is taking 5 minutes to perform the `npm ci`. It would be good to cache node_modules based on package-lock.json and perhaps also on the node version to...
For the purpose of regression testing and for supporting new versions of new browsers - it's important to capture the version of the browser that has been used for the...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [husky](https://togithub.com/typicode/husky) | [`9.0.10` -> `9.0.11`](https://renovatebot.com/diffs/npm/husky/9.0.10/9.0.11) | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.11.17` -> `20.11.19`](https://renovatebot.com/diffs/npm/@types%2fnode/20.11.17/20.11.19) |...
Could have an option to publish the job summary to the PR please.