-
-
Notifications
You must be signed in to change notification settings - Fork 764
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility to calculate screenshots overlap score + several helpers #595
Add possibility to calculate screenshots overlap score + several helpers #595
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@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.