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

Using --no-runner-ui doesn't allow method to resume from cy.pause() #30497

Open
mahtoid opened this issue Oct 30, 2024 · 1 comment
Open

Using --no-runner-ui doesn't allow method to resume from cy.pause() #30497

mahtoid opened this issue Oct 30, 2024 · 1 comment
Labels
type: unexpected behavior User expected result, but got another

Comments

@mahtoid
Copy link

mahtoid commented Oct 30, 2024

Current behavior

  • No control panel
  • Keystroke to resume pause not working

Desired behavior

  • Display control panel when cy.pause() is hit

image

Test code to reproduce

N/A

Cypress Version

v13.15.0

Node version

v20.9.0

Operating System

6.11.5-arch1-1

Debug Logs

No response

Other

Unsure on whether this is a unique use-case of using --no-runner-ui along with cy.pause() but it's ideal in the way I'm wanting to work with Cypress. No logs, more display - but just need a way to resume from the intended pauses.

@jennifer-shehane
Copy link
Member

Ah, yah we did not think about this use case. It's mostly been used as a form for debugging or running headlessly, and not intended mostly as a way to interactively work with tests in open mode.

@jennifer-shehane jennifer-shehane added the type: unexpected behavior User expected result, but got another label Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: unexpected behavior User expected result, but got another
Projects
None yet
Development

No branches or pull requests

2 participants