Is there anyway to skip some of the test blocks as per my need?

In my test file, I have multiple test blocks. Is there anyway to skip some of the test blocks as per my need?

Hi toby-steed,

Yes, you can skip tests using the “skip” option with the test block like below: test.skip('Test ’ + (TestNo++) + ‘- Remove item from cart’, async (t) => {