Need help to run uivision macros from python command line and produce test report

Hi,
I am new to this uivision and where I need to create desktop plus web browser tests and run these from Python command line and produce test report.

Started creating macros for both desktop and web browser application tests.

I am now struggling to run these from python command line.
Can some one provide steps to follow Or a basic video on this topic pls?

Regards,
Shameer

Thanks @ulrich, can you also provide how to generate test report (ex: html) post test execution?

There is a basic report in the UI Vision log file. So for anything more complex, you will need to create it yourself. Error status and runtime information are returned by the command line API. For example started with a a sample script and then modified the logging part for my needs. :

image