I am running codeception 2 with selenium. I can see selenium open the browser and run through the tests. Then I get an error from codeception that there is a failed assertion.
I know there is an HTML file that is saved, but there is a lot of JS, so I can't really analyze that. I need the firefox window to stay open so I can see the output and figure out what is wrong.
How can I do this? I am already running selenium with -browserSessionReuse
If it makes a difference, it's happening inside $I->haveFriend(); $friend->does() statement.