You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It opens a new tab if the current iTerm2 session is running something e.g. an app server.
Not supported for tmux.
It requires Settings > Profiles > General > Title > Job to be selected.
It clears the screen before running a test.
It clears the prompt before running a test.
So you don't have to worry about that you run something else by mistake.
Configuration
bringItermForwardOnExecution
Default: true
Description: Bring iterm to the front when a test starts running.
openNewTab
Default: true
Description: Run the tests in a new iterm tab when the current iterm session is running something e.g. an app server. This is not supported for tmux so make sure to set the iUseTmux correctly to avoid new tabs being constantly opened.
clearTheScreen
Default: true
Description: Clear the screen before running a test. This also removes any text typed into the prompt.
iUseTmux
Default: false
Description: Some features are not supported in tmux, and some need to be adjusted to work with tmux. Set this to true to avoid weird behavior in tmux.
defaultTestRunner
Default: make test
Description: The default command to run when no specific command is found for the current file. This is also used to run all tests.
testRunners
Description: Specify what command to use for a specific file suffix or language. Suffixes take precedence over languages.