Is it possible to export MxAssist Performance Bot result?

3
I would like to export MxAssist Performance Bot result. Is it possible to export MxAssist Performance Bot result? Any formats are fine.   Thank you in advance!  
asked
2 answers
8

https://docs.mendix.com/refguide/mx-command-line-tool/ 

 

This can done using Mendix command line tool

 

Open Command prompt

 

cd “C:\Program Files\Mendix\9.17.0.51380\modeler” 

 

mx check D:\Mendix\Excel2App-main\Excel2App.mpr -w -d -p 

(add your project path) – it will give everything. you can use powershell script to extract and convert the data to your necessary format

 

 

 

answered
1

Hello

 

In Studio Pro 9.23 we are adding a feature to Performance Bot, to export to a CSV file.

 

Hope that this helps.

answered