InnovatorAdmin icon indicating copy to clipboard operation
InnovatorAdmin copied to clipboard

Command Line for Unit Tests

Open erdomke opened this issue 9 years ago • 1 comments

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

  • Possibly have a -1 exit code if there are any failing tests --> report to the stderr
  • Are there other use cases for command line AML calls?

erdomke avatar Mar 17 '16 15:03 erdomke

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.

rneuber1 avatar Mar 22 '16 16:03 rneuber1