Hey folks,
A quick link to something I wrote that some of you data center app developers might find useful. Testing a Jira DC plugin like it's 2024
I've been working on a Data Center app, hopefully to get out there soon, and this is how I've managed to get (what I think anyways...) is quite a nice CI testing setup using CircleCI, playwright and docker compose.
This flow gets your app installed, a pre-seeded database with time-bombed license installed and waits for Jira to be ready before starting the test flows.
This can also be run locally to reproduce any issues with it.
Hopefully someone finds it useful!