Is there any way to mark multiple tests for skipping at once. If yes, then how?

Hi, I’m running my automation suite with selenium and using python, and wanted to know if there is any way to mark multiple tests for skipping at once. If yes, then how?

Hello Ana-sousa,

Yes, there is a way to mark multiple tests for skipping at once. You can do this by using the @pytest.mark.skip() decorator.