rstest icon indicating copy to clipboard operation
rstest copied to clipboard

[Bug]: can't rerun all tests when has command filter

Open 9aoy opened this issue 4 months ago • 0 comments

Version

rstest 0.1.3

Details

Rstest can't rerun all tests when has command filter.

Image

Reproduce link

https://github.com/web-infra-dev/rsbuild/blob/main/examples/node

Reproduce Steps

  • prepare two test files(index.test.ts, index1.test.ts)
  • run npx rstest watch index1
  • press a to rerun all tests
    • expect: run two files
    • actual: only rerun index1.test.ts

9aoy avatar Aug 14 '25 09:08 9aoy