I am running a compare test (using dropbox) I have the files on dropbox I have created “auth token” added to the test step and given a path. I am thinking the path might be where I am messing up but not sure. Any I get this error when running the test.
java.util.concurrent.ExecutionException: java.lang.NullPointerException
Caused by java.lang.NullPointerException at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
I have tried changing the path in several ways. At this point, I am not sure of what I am doing wrong.
I had these tests running 100% success when they ran locally.
I am using a docker agent sitting on AWS server (headless chrome) if that helps at all.
Thanks,
Marcel