Troubleshoot Invalid test data error

I run all of our Apidog tests using the following command line:

apidog run --access-token [REDACTED] -f [folderId] -r html --out-json-failures-separated out.json

(Trying to run the tests using the UI results in an out of heap space error.)

The output is this:

(node:24380) [DEP0044] DeprecationWarning: The util.isArray API is deprecated. Please use Array.isArray() instead.
(Use node --trace-deprecation ... to show where the warning was created)
error: Error: Invalid test data.

We have nearly 6K assertions spread across around 1K tests. Is there an easy way to identify the test(s) that have Invalid test data?

Thanks!

Hi Joe,

Have you resolved the issue? I verified it locally and it’s working fine.

Can you check your versions with:

node -v && apidog -v  

6c9fa48f-a782-4687-9358-01818f57746e.jpeg