jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.82k stars 291 forks source link

improve default test results focus behavior #1128

Closed connectdotz closed 3 months ago

connectdotz commented 3 months ago

This is to change the default test results panel focusing behavior for auto-run modes (watch, on-save) when no "testing.openTesting" and "jest.outputConfig" is defined. While there is an easy workaround, it has nevertheless interrupted users' workflow. This fix should eliminate the root cause; thus, no workaround will be needed anymore.

This PR introduce different default behavior by run-mode:

Also removed the auto-run mode warning since it is no longer needed.

This is to improve the following issues further:

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8301826188

Details


Totals Coverage Status
Change from base Build 8268417093: 0.007%
Covered Lines: 3928
Relevant Lines: 3935

💛 - Coveralls