-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 Detox (REPL) #4239
Comments
@noomorph says:
|
Great write-up. Thanks @noomorph 😍 |
I am contemplating the idea of taking it a step further and enabling the taking into account of imported modules, for example - drivers, test ID's, test kits. That would provide a very holistic solution, but not sure whether feasible. In order to support that, it would make more sense to introduce this feature as an IDE plugin that somehow utilizes test debugging, rather than an interactive shell. |
Another closely related idea is to enter awaiting mode (Phase 1) and REPL (Phase 2) on test failure in local dev environment. This time saver would help the test writers to interact with the elements and see what's wrong while staying on the last app screen – no need to restart the flow manually. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
Describe your idea
Add a special mode of Detox where a single test is executed in a way that utilizes the abilities of an interactive shell.
@d4vidi says:
The text was updated successfully, but these errors were encountered: