erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Command Line for Unit Tests #158

Open erdomke opened 8 years ago

erdomke commented 8 years ago

Include a command line API for running unit tests. Is this a separate tool to avoid dependencies?

rneuber1 commented 8 years ago

a separate tool might make sense. There are some other use cases, for example we are currently comparing the performance of different databases/installations using SoapUI. Maybe it would be a good option to report the duration of the call to allow for such scenarios. A logfile should be written which can be parsed by things like logstash (ELK). This would allow to create nice visualizations of database performance etc.