Skip to content

Commit

Permalink
Add full regress example emceefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ishutinvv committed May 30, 2024
1 parent d988fc2 commit 3a3858b
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Samples/EmceeSample/full_regress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
tests:
configurations:
- platform: ios
xcTestBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSampleTestsWithoutHost.xctest
device:
simDeviceType: iPhone-15
simRuntime: iOS-17-2
- platform: ios
xcTestBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSample.app/PlugIns/EmceeSampleHostedTests.xctest
appBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSample.app
device:
simDeviceType: iPhone-15
simRuntime: iOS-17-2
- platform: ios
xcTestBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSampleUITests-Runner.app/PlugIns/EmceeSampleUITests.xctest
appBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSample.app
runnerBundle: derivedData/Build/Products/Debug-iphonesimulator/EmceeSampleUITests-Runner.app
device:
simDeviceType: iPhone-15
simRuntime: iOS-17-2
outputs:
- xcresult
queue:
type: deploy
host: localhost
ssh:
username: _emcee
identity:
type: publicKey
keyPath: /Users/_emcee/.ssh/id_ed25519_avito
workers:
- id: w1
host: localhost

0 comments on commit 3a3858b

Please sign in to comment.