Running Unit Tests on gitlab using pipelines.

0
I have written some unit tests using UnitTesting module , now I want Gitlab Pipeline to run those tests but my app is currently running on the localhost and is committed on sprintr. I need help regarding how can I run those tests using pipelines in GitLab and get the proper report.
asked
1 answers
0

Hi Parag,

 

You can achieve it by enabling the Remote API.

You need to configure Remote API for unit tests and you can consume the service from GITLab. For more details refer Mendix docs

https://docs.mendix.com/appstore/modules/unit-testing/#using-the-remote-api

 

Regards,

Ajay

answered