All Projects → JackZhang1988 → Puppetry

JackZhang1988 / Puppetry

Licence: MIT license
基于Puppeteer的页面E2E测试GUI工具

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Puppetry

mermaid.ink
Given a mermaid code (markdown-like), serve an image for you
Stars: ✭ 43 (+22.86%)
Mutual labels:  puppeteer
ZSpider
基于Electron爬虫程序
Stars: ✭ 37 (+5.71%)
Mutual labels:  puppeteer
puppeteer-jest-starter
A starter-kit quipped with the minimal requirements for Puppeteer + Jest, making E2E testing a breeze.
Stars: ✭ 17 (-51.43%)
Mutual labels:  puppeteer
apify-cli
Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.
Stars: ✭ 37 (+5.71%)
Mutual labels:  puppeteer
MagicMouse
A webbrowser for Squeak using Chrome/Chromium. Not to be confused with a highly innovative pointing device.
Stars: ✭ 24 (-31.43%)
Mutual labels:  puppeteer
webparsy
Node.JS library and cli for scraping websites using Puppeteer (or not) and YAML definitions
Stars: ✭ 40 (+14.29%)
Mutual labels:  puppeteer
NUSISS-DevOpsEng
NUS ISS DevOps Engineering - Git, Docker, Docker Compose, Puppet , AWS Code Pipeline/CodeStar, Docker , Kubernetes, Terraform, Ansible
Stars: ✭ 58 (+65.71%)
Mutual labels:  puppeteer
trafficator
Traffic generator for local analytics testing
Stars: ✭ 27 (-22.86%)
Mutual labels:  puppeteer
top.gg-automatic-voter
This is a script that votes for specified bot automatically per 12 hours on top.gg
Stars: ✭ 144 (+311.43%)
Mutual labels:  puppeteer
abeamer
frame-by-frame Web Animation framework
Stars: ✭ 49 (+40%)
Mutual labels:  puppeteer
Viewfinder
📷 BrowserBox - Remote isolated browser API for security, automation visibility and interactivity. Run on our cloud, or bring your own. Full scope double reverse web proxy with multi-tab, mobile-ready browser UI frontend. Plus co-browsing, advanced adaptive streaming, secure document viewing and more! But only in the Pro version. Get BB today! Se…
Stars: ✭ 1,741 (+4874.29%)
Mutual labels:  puppeteer
codepen-puppeteer
Use Puppeteer to download pens from Codepen.io as single html pages
Stars: ✭ 22 (-37.14%)
Mutual labels:  puppeteer
barclayscrape
A small app to programmatically mainpulate Barclays online banking
Stars: ✭ 57 (+62.86%)
Mutual labels:  puppeteer
puppeteer-serverless
Puppeteer for both serverless functions and development.
Stars: ✭ 28 (-20%)
Mutual labels:  puppeteer
mugshot
Framework independent visual testing library
Stars: ✭ 126 (+260%)
Mutual labels:  puppeteer
playwright-demos
playwright for scrapping and UI testing / automate testing workflows
Stars: ✭ 65 (+85.71%)
Mutual labels:  puppeteer
double-agent
A test suite of common scraper detection techniques. See how detectable your scraper stack is.
Stars: ✭ 123 (+251.43%)
Mutual labels:  puppeteer
http-server-pwa
👾 http-server alike but for serving and rendering PWA: pwa-server
Stars: ✭ 14 (-60%)
Mutual labels:  puppeteer
puppeteer-loadtest
load test puppeteer (Headless Chrome API) script using node
Stars: ✭ 107 (+205.71%)
Mutual labels:  puppeteer
webgif
Easily generate animated GIFs from websites
Stars: ✭ 98 (+180%)
Mutual labels:  puppeteer

Puppetry

针对不熟悉前端页面自动化测试的人开发的GUI工具,可以快速完成页面的行为模拟,基于puppeteer框架,完全兼容puppeteer页面操作功能,并且集成了自动化测试常用的功能,比如页面截图diff、page error、page performance检测等功能。

示例:

demo

特性

  • 无需编写代码模拟浏览器行为
  • 模拟脚本实时预览
  • �支持基于image diff的css回归测试
  • 自动检测page error、page performance

使用方法

安装Mongodb

在common/config.js中配置mongodb数据库(默认已配置为localhost/puppetry)

安装node_module

npm install

运行

npm run server

访问: http://localhost:3000/#/

web开发

Puppetry web端使用ElementUI,开发web端功能方法:

cd ./web
npm install
npm run dev

�访问: http://localhost:3001/#/

注意事项

  • 如果在�Linux服务器安装,请保证服务器版本可以安装puppeteer, 如果是centos系统,保证系统版本为7.0以上, 参考:puppeteer/puppeteer#497

  • 服务器端部署需要更新web端访问的域名地址,更新方法:

cd ./web
//更新在web/env.js中pro环境变量
export ENV=pro;npm run build

技术栈:

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].