Using evosuite for automatic test

Hello!

I am experimenting with unit tests using an automated tool called evosuite, I am using Intellij IDEA to run tests and install the evosuite plugin in Intellij.

When I run using evosuite in one of the classes there is an error message that says “Failed to execute goal on project graphhopper-example: Could not resolve dependencies for project com.graphhopper:graphhopper-example:jar:9.0-SNAPSHOT: The following artifacts could not be resolved: com.graphhopper:graphhopper-core:jar:9.0-SNAPSHOT (absent): Could not find artifact com.graphhopper:graphhopper-core:jar:9.0-SNAPSHOT”
and the warning message “[WARNING] The POM for com.graphhopper:graphhopper-core:jar:9.0-SNAPSHOT is missing, no dependency information available”

is there any solution to solve this problem?

@easbar any solution for this?