@Rule
public SeleniumScreenshotRule screenshotRule = new SeleniumScreenshotRule(driver);
@Before
public void before() throws Exception {
testProperties = new TestProperties(48080);
appUrl = testProperties.getApplicationPath("/camunda/app/tasklist");
testUtil = new TestUtil(testProperties);
// testUtil.createInitialUser("admin", "admin", "Mr.", "Admin");
}