Reputation: 31
I am trying to run a test and when I use the codecept command I get this error. Does anyone know how to resolve this issue?
Error: Internal script failure
codecept run tests/acceptance/RequestCept.php --steps
==== Redirecting to Composer-installed version in vendor/codeception
====
<br />
<b>Error</b>: <font color="FF0000"><b>Internal script failure</b><br />
Upvotes: 1
Views: 504
Reputation: 31
It turns out that a needed file was missing. (It exists on the guest file, but not on the host file)
Issue Resolved
Upvotes: 2
Reputation: 133
Did you try adding --debug
(or -d
) to show the scenario debug?
Also, can you put some code helping us finding where the failure could be in your script?
Upvotes: 1