404 Error, Unit Test Module API

0
I seem to be getting a 404 when calling the Unit Test Module API. I am using Postman and calling it locally. I have tried to follow the documentation here: https://appstore.home.mendix.com/link/app/390/#running-unit-tests-through-the-remote-api url: localhost:8080/unittests/start body: contains “local” password   In Postman: “404 Not Found”   In the Mendix console, I see “404 – file not found for file: unittests/start”
asked
1 answers
1

Judging by the error message I would say that you have not started the Unit Testing API.

answered