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

option deno.testing.show_output_when_run_test deno.testing.go_to_test_when_run_test #801

Open
loynoir opened this issue Jan 30, 2023 · 1 comment
Labels
configuration enhancement New feature or request help wanted Extra attention is needed

Comments

@loynoir
Copy link

loynoir commented Jan 30, 2023

Is your feature request related to a problem? Please describe.

Current testing step is kind of tedious to meet my preference.

  • Open project in vscode
  • Click on vscode bottom Testing
  • Click on bottom Show Output
  • Click on file foobar.test.ts test foo bottom Go to test
  • Click on file foobar.test.ts test foo bottom Run test

Describe the solution you'd like

  "deno.testing.show_output_when_run_test": true,
  "deno.testing.go_to_test_when_run_test": true,
  • Open project in vscode
  • Click on vscode bottom Testing
  • Click on file foobar.test.ts test foo bottom Run test
@loynoir loynoir changed the title option deno.testing.show_output deno.testing.go_to_test option deno.testing.show_output_when_run_test deno.testing.go_to_test_when_run_test Jan 30, 2023
@Ciantic
Copy link

Ciantic commented Mar 2, 2023

I'd like to see the output as well, I think it's not possible at the moment? Rust has much clearer way to run tests, it shows both Run and Debug as code lens features and opens directly a new terminal if I run single test or all tests.

@bartlomieju bartlomieju added enhancement New feature or request help wanted Extra attention is needed configuration labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
configuration enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants