@赛普拉斯/跳过测试 简单的命令可跳过基于平台,浏览器或URL的测试 it ( 'skips this test when running on Mac' , ( ) => { cy . log ( 'about to run custom command to skip this test' ) . wait ( 1000 ) . skipOn ( 'mac' ) } ) 重要的 在之前,这是一个简单的实用程序插件。 安装 npm install -D @cypress/skip-test 例子 您可以将该模块用作赛普拉斯的自定义命令cy.skipOn和cy.onlyOn或通过导入其功能来使用。 要使用cy.skipOn类的自定义命令,请将此模块添加到支持文件cypress/support/index.js require ( '@cypress/skip-tes