My favorites | Sign in
Project Hosting will be READ-ONLY Thursday at 3:00pm UTC for up to 3 hours for network maintenance.
Project Home Downloads Wiki Issues Source
Search
for
HowToRecordTheActivityOfFailingTests  
How to record the GUI activity of failing tests as video files to help diagnose test failures
HowTo
Updated Dec 29, 2008 by james.ti...@gmail.com

If you are using Linux, you can use the listener feature of JUnit to wrap "recordmydesktop", showing you what happens when the tests are running.

Add this to the <junit> ant task

   <formatter classname="com.objogate.wl.build.RecordingFormatter"/>

The code is not currently packaged as part of Window Licker, however you can see the code required

See the following:

http://code.google.com/p/windowlicker/source/browse/trunk/tools/src/main/com/objogate/wl/build/RecordMyDesktopWrapper.java http://code.google.com/p/windowlicker/source/browse/trunk/tools/src/main/com/objogate/wl/build/RecordingFormatter.java


Sign in to add a comment
Powered by Google Project Hosting