Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running workflow with headless=false no longer opens headless chrome browser #432

Closed
alexcampbell86 opened this issue Sep 30, 2021 · 4 comments

Comments

@alexcampbell86
Copy link

Version: cypress-io/github-action@v2
Cypress version: 8.5

I'm running the workflow (latest version) with the parameter headless=false
image

But when the browser launches, it is actually in headless mode:
image

@juandavidkincaid
Copy link

+1

@sergiubcn
Copy link
Contributor

Folks following this thread can maybe upvote my PR so we can get it merged sooner #409

@ricardo-dematos
Copy link

cypress-io/github-action@v5 no longer has option headless.


Setting browser: chrome and headed: true works as expected.

Run cypress-io/github-action@v5
  with:
    working-directory: e2e-tests
    env: host="***",username="***",password="***"
    browser: chrome
    headed: true
    record: false
    publish-summary: true
    component: false
(....)
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
  │ Cypress:        12.17.1                                                                        │
  │ Browser:        Chrome 114                                                                     │
  │ Node Version:   v18.16.1 (/opt/hostedtoolcache/node/18.16.1/x64/bin/node)                      │
  │ Specs:          8 found (login/login-message.cy.ts, login/login.cy.ts, login/reset-password.cy │
  │                 .ts, specifications/create-specification.feature, specifications/delete-specif │
  │                 ication.feature, specifications/specifications.cy.ts, wizards/quick-start/quic │
  │                 k-start-wizard.cy.ts, ...)                                                     │
  │ Searched:       **/*.{cy.ts,feature}                                                           │
  │ Experiments:    experimentalMemoryManagement=true,experimentalWebKitSupport=true               │
  └────────────────────────────────────────────────────────────────────────────────────────────────┘

I suggest closing this issue.


Relates to:

@nagash77
Copy link
Contributor

I am going to close this issue as it is quite old at this point. If folks are seeing this behavior in current versions of github-action please open a new ticket with a reproducible example and we will be happy to investigate.

@nagash77 nagash77 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants