Error loading nxt.properties from conf/unit-tests-nxt.properties

Hello team!

I am trying to debug a contract but I can't launch it in debug mode, I get the following message:

Error loading nxt.properties from conf/unit-tests-nxt.properties

I can't find anything in the documentation on how to set up such a file.

What is the next step?

Not sure what's wrong. There is a unit-tests-nxt.properties in conf. Does your test run normally in non-debug mode?

No, it does not. If I change the configuration to

And I modify a little bit the ContractRunnerSuite, it works correctly, now I can see the tests.

With this I think I can continue.
Thank you!