LarsDenBakker / web-test-runner

This package has moved to: https://github.com/modernweb-dev/web/tree/master/packages/test-runner
6 stars 1 forks source link

Rerun tests in the same tab in debug mode #45

Closed LarsDenBakker closed 4 years ago

LarsDenBakker commented 4 years ago

When we rerun tests we open a new tab, this is annoying when debugging in the browser. We should reload the existing tab if available.

LarsDenBakker commented 4 years ago

We can do this after we start batching tests, on re-run we can look for a tab with the corresponding session id and reload that.

LarsDenBakker commented 4 years ago

We changed the way debug mode works, so this is no longer applicable.