membrane / api-gateway

API gateway for REST, OpenAPI, GraphQL and SOAP written in Java.
https://membrane-api.io
Apache License 2.0
448 stars 138 forks source link

Refactor Tests: #1104

Closed predic8 closed 2 weeks ago

predic8 commented 1 month ago

is com.predic8.membrane.servlet.test.IntegrationTests still in use?

t-burch commented 1 month ago

Tests are designed to not start membrane but rely on externally running instance. Does not seem to have a proxies.xml for it so they can't be run

predic8 commented 1 month ago

@rrayst What's your opionen on that?

rrayst commented 1 month ago

The IntegrationTests suite is launched as part of the integration-test Maven goal.

rrayst commented 1 month ago

The IntegrationTests suite is launched as part of the integration-test Maven goal.

This is true for the core (=core package) as well as the war (=servlet package) module.