awslabs / aws-device-farm-gradle-plugin

Gradle plugin for AWS Device Farm.
Apache License 2.0
61 stars 32 forks source link

How to Package the Test Content #12

Closed Code1942 closed 6 years ago

Code1942 commented 8 years ago

Like explained in the below article we can use the command "mvn clean package -DskipTests=true" to package the test content that will be uploaded. Similarly how can we package the test content for a gradle based project.

https://github.com/awslabs/aws-device-farm-appium-tests-for-sample-app

bradley-curran commented 6 years ago

Generating a new project in Android Studio will provide you with a great default setup for test packaging.

There's some great info on the Android Developers website on testing. Here's some links that discuss it in more depth: