I am VERY new to ruby and selenium.
I am just wondering how I can get the browser to open once and then run all of my tests on that one instance and then close the browser only after all have run
I am testing Cognos so need to Login first and then run tests on that instance of the browser.
It appears from what I have read as not a good practice but I really need to run multiple tests whilst login without a new browser coming up with every test.
Could someone please help!