You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, MP-TCKs do not nicely fit into this architecture because many deployments are non-standard.
i.e. they each have slightly different META-INF/microprofile.properties file.
I propose to standardize the test properties as much as possible as to minimize number of different archives to test,
and use @OperateOnDeployment annotation to distinguish between types of deployment configurations.
This way, suite extension can be used and a single deployment can be reused by many tests
The text was updated successfully, but these errors were encountered:
One of the issues with the TCK is the deploy/undeploy churn with Arquillian.
A solution for this is Arquillian Suite Extension
https://github.com/ingwarsw/arquillian-suite-extension
However, MP-TCKs do not nicely fit into this architecture because many deployments are non-standard.
i.e. they each have slightly different META-INF/microprofile.properties file.
I propose to standardize the test properties as much as possible as to minimize number of different archives to test,
and use
@OperateOnDeployment
annotation to distinguish between types of deployment configurations.This way, suite extension can be used and a single deployment can be reused by many tests
The text was updated successfully, but these errors were encountered: