We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am currently going through tutorial https://serenity-bdd.github.io/docs/tutorials/first_test and used the starter project from https://github.com/serenity-bdd/serenity-junit-screenplay-starter.
I have done changes as per above tutorial but during "mvn verify" it through below errors.
"mvn verify"
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project serenity-junit-screenplay-starter: Compilation failure: Compilation failure: [ERROR] /C:/test-automation/serenity-junit-screenplay-starter/src/test/java/starter/Nebula/WhenSearchingByKeyword.java:[5,39] cannot find symbol [ERROR] symbol: class Managed [ERROR] location: package net.thucydides.core.annotations [ERROR] /C:/test-automation/serenity-junit-screenplay-starter/src/test/java/starter/Nebula/WhenSearchingByKeyword.java:[13,6] cannot find symbol [ERROR] symbol: class Managed [ERROR] location: class starter.Nebula.WhenSearchingByKeyword [ERROR] /C:/test-automation/serenity-junit-screenplay-starter/src/test/java/starter/Nebula/WhenSearchingByKeyword.java:[25,9] cannot find symbol [ERROR] symbol: variable Serenity [ERROR] location: class starter.Nebula.WhenSearchingByKeyword [ERROR] -> [Help 1] [ERROR]
does starter project missing dependancy in pom.xml? Or any other issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am currently going through tutorial https://serenity-bdd.github.io/docs/tutorials/first_test and used the starter project from https://github.com/serenity-bdd/serenity-junit-screenplay-starter.
I have done changes as per above tutorial but during
"mvn verify"
it through below errors.does starter project missing dependancy in pom.xml? Or any other issue?
The text was updated successfully, but these errors were encountered: