I’ve got a Jira plugin project (created in 2014), which had a developer toolbar and a test console for integration tests: http://localhost:2990/jira/plugins/servlet/it-test-console
The test console servlet still lists all my tests, but I can’t run them, because it uses the deprecated FastDev.
I tried to re-enable FastDev, but AMPS 6.3.15 seems to ignore enableFastdev.
My question: is there still a way to run integration tests using some kind of test console?