Skip to content
#

test-runner

Here are 259 public repositories matching this topic...

chinleung
chinleung commented Mar 9, 2020

Hi,

When I run my tests using the neovim strategy, it opens a new terminal but auto focus on the buffer. Then I have to press <C-o> to not close the buffer and go back to my split pane.

Is there a way to have it open but not switch my focus to the newly opened pane automatically?

LarsDenBakker
LarsDenBakker commented Sep 3, 2020

When there are errors in the config, such as an incorrect import, they are intercepted by the regular try catch and only the error message is logged.

Logging of only the error message is useful for our own errors, where the stack trace has no added value. For user errors, the stack trace has added value.

We should create a special error type for errors we throw in the startup of the test run

Improve this page

Add a description, image, and links to the test-runner topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-runner topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.