文件名称:jest-puppeteer-react:使用木偶和玩笑对您的Chrome中的React成分进行屏幕截图测试
文件大小:244KB
文件格式:ZIP
更新时间:2024-05-18 07:57:10
JavaScript
开玩笑的木偶React yarn add jest-puppeteer-react 这个库结合了jest-puppeteer puppeteer和webpack和webpack-dev-server来呈现您的React组件,因此您不必设置服务器并导航到它。 它还包括jest-image-snapshot ,它添加了预期的toMatchImageSnapshot匹配器。 设置 在玩笑配置中使用预设: { "preset": "jest-puppeteer-react" } 或要求/包括所需的脚本。 添加一个配置文件,其中包含一个函数以返回用于渲染的webpack配置: const webpack = require('webpack'); const path = require('path'); const buildDevWebpackConfig = require('./
【文件预览】:
jest-puppeteer-react-master
----.github()
--------workflows()
----setup.js(48B)
----yarn.lock(186KB)
----expect-puppeteer-react.js(310B)
----.prettierignore(20B)
----src()
--------docker()
--------global.js(4KB)
--------index.d.ts(383B)
--------webpack()
--------PuppeteerReactEnvironment.js(1019B)
--------index.js(45B)
--------render.js(2KB)
----.npmignore(118B)
----example()
--------yarn.lock(303KB)
--------index.ejs(286B)
--------src()
--------babel.config.js(2KB)
--------jest-puppeteer-react.config.js(2KB)
--------jest-puppeteer.config.js(121B)
--------test-lib()
--------jest.config.json(457B)
--------.gitignore(44B)
--------package.json(2KB)
----LICENSE(1KB)
----teardown.js(51B)
----README.md(5KB)
----environment.js(61B)
----.editorconfig(434B)
----.gitignore(40B)
----bin()
--------debug.js(118B)
----jest-preset.json(249B)
----package.json(4KB)