文件名称:mocha-play:使用webpack和playwright在Chrome中运行mocha测试
文件大小:61KB
文件格式:ZIP
更新时间:2024-03-02 23:03:13
TypeScript
摩卡游戏
使用webpack和playwright在Chrome中运行摩卡测试。
安装
将mocha-play安装为开发依赖项:
npm i mocha-play --save-dev
mocha-play期望将mocha , playwright / playwright-chromium , webpack和html-webpack-plugin也安装在项目中。
用法
安装后可以使用名为mocha-play CLI:
mocha-play [options]
【文件预览】:
mocha-play-main
----.gitignore(2KB)
----tsconfig.json(5KB)
----README.md(1KB)
----bin()
--------mocha-play.js(45B)
----.github()
--------workflows()
--------dependabot.yml(257B)
----test()
--------fixtures()
--------mocha-play.spec.ts(4KB)
----static()
--------mocha-setup.js(1KB)
----LICENSE(1KB)
----.eslintrc(460B)
----package.json(2KB)
----src()
--------hook-page-console.ts(2KB)
--------index.ts(29B)
--------run-tests.ts(5KB)
--------cli.ts(3KB)
----tsconfig.build.json(106B)
----.eslintignore(46B)
----.mocharc.js(113B)
----package-lock.json(145KB)