Hi,
Please, post a '.err' and '.out' files from the artifacts dir here. This should give us some info about the crash.
Dmitri
--
You received this message because you are subscribed to the Google Groups "codename-taurus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codename-taur...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codename-taurus/de8438d1-168b-417e-a819-6a7fae0cdbf0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
@Test(priority = 1) void LoginAdmin2() { open("https://enterprise-demo.orangehrmlive.com/auth/login"); login("Admin", "admin"); Assert.assertEquals(getUserManagementText(), "User Management"); System.out.println("Logged in successfully"); }
This is really just a demo test of dummy site for testing, I created it to make sure that I can use Selenium tests with Taurus. And I usually use page object model but I had to put everythinh in one class because Taurus can't find imports if i divide pages and tests.
Were you able to run Selenium test with Taurus at all?