Is there is any way to mark multiple tests for skipping at once while running my Automation Suite with Selenium and Python

Is there is any way to mark multiple tests for skipping at once while running my Automation Suite with Selenium and Python.

Hi Dipen Soni,

Yes, there is a way to mark multiple tests for skipping at once. You can do this by using the below capability -

@pytest.mark.skip() decorator