Search code examples
amazon-web-servicesjunitaws-device-farm

Using AWS Device Farm with JUnit 5


I've found that when I upload my JUnit 5 tests to AWS fails because it expects to find a dependency in the format junit-<ver>.jar. However, JUnit 5 has changed the package names to org.junit.jupiter.ap and org.junit.platform.commons.

Does this mean that AWS Device Farm doesn't support JUnit 5? Are there any plans to support it soon?


Solution

  • Currently Device Farm doesn't support JUnit 5. I will create a feature request for you.

    Thanks!