From 0e0db41f055a5c90d455a2c4b2b4021ead630fe7 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Wed, 1 Mar 2023 10:31:35 +0100 Subject: [PATCH] Publish appium logs on failure. --- azure-pipelines-integrationtests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-integrationtests.yml b/azure-pipelines-integrationtests.yml index 8a526cc32e..194367c076 100644 --- a/azure-pipelines-integrationtests.yml +++ b/azure-pipelines-integrationtests.yml @@ -20,7 +20,7 @@ jobs: - script: | sudo xcode-select -s /Applications/Xcode.app/Contents/Developer pkill node - appium & + appium > appium.out & pkill IntegrationTestApp ./build.sh CompileNative rm -rf $(osascript -e "POSIX path of (path to application id \"net.avaloniaui.avalonia.integrationtestapp\")") @@ -42,6 +42,9 @@ jobs: pkill node displayName: 'Stop Appium' + - publish: appium.out + displayName: 'Publish appium logs on failure' + condition: failed() - job: Windows pool: