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
The deployments module seems to have no more rationale here:
it was designed originally in the monolithic version in order to reuse application servers (EAP/WildFly) deployments.
it was then kept in the internal version of the library in order to let both the demos submodule and integration tests depend on them.
Both the above are not requirements here in Intersmash, since there's a testsuite module which could contain the deployments sources.
BTW the testsuite filesystem structure could result in something more similar to the way currently implemented integration tests look like (e.g.: see existing WIldFly/Arquillian tests in the WIldFly testsuite).
A starting point could be what has been done here in Intersmash demos.
Environment: testsuite
Steps to reproduce: N/A
The text was updated successfully, but these errors were encountered:
fabiobrz
added
the
triage
This issue needs investigation to better define its scope and context
label
Nov 18, 2023
The deployments module seems to have no more rationale here:
demos
submodule and integration tests depend on them.Both the above are not requirements here in Intersmash, since there's a
testsuite
module which could contain the deployments sources.BTW the testsuite filesystem structure could result in something more similar to the way currently implemented integration tests look like (e.g.: see existing WIldFly/Arquillian tests in the WIldFly testsuite).
A starting point could be what has been done here in Intersmash demos.
The text was updated successfully, but these errors were encountered: