Error:Failed to load project configuration: cannot parse file
Answered
When I am trying to run my Cucumber test runner file then I am getting below error
Error:Failed to load project configuration: cannot parse file P:\SmartAnalytics\ELIAutomationFramework\.idea\libraries\Maven__com_ca_siteminder_sm_java_agent_api_12_1_3_0.xml: Error on line 1: Premature end of file.
Maven__com_ca_siteminder_sm_java_agent_api_12_1_3_0.xml: is blank.
Please sign in to leave a comment.
Try to delete .idea\libraries directory and reimport the project from Maven (by importing the pom.xml file).
I had to delete the whole folder '/.idea' to make it work.
However, I lost all my configs, but I can set up them again.