文件名称:jest-playwright:使用Jest&Playwright Running运行测试
文件大小:109KB
文件格式:ZIP
更新时间:2024-02-27 01:55:41
testing typescript jest end-to-end-testing jest-environment
笑话剧作家 使用 & 运行测试 npm install -D jest jest-playwright-preset playwright 您还可以将jest-playwright-preset与特定的playwright软件包一起使用: playwright-webkit , playwright-chromium和playwright-firefox npm install -D jest jest-playwright-preset playwright-firefox 要求 Node.js> = 10.15.0 剧作家> = 0.12.1 用法 更新您的Jest配置,可以:
【文件预览】:
jest-playwright-master
----testEnvironment.js(64B)
----.gitattributes(19B)
----.github()
--------dependabot.yml(275B)
--------ISSUE_TEMPLATE()
--------workflows()
----setup.js(47B)
----runner.js(59B)
----.eslintrc.js(967B)
----jest-playwright.config.js(142B)
----.prettierignore(19B)
----src()
--------utils.ts(6KB)
--------constants.ts(733B)
--------PlaywrightRunner.ts(6KB)
--------utils.test.ts(11KB)
--------extends.ts(2KB)
--------PlaywrightEnvironment.ts(13KB)
--------coverage.ts(2KB)
--------global.ts(2KB)
----jest.config.e2e.js(272B)
----.npmignore(96B)
----types()
--------global.d.ts(6KB)
----tsconfig.json(334B)
----LICENSE(1KB)
----jest.config.js(158B)
----.prettierrc(69B)
----teardown.js(50B)
----README.md(18KB)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(29B)
----CODEOWNERS(24B)
----index.js(278B)
----jest-preset.json(346B)
----.eslintignore(28B)
----package-lock.json(300KB)
----e2e()
--------example.html(252B)
--------stub.test.ts(385B)
--------more.test.ts(2KB)
----package.json(2KB)