We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For cli: --test-name-pattern/--testNamePattern/-t Node, Jest, Vitest --test-skip-pattern Node
--test-name-pattern
--testNamePattern
-t
--test-skip-pattern
I also suggest adding these options to the Poku runner
The text was updated successfully, but these errors were encountered:
This idea sounds familiar to me as a --filter.
--filter
Could you show me a practical example? Depending on how this functionality works, it could even replace --filter.
Sorry, something went wrong.
filter - seems to filter by file name test-name-pattern - by test name
test-name-pattern
for example https://poku.io/docs/tutorials/cross-platform#using-poku-api-advanced-concept if run
npx poku -t bun
should only run tests that contain text bun
bun
No branches or pull requests
For cli:
--test-name-pattern
/--testNamePattern
/-t
Node, Jest, Vitest--test-skip-pattern
NodeI also suggest adding these options to the Poku runner
The text was updated successfully, but these errors were encountered: