Closed Akryum closed 2 years ago
Allows manually excluding tests inside a suite, for example: test.only('...', () => {})
test.only('...', () => {})
Allows manually excluding tests inside a suite, for example:
test.only('...', () => {})