-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Feature request
It would be nice to be able to run all tests in isolation.
Ideally, every test would receive a fresh VS Code instance, free of any previous state.
Use case
When running tests that affect the state of VS Code, it can be cumbersome to ensure that some actions have a direct link to a desired state. For example, if you want to test whether opening files of a given type activates the extension, if you run these tests one after the other, the first test will trigger the activation, and subsequent tests will succeed because the previous test has activated the extension.
Metadata
Metadata
Assignees
Labels
No labels