Skip to content
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

Tests on OSX can not proceed #45

Open
matejc opened this issue Apr 19, 2020 · 3 comments
Open

Tests on OSX can not proceed #45

matejc opened this issue Apr 19, 2020 · 3 comments

Comments

@matejc
Copy link
Contributor

matejc commented Apr 19, 2020

There is an issue with running OSX tests on Travis-CI, the permission popup is stealing input focus from the test app, like seen on the screenshot:

travis-xcode-10-2

Error:
'' cannot be converted to an integer: ValueError: invalid literal for int() with base 10: ''

Calculator
    Set Confidence      0.9
    Launch application    python tests/atest/calculator/calculator.py
    ${location1}=    Wait for    inputs.png
    Click to the above of     ${location1}    20
    Type    1010
    Click to the below of     ${location1}    20
    Type    1001
    ${location2}=    Locate    or_button.png
    Click to the below of     ${location2}    0
    Click to the below of     ${location2}    50
    ${result}=    Copy
    Take A Screenshot                    <-- Screenshot taken here
    Should be equal as integers    ${result}    1011  <-- Error happens right here
    Click Image     close_button.png
    [Teardown]    Terminate application

I have sent an issue to Travis-CI support.

@matejc matejc mentioned this issue Apr 27, 2020
@Tattoo
Copy link
Contributor

Tattoo commented Apr 29, 2020

@matejc can you link the issue in Travis-CI support here?

@matejc
Copy link
Contributor Author

matejc commented May 4, 2020

@damies13
Copy link

I don't have a travis-ci account, so I am wondering:

  • If this issue is resolved?
  • Was this issue preventing imagehorizonlibrary being tested on MacOS? if so could a github action with platform: macos-latest be used to ensure testing of imagehorizonlibrary on MacOS continues?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants