百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
T

traquer

> 编程语言
开源

记录和重现用户在页面内的行为

719 stars0 点赞1 次浏览
访问官网GitHub

工具介绍

记录和重现用户在页面内的行为

traquer

Records and reproduces user's in-page behavior

Traquer is a tool that enables you to record a testing session on you web/page/app, than reproduce it, monitor how it performed, create a naïve heatmap, and even automate your testing sessions using Selenium Webdriver and Jasmine...

Original blog post about this is already here - http://lessgeneric.com/testing/traquer-testing-made-easy/ so go check it out.

Record and playback

In following example, you'll see a record and playback on Ext JS example called 'Admin Dashboard'. Another example shows that there is actual list of recorded cases, which you can use to set up playback.

Heatmap

You can create heatmap from one ore many cases.

Playback after DOM mutation

In this example, I've reloaded page which means - new element id's (testing hell).

Export/import to different browsers

Here, I'll create case in Firefox, export it from there, and import it to Chrome. It'll perform good.

Joining cases

In this last video for this post, I'm showing how to join multiple cases to one 'mega-case'.

Work in progress

This is WIP, some features don't work as they should (jasmine/seleinum automation for example).

Contribution/interest is welcomed.

Credits/Contributors

I won't forget to mention and thank these great guys who contributed to make this available:

  • Bojan Dević (https://github.com/bojandevic) who refactored initial version of this tool (which was messy load of crap), which made further development available
  • Mirko Kukoleča (https://github.com/mkukoleca) who was idea originator, some two years ago
  • Goran Smiljanić (https://github.com/sgoran) for early reviews, and great ideas about how this should look and work,
  • ... (more people to come)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言