Skip to content
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

cannot find symbol: class Managed #58

Open
jayeshkumarbhoi opened this issue Aug 1, 2024 · 0 comments
Open

cannot find symbol: class Managed #58

jayeshkumarbhoi opened this issue Aug 1, 2024 · 0 comments

Comments

@jayeshkumarbhoi
Copy link

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.

[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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant