文件名称:code-coverage:保存赛普拉斯测试期间收集的代码覆盖率
文件大小:1.97MB
文件格式:ZIP
更新时间:2024-04-30 16:38:37
code-coverage cypress cypress-plugin JavaScript
@ cypress /代码覆盖 保存赛普拉斯测试期间收集的代码覆盖率 安装 npm install -D @cypress/code-coverage 注意:此插件假定cypress是项目中已安装的对等依赖项。 添加到您的cypress/support/index.js文件 import '@cypress/code-coverage/support' 在cypress/plugins/index.js文件中注册任务 module . exports = ( on , config ) => { require ( '@cypress/code-coverage/task' ) ( on , config ) // add other tasks to be registered here // IMPORTANT to return the config object