Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .woodpecker/ui-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ steps:
SECURE_BACKEND_HOST: https://opencloud:9200
GUI_TEST_REPORT_DIR: /woodpecker/desktop/test/gui/guiReportUpload
SERVER_INI: /woodpecker/desktop/test/gui/woodpecker/server.ini
SQUISH_PARAMETERS: --testsuite /woodpecker/desktop/test/gui --reportgen html,/woodpecker/desktop/test/gui/guiReportUpload --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false --tags ~@skip --tags ~@skipOnLinux
SQUISH_PARAMETERS: --testsuite /woodpecker/desktop/test/gui --testcase tst_syncing --reportgen html,/woodpecker/desktop/test/gui/guiReportUpload --envvar QT_LOGGING_RULES=sync.httplogger=true;gui.socketapi=false --tags ~@skip --tags ~@skipOnLinux
WAIT_FOR_SQUISH_LICENSE_MINUTES: 30

- name: crash-log
Expand All @@ -160,6 +160,7 @@ steps:
- success
- failure
commands:
- ls -al /woodpecker/desktop/test/gui/tmp/
- cat /woodpecker/desktop/test/gui/tmp/OpenCloud-crash.log 2>/dev/null || exit 0

- name: upload-test-reports
Expand Down