awslabs / aws-device-farm-gradle-plugin

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

Add video recording and app performance monitoring parameters #21

Closed bradley-curran closed 6 years ago

bradley-curran commented 6 years ago

Add gradle wrapper

The plugin was built with an earlier version of gradle that wasn't explicitly defined in code or the README. Newer versions of gradle were failing the build. I explicitly set the gradle wrapper version so it can be built using the gradle wrapper.

Update README.md

I clarified the example configuration and added a minimal configuration so users can get testing quicker. I also changed some wording to make it more consistent and easier to understand.

Add performance parameters

I've added three performance parameters:

bradley-curran commented 6 years ago

Closing this pull request and merging manually into master

nikhil-dabhade commented 6 years ago

Did we push this in already as per the comment ? I tried downloading the repo and could not find the commit. I can repoen and merge if required. Let me know.

bradley-curran commented 6 years ago

I've just pushed the latest changes to master. If you do a fetch you should get the latest changes.

I'm preparing to publish to maven central now.