Rado pointed out that Dekorate is out of life
<
https://github.com/dekorateio/dekorate/issues/1341> (more or less).
And to be honest, a lot of what we used it for in the cloud tests made
things kind of convoluted.
I've worked on, and merged, a new way to run the tests
https://github.com/wildfly-extras/wildfly-cloud-tests/pull/346.
It is script driven, in the same way as the quickstarts, and has the same
concept of overridable bash functions when you need to install
pre-requisites etc.
However, the JUnit Extension invokes the script for you so you still run it
via mvn clean install
Let me know if there are any issues.
One known issue is getting the OIDC test to run locally on PodMan on Mac,
but that wasn't possible for me with the old Dekorate approach either. It
works on CI. Apart from that all tests work for me locally, and obviously
on CI.
Thanks,
Kabir