Feedback for the new (?) testing interface #7526
-
I installed Positron 2025.05.0 build 75 and it seems that the testing interface for R packages has changed at some point between January and today. Before, Ctrl+Shift+T would use the "Terminal" tab to run Now, Ctrl+Shift+T shows a special UI on the left column. However, I noticed that on this new interface:
Screencast.from.2025-05-04.17-22-47.webm |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for taking this functionality out for a drive! 🙌 If you decide you really prefer the old behavior, you can still run that command from the command palette: ![]() And you can change the keyboard shortcut to use that one, if you prefer it. On your first point, the pane on the left is meant to be all tests in the folder with their latest results, while the small pane to the right of the "Test Results" panel is meant to show you results from the most recent test run. You can run one file of tests, or an individual test, for example, and that shows up there as a test run. You are correct that "stop" doesn't work quite right; we are tracking that in #2636 (comment). If you'd like to see other known issues with the Text Explorer (what this UI is called), check them out here. |
Beta Was this translation helpful? Give feedback.
Thanks for taking this functionality out for a drive! 🙌
If you decide you really prefer the old behavior, you can still run that command from the command palette:
And you can change the keyboard shortcut to use that one, if you prefer it.
On your first point, the pane on the left is meant to be all tests in the folder with their latest results, while the small pane to the right of the "Test Results" panel is meant to show you results from the most recent test run. You can run one file of tests, or an individual test, for example, and that shows up there as a test run.
You are correct that "stop" doesn't work quite right; we are tracking that in #2636 (comment). If you'd like to see other…