I am new to LeanFT and JUnit, LeanFT docs doesn't shed much light on how to use it.
I need to run my test, written in JUnit/MeanFT mesh, in more than one browser.
Now it looks like this:
@Test
public void testverify_Startsida() throws GeneralLeanFtException, Exception {
//Open browser
Browser browser = BrowserFactory.launch(BrowserType.CHROME);
The docs says that BrowsterType can be an array of browsers, but I havn't figured out how, all my tries ends in crash and burn.
I might be embarising myself with this but hey youre nice guys and all. :)