Skip to content

agdolla/traquer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'. record and playback

Another example shows that there is actual list of recorded cases, which you can use to set up playback. playback saved

Heatmap

You can create heatmap from one ore many cases.

heatmap

Playback after DOM mutation

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

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. export import

Joining cases

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

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:

About

Records and reproduces user's in-page behavior

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.1%
  • HTML 22.1%
  • CSS 13.8%