healenium / healenium-appium

Self-healing library for Appium-based tests
Apache License 2.0
26 stars 8 forks source link

Issue with log variable in the Setup #13

Closed arvindatmuri closed 3 years ago

arvindatmuri commented 3 years ago

I am seeing an issue while setting this up in my machine, I have followed the Steps Provided in the Readme file and Once the project is built successfully it by default throws the 'Log' Variable is Unresolved(Throughout the project).

What should i do to fix this log issue?

Please note: I havent done any changes to the Code, i have just downloaded the code and just build the Project. image

alxkor commented 3 years ago

You have to add Lombok plugin for your IDE to process @Slf4j annotation and to provide logging functionality in healenium-appium project. I'll fix documentation.

arvindatmuri commented 3 years ago

Hi @alxkor , i could see the Lombok plugin in the build.gradle file. and i have it the imports section as well. image

As i mentioned earlier, i didnt make any changes to the code, the issue are coming after the build is successful. And IDE is not able to find the variable 'Log' definition within all the imports

alxkor commented 3 years ago

Try to check your Project and Lombok Plugin settings. They must be: image image

arvindatmuri commented 3 years ago

Hi @alxkor, Thanks a lot Mate! That worked like Magic.

Also, a request to review the documentation and make it more descriptive please. That would be really Helpful! and You guys are doing the Great job already.