forked from eficode/robotframework-imagehorizonlibrary
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request eficode#56 from eficode/fix/linux-tests
Fix linux tests
- Loading branch information
Showing
7 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
- name: Install test tools to Linux | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get -y -q install xvfb scrot chromium-browser | ||
sudo apt-get -y -q install xvfb scrot | ||
touch ~/.Xauthority | ||
if: contains(matrix.os, 'ubuntu') | ||
|
||
|
@@ -70,15 +70,10 @@ jobs: | |
python tests/atest/run_tests.py | ||
- name: Archive acceptances test results | ||
uses: actions/upload-artifact@v1.0.0 | ||
uses: actions/upload-artifact@v2.3.0 | ||
with: | ||
name: log-${{ matrix.python-version }}-${{ matrix.os }} | ||
path: log.html | ||
name: output-${{ matrix.python-version }}-${{ matrix.os }} | ||
path: | | ||
log.html | ||
./*.png | ||
if: always() && job.status == 'failure' | ||
|
||
- name: Archive acceptances test failure screenshot on Linux | ||
uses: actions/[email protected] | ||
with: | ||
name: screenshot-${{ matrix.python-version }}-${{ matrix.os }} | ||
path: /tmp/Atest.Calculator-screenshot-1.png | ||
if: always() && job.status == 'failure' && contains(matrix.os, 'ubuntu') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file added
BIN
+233 Bytes
tests/atest/reference_images/calculator/inputs_folder/inputs_local.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+225 Bytes
tests/atest/reference_images/calculator/inputs_folder/inputs_ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+236 Bytes
tests/atest/reference_images/calculator/inputs_folder/inputs_windows.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.