Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using AWS Device Farm with JUnit 5

Tags:

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?

like image 452
Jansky Avatar asked Feb 14 '18 13:02

Jansky


People also ask

What is remote access in AWS device Farm?

Remote access allows you to swipe, gesture, and interact with a device through your web browser in real time to test functionality and reproduce customer issues. You interact with a specific device by creating a remote access session with that device.


1 Answers

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

Thanks!

like image 71
jzthinkgeek Avatar answered Sep 23 '22 12:09

jzthinkgeek