-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Added soapUI test module deegree-integrations-tests #1153
Conversation
The TMC likes the approach of this PR. However, we would prefer the new module to be named differently. We do not consider these tests to be acceptance. Please change the name of the module into something else such as deegree-soapui-tests. Because test like these are hard to review for the TMC we would like a list of what is actually tested included. Could you add a small readme document for this purpose to the module? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to the module name
This PR adds a new module called "deegree-acceptance-tests" which contains a soapUI (www.soapui.org) maven plugin configuration executing a soapUI test script against a local instance of deegree webservices. The test script verifies the REST-API, and deegree webservices endpoint operations.
This test script is intended to contain tests for deegree specifc extensions and resources. It is complementary to the proposed replacement of the current built-in (but outdated) integration tests (see issue #773).