1

I am trying to upload a test using maven on AWS device farm , But while uploading the test error coming that

"There was a problem processing your file. Could not find test jar."

Have added all the dependencies/jars , don't know why this error is coming .If anyone have solution or idea about this it would be really helpful.

Thanks

Gurpreet Singh
  • 139
  • 2
  • 3
  • 10

1 Answers1

1

Please package your tests using the documented instructions for TestNG or JUnit. You can also watch our webinar that walks through the maven configuration.

The command to use for packaging tests is mvn clean package --DskipTests=true.

Rohan Deshpande
  • 3,535
  • 1
  • 26
  • 31