Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve test discovery experience #268

Merged
merged 6 commits into from
Jun 9, 2020

Conversation

GeorchW
Copy link
Contributor

@GeorchW GeorchW commented Jun 8, 2020

This PR is a collection of multiple QOL changes to make test discovery more intuitive:

  • Add a hint to set testProjectPath when no tests are found. This includes a link to the settings:
    image
    (Sadly, the markdown does not seem to support code blocks for the setting.)
  • Add examples to the testProjectPath setting that include globs:
    image
  • Rerun the glob when pressing "Refresh" (it's nasty when you rename some files, press refresh and the test explorer doesn't update)
  • Rename the output log to ".NET Test Explorer" (the name "Test Explorer" is already used by other extensions on my setup, leading to confusion that I'm probably not alone with)

I'd say that this fixes #217.

@stefanforsberg
Copy link
Collaborator

You are on 🔥!

Love all these, thanks a bunch!

@GeorchW
Copy link
Contributor Author

GeorchW commented Jun 9, 2020

... sorry, but did you forget to merge?

@stefanforsberg stefanforsberg merged commit 4a7e667 into formulahendry:master Jun 9, 2020
@stefanforsberg
Copy link
Collaborator

No :p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Where to set dotnet-test-explorer.testProjectPath ?
2 participants