How to create integration tests

I am trying to understand how to create integration tests for plugins for Jira 7.5.x. The process descriped here does no longer work becuase of the switch from JUnit 3 to 4 described here. But I am not able to replicate the steps outlined in the second article either because it can’t find the package: com.atlassian.jira.functest.*
Is there already a new way to write integration tests or am I missing something?

1 Like

Solved: Link to answer

1 Like