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
When running tests in a Java project, the test environment is automatically configured to run with AppMap; this is handy (even if a bit magic and unexpected; it would be nice to get a message about that, I didn't know so I spent a couple minutes trying to figure out how to configure it until I just ran the tests and noticed it was already taken care of), but there is no easy way to turn it off. For example, if I have failing tests, I might want to run them without AppMap to check if it could affect them.
The way this currently works is that it adds a test config in the project settings:
(I wonder what it does if there's already a test config). In principle, we could add another configuration (eg. "Test without AppMap"), but I tried this and this is super annoying (it asks you to pick on every test suite, which can be many times in a row if you run tests on a whole multi-project repo). Perhaps we could provide a switch instead (eg. in the status bar).
The text was updated successfully, but these errors were encountered:
When running tests in a Java project, the test environment is automatically configured to run with AppMap; this is handy (even if a bit magic and unexpected; it would be nice to get a message about that, I didn't know so I spent a couple minutes trying to figure out how to configure it until I just ran the tests and noticed it was already taken care of), but there is no easy way to turn it off. For example, if I have failing tests, I might want to run them without AppMap to check if it could affect them.
The way this currently works is that it adds a test config in the project settings:
(I wonder what it does if there's already a test config). In principle, we could add another configuration (eg. "Test without AppMap"), but I tried this and this is super annoying (it asks you to pick on every test suite, which can be many times in a row if you run tests on a whole multi-project repo). Perhaps we could provide a switch instead (eg. in the status bar).
The text was updated successfully, but these errors were encountered: