VinnySosa
VinnySosa

Reputation: 31

Error when Running Codecept

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

Answers (2)

VinnySosa
VinnySosa

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

elki42
elki42

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

Related Questions