craigwebster's avatar

Multiple Test Scenarios with Integrated/Selenium

Hi Guys,

I'm having trouble running more than one Selenium test at a time using the Integrated/Selenium extension. I can run one test fine, and it's really useful, but when I add a second test scenario I get an config/app.php error in the console telling me Mycrypt constant is not defined. This only occurs when the second test is triggered (Mycyrpt is working fine, by the way). I presume this is some laravel app bootup problem.

Should I be using /** @setUP / and /* tearDown */ annotations between tests?

0 likes
0 replies

Please or to participate in this conversation.