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

[WiP] feat: support basic REPL mode #4730

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Mar 7, 2025

Resolves #4239

Description

This pull request introduces a new REPL (Read-Eval-Print Loop) mode for Detox, allowing users to interactively debug their tests. The changes include adding support for the REPL mode in the CLI, patching Jest to work with the REPL, and implementing a new REPLListener for the Jest test environment.

TODO

  • Update documentation
  • Pass code review
  • Play a bit till we're fine with how it works

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

Successfully merging this pull request may close these issues.

Interactive Detox (REPL)
1 participant