Uh oh!
There was an error while loading. Please reload this page.
Add possibility to calculate screenshots overlap score + several helpers - #595
Conversation
mykola-mokhnach
commented
Mar 10, 2017
@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... |
SrinivasanTarget
commented
Mar 11, 2017
We follow Google's standards :) |
SrinivasanTarget
commented
Mar 11, 2017
@mykola-mokhnach Can you rebase this branch as well with master to make commits clean? |
f18c3df to
d6a368cComparemykola-mokhnach
commented
Mar 11, 2017
@SrinivasanTarget squashing done. Waiting for review comments. |
mykola-mokhnach
commented
Mar 17, 2017
@SrinivasanTarget@saikrishna321 could you please find some time to finish the review? |
SrinivasanTarget
commented
Mar 17, 2017
via email
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>
.
|
TikhomirovSergey
commented
Apr 3, 2017
@mykola-mokhnach I remember about this PR. It is the next for the revieving. |
04dd5bc to
8317ac8Compare
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?
TikhomirovSergey
commented
Apr 8, 2017
@mykola-mokhnach |
8317ac8 to
adfc567Comparemykola-mokhnach
commented
Apr 9, 2017
Hi @TikhomirovSergey |
mykola-mokhnach
commented
Apr 9, 2017
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). |
TikhomirovSergey
commented
Apr 10, 2017
@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.