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

In the logs: ``` ##[debug]implicitDescendants 'false' ##[debug]followSymbolicLinks 'true' ##[debug]implicitDescendants 'false' ##[debug]omitBrokenSymbolicLinks 'true' ##[debug]Search path '/github/home/.cache/yarn' ##[debug]Cache Paths: ##[debug][] ##[debug]Archive Path: /__w/_temp/07a15199-21c2-43ce-8c0a-cc01882a0843/cache.tgz /bin/tar --posix -z -cf cache.tgz -P -C /__w/brooklyn/brooklyn --files-from...

Hello! Thanks for this action! It looks like Github has recently added context support for [`github.run_attempt`](https://github.com/actions/runner/releases/tag/v2.283.1). This action currently has to do backflips with the GH API in order to...

Cypress Cloud

fixes #368 This PR adds a `start-working-directory` that allows setting a different dir for running the server `start` command. Useful for when you have a non-node server living in a...

Cypress is amazing and vouched for by developers around the world! What are the odds of getting this organization verified by GitHub? Is there anything we can help with? https://docs.github.com/en/developers/github-marketplace/github-marketplace-overview/applying-for-publisher-verification-for-your-organization

The objective would be to detect breaking changes in futures versions of Chrome?

I have a monorepo using npm workspaces. This action worked with lerna + yarn workspaces, but is failing after switching to npm workspaces. It seems that `restoreCachedNpm` is trying to...

I have found that when I start my create-react-app using `yarn start` the server starts as expected, however then immediately errors almost every file with `ENOSPC: System limit for number...

When someone creates a PR I will get a second email with the Cypress summary comment which gets very spammy with lots of activity. I wondered if there was a...

This functionality was already available for the `start` option. This PR adds it for the `build` option as well.

I have some classes utilizing private methods. Cypress 7.6.0 didn't have an issue. When I upgraded to 7.7.0, this Webpack compilation error began occurring. Is there a way around this?...