Hi community!
We are trying to automate testing of a Jira add-on and I wonder if anyone has experience and is ready to share it.
At this stage we need to do following from bamboo:
1) Run specific version of Jira;
2) Push h2db test database to it;
3) Push the add-on;
4) Wait till Jira starts and launch tests only after it has started;
I have some clue how to accomplish 1, 2 and 3 and I guess should manage it in few hours. What worries me most is "how to wait till Jira is started".
Would be very grateful for any hints.
Regarding question 4, you might want to look into the following:
Thank you Steffen!
Looks like what I need. Moreover your answer made me think that I can try to rely on some Jira REST API method checking till it returns the expected response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try to use Docker for this :)
https://www.atlassian.com/blog/archives/docker-all-the-things-at-atlassian-automation-and-wiring
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mirek,
Thank you for the suggestion.
I do no have much hands-on experience with docker so this will bring additional complexity. Moreover seems I am able to cover 1, 2 and 3 (at lease did it in the console) so the only open question is "how to wait till Jira is started".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.