Test processEngine using Junit 5

Hello,

Is there any way to use ProcessEngineRule with Junit 5.
is there any equivalent to @Rule annotation with Junit 5, or any other way to get a ProcessEngine for test.

Not sure about JUnit 5, but have you looked at ProcessEngineConfiguration.createStandaloneInMemProcessEngineConfiguration()?