-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When updating codeception to version 5.0.7 and allure-framework/allure-codeception v2.1.0, a problem appears with running tests #123
Comments
Hello, @ildream96 ! Could you please set a breakpoint inside |
As I can see for extension don't have hook/event |
remorhaz
added a commit
to remorhaz/allure-codeception
that referenced
this issue
May 14, 2024
remorhaz
added a commit
to remorhaz/allure-codeception
that referenced
this issue
May 14, 2024
beliarh0503
pushed a commit
to beliarh0503/allure-codeception
that referenced
this issue
May 15, 2024
beliarh0503
pushed a commit
to beliarh0503/allure-codeception
that referenced
this issue
May 15, 2024
remorhaz
added a commit
to remorhaz/allure-codeception
that referenced
this issue
May 16, 2024
fix extension initialization (fixes allure-framework#123)
remorhaz
added a commit
to remorhaz/allure-codeception
that referenced
this issue
May 16, 2024
beliarh0503
added a commit
to beliarh0503/allure-codeception
that referenced
this issue
May 22, 2024
fix extension initialization (fixes allure-framework#123)
remorhaz
added a commit
to remorhaz/allure-codeception
that referenced
this issue
May 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When updating codeception/codeception to version 5.0.7 and allure-framework/allure-codeception to v2.1.0, we encountered an issue with running tests. The configuration of extensions is as per GitHub.
In the previous version, there was a method called _initialize responsible for initializing the extension.
In the new version, a subscription to the module event has been introduced (not an extension).
That’s why the extension is not being initialized in the test and fails with an error. How should the extension be configured correctly for it to work?
The text was updated successfully, but these errors were encountered: