Hi Richard,
The release of Haxall does potentially provide the means to create a specific Axon testing framework outside of SkySpark, but as far as we are aware, there's no ready-to-go solution for that.
The question of whether it's possible to run AxonT tests outside of SkySpark depends on what exactly you're looking for.
If what you're looking for is to test axon code within a SkySpark dependant pod without having to manually launch SkySpark and run the AxonT tests from shell, then that is possible with the ProjTest class provided by SkyFoundry. Which allows a test class in Fantom to create a temporary SkySpark instance, install extensions and make calls to axon to run the tests. This way you can hold the AxonT tests as a trio file inside the pod, then have your test class install the extension & call the main AxonT function & validate the response. This could most likely be automated as part of the build process if you wished to.
It's hard to give an exact solution without knowing more about the pod, so if you've got any more questions feel free to ask!
Regards, Henry