playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature]: test.describe.serial.skip

Open mohsen1 opened this issue 1 year ago • 0 comments

🚀 Feature Request

You've gotta skip sometimes :)

Example

test.describe.serial('Create and delete stuff', () => {
test.describe.serial.skip('Create and delete stuff', () => {

Motivation

I just don't like commenting out code

mohsen1 avatar Dec 04 '24 09:12 mohsen1