mutation-testing:专为测试学科基础而动手开发的项目

时间:2021-04-28 18:58:22
【文件属性】:
文件名称:mutation-testing:专为测试学科基础而动手开发的项目
文件大小:180KB
文件格式:ZIP
更新时间:2021-04-28 18:58:22
jest mutation-testing tests stryker HTML 学生们 Daniel dos Reis Braz Guilherme Augusto Leite Santos Vinicius Ramos Rocha 怎么跑 安装Node.js 在项目终端上运行“ npm install”命令 运行“ npm运行测试”测试 要查看由单元测试生成的报告,请在项目目录“ coverage /lcov-report/index.html”中打开文件。 打开报告后,访问“ index.js”测试报告。 此报告中将包含所生成测试的范围 执行“ npm运行测试:变异”变异测试 要查看由变异测试生成的报告,请在项目文件夹“ reports / mutation / html / index.html”中打开文件 打开报告后,访问“ index.js”测试报告。 此报告中将包含生成的突变体,只需选择过滤器 文件位置 已实现方法的代码在文件“ index.js”中
【文件预览】:
mutation-testing-main
----index.js(1013B)
----package.json(551B)
----__tests__()
--------index.spec.js(1KB)
----LICENSE(1KB)
----package-lock.json(501KB)
----.gitignore(14B)
----README.md(1KB)
----coverage()
--------lcov.info(488B)
--------clover.xml(2KB)
--------coverage-final.json(4KB)
--------lcov-report()
----reports()
--------mutation()
----.vscode()
--------settings.json(40B)
----stryker.conf.js(310B)

网友评论