Replies: 1 comment
-
Codeception 5 does not create per-suite helper classes anymore, so you don't need that line. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tried installing Codeception 5 into my project and just can't seem to get it to work. Following the installation steps is very confusing, and does not seem to be up to date.
For example, on the Quickstart page, it shows the following config for Acceptance tests:
However, then trying to run the tests results in the following error message:
Then browsing to the Getting Started page in the Docs, it shows more inconsistencies. For example, there the code snippet for configuring Acceptance tests is:
Note the change in the Acceptance module path. Surprisingly, this config also does not work, and returns the same error.
I would like to get Codeception 5 working in my project, but so far, I haven't even been able to get the most basic examples working.
Beta Was this translation helpful? Give feedback.
All reactions