-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Custom test runner #1470
Labels
enhancement
New feature or request
Comments
Ready to hear it 😄 Right now we run our tests in |
Some more info here on Jest's custom test runner: |
sheremet-va
added a commit
that referenced
this issue
Jan 23, 2023
docschina-bot
pushed a commit
to vitest-dev/docs-cn
that referenced
this issue
Jan 23, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Clear and concise description of the problem
Jest ecosystem has jest-runner or create-jest-runner.
It can be extended to test in an environment such as an electron.
Also, It would be nice to be able to perform lint or typecheck with the efficient worker of tinypool.
Suggested solution
I'd like to provide an API for setting up a custom runner.
Alternative
It can also refer to Jest's
projects
config.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: