vitest
vitest copied to clipboard
Use trace to locate the position of tests and suites
what is the goal of this issue?
- #113
- Allocate suite in VS Code integration
- Show suite path with line number in error
Is it possible to run tests with a specified line number? For instance, the following command runs a test at line 20.
$ vitest --run test/basic.test.ts:20
Partially supported in 1.4.0 (we report the number): https://vitest.dev/config/#includeTaskLocation
It would be nice to also support a filter with :number
Closed in favour of #5445