utPLSQL / utPLSQL-java-api

Java API for running utPLSQL v3+ unit tests from java applictions
Apache License 2.0
6 stars 5 forks source link

Provide a simple, fast and easy-to-use way to run specific tests and provide immediate feedback #46

Open pesse opened 6 years ago

pesse commented 6 years ago

This is related to https://github.com/utPLSQL/utPLSQL-SQLDeveloper/issues/6

Java-api should provide a simple way to run a list of specific tests, giving immediate feedback.

MVP to start with:

PhilippSalvisberg commented 5 years ago

We discussed this topic in Slack. From my point of view the existing solution is sufficient.

I already have the functionality to convert an existing list of utPLSQL paths to a tree of tests. Hence I have everything to implement the functionality.

An additional reporter might be helpful to avoid converting returned lines to relevant XML elements. However, this would be a core functionality. Hence, I suggest to close this issue.

pesse commented 5 years ago

I still think it's valuable to have this functionality in java-API so we will hopefully benefit different IDE-extensions with the same dependency.