Hi,
i build my first selenium test project. i build it as maven project using
selenium 2.53.1 in intellij. the test is opening a website, grabbing links
there and opens them in a new window to check if the site the links
redirect to is a 200, 404 or 505 page. as browser i use firefox.
its run
Hi,
its my first try with getting tests running in jenkins (and writing test
automation in general).
i've written a Test in Intellij, its running fine there. I have a .pom
file and a testng.xml and of course a source file .
my problem now is that jenkins builds successfull but no tests get ex