Skip to content

Commit

Permalink
feat(atest): ammmm #15
Browse files Browse the repository at this point in the history
  • Loading branch information
matejc committed Apr 17, 2020
1 parent e465d1d commit ca2b619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ before_install:
- pip install mock
- pip install robotframework
- pip install eel
- pip install opencv-python
- touch ~/.Xauthority
- sudo apt-get install scrot chromium-browser xvfb
install:
Expand Down
1 change: 1 addition & 0 deletions tests/atest/calculator.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Library ImageHorizonLibrary ${CURDIR}${/}reference_images${/}calculator
*** Test cases ***

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
Expand Down

0 comments on commit ca2b619

Please sign in to comment.