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

Interactive Mode #30806

Closed
7ynk3r opened this issue Dec 27, 2024 · 1 comment
Closed

Interactive Mode #30806

7ynk3r opened this issue Dec 27, 2024 · 1 comment

Comments

@7ynk3r
Copy link

7ynk3r commented Dec 27, 2024

What would you like?

ATM there's not way for cy commands to work in dev tools, so every time I need to test a a commands, I need to run the test which takes time due to login and other steps in the tests. I tried this using cy.pause() and debugger, the result is the same.

Why is this needed?

I waste so much time just figuring out selectors that this feels stupid to the point that using coordinates and re-recording might be more time effective

Other

Optimize for creating tests, where having the right selector consumes most of the time. Also, the debugger sections in the docs aren't useful. Of course I can use cy.log and cy.then together with debugger, but what for? There's no way to run commands, just observe the variables in the scope.

@jennifer-shehane
Copy link
Member

Closing as duplicate of #27215

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

2 participants