[jbosstools-issues] [JBoss JIRA] (JBIDE-12434) Add screencasting functionality to tests

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Aug 17 09:26:15 EDT 2012


    [ https://issues.jboss.org/browse/JBIDE-12434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712224#comment-12712224 ] 

Max Rydahl Andersen commented on JBIDE-12434:
---------------------------------------------

looks cool - is it meant to be used like:

ScreencastRecorder recorder = new ScreencastRecorder();

setUp() { recorder.start(this.getClass().getName()); }

tearDown() { recorder.stop(); }

so how do we best get testcases properly named and with a common location?
Above would create the same filename for each testclass, not each test method.

Found a good way for that ?
                
> Add screencasting functionality to tests
> ----------------------------------------
>
>                 Key: JBIDE-12434
>                 URL: https://issues.jboss.org/browse/JBIDE-12434
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: testing
>            Reporter: Vlado Pakan
>            Assignee: Vlado Pakan
>
> Add possibility to save screen cast of test being run.
> Implementation:
> 1. Add class ScreencastRecorder.java to http://svn.jboss.org/repos/jbosstools/trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/test/util/ with methods start(String pathToVideoFile) and stop()
> 2. Add monte library .jar file to resource directory of org.jboss.tools.tests plugin
> 3. Add proper license info regarding to using of monte library to plugin org.jboss.tools.tests and source code of ScreencastRecorder.java

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list