cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
47.01k stars 3.18k forks source link

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

Open mahtoid opened 1 day ago

mahtoid commented 1 day ago

Current behavior

Desired behavior

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 commented 1 day ago

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.