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

Version: cypress-io/github-action@v2 Cypress version: 8.5 I'm running the workflow (latest version) with the parameter `headless=false` ![image](https://user-images.githubusercontent.com/54784541/135402446-4ee9c427-69c7-4704-ab13-f3f9fe71e454.png) But when the browser launches, it is actually in headless mode: ![image](https://user-images.githubusercontent.com/54784541/135402506-2dde8830-bf56-4d63-95f3-8cbaf7fa65ea.png)

Hi, It seems impossible to activate headed mode with Cypress (8.0) and its Github action. Look at https://github.com/nboisteault/lizmap-web-client/runs/3134874027?check_suite_focus=true#step:9:5 , I did put : ``` headless: false headed: true ``` But...

We have a mono-repo setup very similar to [this one](https://github.com/muratkeremozcan/lerna-react-ts-cypress). We are adding component tests, and having a config file error in CI. All work fine locally. E2e tests still...

We should add a case to the example section: Using the Cypress Action in a Callable Workflow. Callable workflows are reusable stand-alone .yaml files that can be called by any...

type: enhancement

Similar to #142 but experiencing this in v4.8.0.

question

This is my workflow file: https://github.com/uoForms/App-CANBeWell/blob/b3299f0a9674bfc74b7fc6f73c8864eea2e81a0b/.github/workflows/ci-build-cy-test-text-locale-ios.yml I have `config: userAgent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148` This is the error log with...

Same cannot get it to work. A timeout occurs during pipe run: ``` Opening Cypress... [1965:1017/182222.115087:ERROR:node_bindings.cc(278)] Most NODE_OPTIONs are not supported in packaged apps. See documentation for more details. [1965:1017/182222.115179:ERROR:node_bindings.cc(278)]...

With this workflow : ``` name: Cypress on: [push] jobs: chrome: runs-on: ubuntu-20.04 container: cypress/browsers:node12.13.0-chrome78-ff70 steps: - uses: actions/checkout@v2 - uses: cypress-io/github-action@v2 with: browser: chrome start: npm start config: videoRecording=false,screenshotOnRunFailure=false...

I know you must be busy but perhaps you can help. Feels like there must be something wrong? Here's the log, it seems to be using the github, cypress, NPM...