Playwright-Starter:测试自动化,Jest,Playwright,Lighthouse,Supertest,Autocannon和Babel的样板

时间:2024-06-11 05:55:09
【文件属性】:

文件名称:Playwright-Starter:测试自动化,Jest,Playwright,Lighthouse,Supertest,Autocannon和Babel的样板

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-11 05:55:09

supertest autocannon lighthouse puppeteer JavaScript

剧作家 :carousel_horse: 用于端到端和自动化测试的样板。 GUI测试 基于Web的自动化图形用户界面测试: 自动化测试:规格: gui/**/*.spec.js 基准测试: 度量: gui/**/*.meas.js API测试 自动化的应用程序编程接口测试: 自动化测试:测试规范: api/**/*.spec.js 基准测试: 度量: api/**/*.meas.js 入门 请按照以下步骤执行此样板。 克隆此样板 $ git clone --depth 1 https://github.com/Shyam-Chen/Playwright-Starter.git < PROJECT> $ cd < PROJECT> 安装依赖项 $ npm install 检查代码质量 $ yarn lint 运行ui测试 $ yarn ui # Or single executi


【文件预览】:
Playwright-Starter-master
----circle.yml(708B)
----.eslintrc(480B)
----babel.config.js(217B)
----Dockerfile(583B)
----LICENSE(1KB)
----gui()
--------crud-operations()
--------setup-test.js(425B)
--------realtime-data()
--------hello-world()
--------file-uploads()
--------authentication()
----jest.config.js(132B)
----.prettierrc(73B)
----README.md(1KB)
----api()
--------crud-operations()
--------setup-test.js(133B)
--------realtime-data()
--------hello-world()
--------file-uploads()
--------authentication()
----docker-compose.yml(126B)
----.editorconfig(130B)
----.gitignore(29B)
----package.json(1KB)

网友评论