Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pesse opened this issue Mar 9, 2018 · 2 comments

Comments

@pesse
Copy link
Member

pesse commented Mar 9, 2018

This is related to utPLSQL/utPLSQL-SQLDeveloper#6

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

MVP to start with:

  • API-method requires a list of concrete tests (PACKAGE.PROCEDURE) of a specific owner
  • returns results for each test with information: Success/Fail, Message
@PhilippSalvisberg
Copy link
Member

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

  • one connection to run the tests with an appropriate reporter
  • another connection to consume the results immediately.

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
Copy link
Member Author

pesse commented Oct 26, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants