-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update maven dependencies #18
Comments
Serenity cucumber should be 1.0.22 |
That dependency is not found:
|
The pom you are showing is for cucumber 4, so you need serenity-cucumber4 |
Now I get:
Code:
Dependencies:
|
NoClassDefFound is always a dependency conflict. But I can't see any obvious issue there - maybe in the maven plugin? Have you done a dependency analysis? |
Dependency conflict is resolved, you have to add
In selenium core it is still 2.4? Now my test aren't running because there are no features found. It is still like this right?
|
Is it possible to update the cucumber starter project for Maven with the latest versions?
I think it are the following versions but I get an error:
Caused by: java.lang.ClassNotFoundException: io.cucumber.core.options.CucumberOptionsAnnotationParser$OptionsProvider
The text was updated successfully, but these errors were encountered: