Clear and concise description of the problem
When you have hundreds of tests and need to focus on debugging only one, it's not currently possible from the source code. You are distracted by test output from other files becauseit.only works per file, not per project.
Suggested solution
it.only.only or it.only.global
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
When you have hundreds of tests and need to focus on debugging only one, it's not currently possible from the source code. You are distracted by test output from other files because
it.onlyworks per file, not per project.Suggested solution
it.only.onlyorit.only.globalAlternative
No response
Additional context
No response
Validations