Log in if you have an account.
Otherwise, register for an account.
For more details, please visit the How This Site Works page.
Is there any intention to provide a JUnit Runner to perform test execution, given that almost any IDE and/or build tools supports execution of JUnit tests?
IntelliJ is my preferred development environment and given that scenarios are simple text files, being able to run scenarios as JUnit tests would make it possible to run the tests without the need for a custom IDE plugin.
Is there any intention to provide a native maven plugin with better support for maven folder structures and lifecyle as opposed to using the ant task?
Is it possible to place the scenarios and any other associated workflow/rules classes in a more maven friendly source folder structure i.e. something like src/main/scenarios and src/main/java etc.
There seems to be no way to specify additional VM level arguments (in my case I need to specify -Djava.library.path=/some/important.dll) prior to running the recorder.
Hi,
I'm trying to use the selenium captureScreenshot method to get a screenshot at a particular part of a test run.
When selenium.captureScreenshot("c:\tmp\test.png") gets executed I get the error below:
com.thoughtworks.selenium.SeleniumException: ERROR: Problem capturing screenshot: null
at com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73)
at com.thoughtworks.selenium.DefaultSelenium.captureScreenshot(DefaultSelenium.java:546)
at vsm.ReportActions.saveAliquots(ReportActions.java:173)
C:\Program Files\twist\workspace\VSM\scenarios\Report Released Tissue.scn:13
Any ideas?
Thanks