Add possibility to calculate screenshots overlap score + several helpers#595
Add possibility to calculate screenshots overlap score + several helpers#595TikhomirovSergey merged 1 commit intoappium:masterappium/java-client:masterfrom mykola-mokhnach:screenshot_statemykola-mokhnach/java-client:screenshot_stateCopy head branch name to clipboard
Conversation
937cc91 to
1e2c86e
Compare
|
@TikhomirovSergey is checkstyle configured properly here? The tool does not like how one decorates loops with post-condition: do {
....
} while (System.currentTimeMillis() - started <= timeoutMs);The output is Somebody should be wrong here... |
We follow Google's standards :) |
|
@mykola-mokhnach Can you rebase this branch as well with master to make commits clean? |
f18c3df to
d6a368c
Compare
|
@SrinivasanTarget squashing done. Waiting for review comments. |
|
@SrinivasanTarget @saikrishna321 could you please find some time to finish the review? |
|
Will review it soon
…On Fri 17 Mar, 2017, 2:04 PM Mykola Mokhnach, ***@***.***> wrote:
@SrinivasanTarget <https://github.com/SrinivasanTarget> @saikrishna321
<https://github.com/saikrishna321> could you please find some time to
finish the review?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#595 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIfAJc7aNfMYsjVmT97GnOj6wvqzSIFMks5rmkWKgaJpZM4MYltd>
.
|
|
@mykola-mokhnach I remember about this PR. It is the next for the revieving. |
04dd5bc to
8317ac8
Compare
TikhomirovSergey
left a comment
There was a problem hiding this comment.
@mykola-mokhnach
Hi. Sorry for the delaying.
There are some issues.
I can't run it from IDE (IntellijIDEA 2017.1) nor via command line.
What is wrong?
|
@mykola-mokhnach |
8317ac8 to
adfc567
Compare
|
Hi @TikhomirovSergey |
|
Regarding why it is necessary for java lib - several users were asking for it. And we also have similar implementation in our own automation framework. So I just wanted to share verified solution and give people possibility to solve more problems with Appium (since the java client is the most popular one). |
|
@mykola-mokhnach |
Change list
This feature has been asked by several users, so I've just nicely decorated the code we use in our own automation framework and added it to the client.
Types of changes
Details
Screenshots comparison algorithm itself is based on standard opencv calls. That is why the library has been added to Gradle config as a dependency.