Skip to content
Snippets Groups Projects
Commit 98f173f8 authored by anttil's avatar anttil
Browse files

SWE-2 / SP-263: Make screenshots available in Hudson

SVN: 26491
parent b91f71cf
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ public abstract class SeleniumTest
public void initPageProxy(Method method)
{
this.shotter =
new ScreenShotter((TakesScreenshot) driver, "targets/selenium/"
new ScreenShotter((TakesScreenshot) driver, "targets/dist/"
+ this.getClass().getSimpleName() + "/" + method.getName());
this.pageProxy = new PageProxy(shotter);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment