jest-community / vscode-jest

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

Run mode #1078

Closed connectdotz closed 1 year ago

connectdotz commented 1 year ago

This PR is mainly to implement the RunMode proposal #1058.

The goal is

  1. reduce confusion (runMode="off" has greatly been misunderstood).
  2. grouping UX-related settings to help improve discovery.
  3. introduce a new "deferred" mode to better support large projects and not-yet-ready projects.
  4. make the extension "less intrusive"

Additional changes (beyond #1058):

Internal extension-development change:

Reminder

We should move "autoClearTerminal" in here as well. But decided to leave it out for now since there is another outstanding work regarding Test Results tab. We can do the setting migration then.


resolve #1030 resolve #1025

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 6473103950


Totals Coverage Status
Change from base Build 6201822640: -0.01%
Covered Lines: 3822
Relevant Lines: 3839

💛 - Coveralls