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

cypress-io/github-action@v2 example: ``` # Run Tests - name: Run Cypress Tests uses: cypress-io/github-action@v2 continue-on-error: true with: config: video=true browser: ${{ matrix.browser }} headless: true tag: 'UI-${{ matrix.browser }}' record: true...

I have a staging environment with Basic Auth enabled waiting on "https://XXXXX/" with timeout of 120 seconds https://XXXXXX/ timed out on retry 6 of 5, elapsed 150930ms, limit 150000ms Error:...

- right now the only way to run Firefox is to use `--user 1001` to match the permissions GH sets when creating a home folder for the user ``` container:...

browser: firefox

The server is running and accessible at the URL set in the `baseUrl` config property; what mechanism is used to test and verify availability?

Imagine a scenario where you keep all your cypress tests on repo A and you have your application in repo B In repo B you create a workflow that runs...

We have a scheduled workflow that runs cypress tests (twice). The tests are successful and the workflows complete successfully, but the github action stills adds erroneous/confusing annotations to the run:...

I have a React application that is built with Vite. If I don't specify a specific port for the preview application, the port is taken randomly. And then Cypress doesn't...

We're using a [webpack config](https://github.com/nextcloud/webpack-vue-config/blob/master/webpack.config.js#L30) that makes use of `npm_package_name` and `npm_package_version`. These are not set during the [run](https://github.com/nextcloud/text/runs/5658398537?check_suite_focus=true#step:11:58) - which is confusing as it looks like `npx` is used...

Hi, We're receiving the following during the build stage of the Github Action, which did not happen before. We're unclear whether this is something from our side or something from...

I'm using Cypress to do system on our Rails application and simplecov to generate the coverage report, but simplecov only generate the reports when the rails server process is terminated...

type: enhancement