Browse Source

install the integration sample app

pull/8443/head
Dan Walmsley 4 years ago
committed by GitHub
parent
commit
92bdf1cce5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tests/Avalonia.IntegrationTests.Appium/macos-clean-build-test.sh

1
tests/Avalonia.IntegrationTests.Appium/macos-clean-build-test.sh

@ -5,4 +5,5 @@ cd "$SCRIPT_DIR"/../.. || exit
git clean -xdf git clean -xdf
./build.sh CompileNative ./build.sh CompileNative
./samples/IntegrationTestApp/bundle.sh ./samples/IntegrationTestApp/bundle.sh
open -n ./samples/IntegrationTestApp/bin/Debug/net6.0/osx-arm64/publish/IntegrationTestApp.app
dotnet test tests/Avalonia.IntegrationTests.Appium/ -l "console;verbosity=detailed" dotnet test tests/Avalonia.IntegrationTests.Appium/ -l "console;verbosity=detailed"

Loading…
Cancel
Save