Unknown lifecycle errors

I have been blocked for some days. Unknown lifecycle phase "and" - Pastebin.com. I need help @irenyak1 @sharif @kdaud.

@gracebish could you share here all the contents of your package.json file and the RunTest.java

"refapp2AddNewIdentifier":“mvn test -Dcucumber.filter.tags=’@selenium and @addNewIdentifier’”,

-is what i added to the package.json

	**public static final String ADD_NEW_IDENTIFIER = "@addNewIdentifier";**

public static final String SELENIUM_ADD_NEW_IDENTIFIER = SELENIUM + " and "+ ADD_NEW_IDENTIFIER; -is what i added tot the RunTest.java

@gracebish could we get on a call now?

1 Like

@gracebish have put a comment on github at RATEST-198: Adjust windows os configuration to make drivers for browsers executable by kdaud · Pull Request #80 · openmrs/openmrs-contrib-qaframework · GitHub

@kdaud The builds are successful when i run “mvn clean install -DskipTests=true”. https://snipboard.io/Sskg6G.jpg However when i cd int the repo and run “npm run refapp2AddNewIdentifier”, things are different. Checkout pastebin and advise Unknown errors - Pastebin.com

@gracebish have added a comment on github!

1 Like

@gracebish so now are you able to run any of the existing tests? For example

 npm run refapp2PatientDemographics