Skip to content

Commit

Permalink
feat(apple): update sample to support xcode 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 7, 2024
1 parent ecb4b05 commit 0060fff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ enum class PullingPolicy {
}

enum class ScreenCaptureFormat {
@JsonProperty("screenshots") SCREENSHOTS,
@JsonProperty("screenRecording") SCREEN_RECORDING;
@JsonProperty("SCREENSHOTS") SCREENSHOTS,
@JsonProperty("SCREEN_RECORDING") SCREEN_RECORDING;

fun xcodevalue() = when(this) {
SCREENSHOTS -> "screenshots"
Expand Down
5 changes: 4 additions & 1 deletion sample/ios-app/Marathonfile-uiTests
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ vendorConfiguration:
username: malinskiy
key: ${HOME}/.ssh/marathon
knownHostsPath: ${HOME}/.ssh/known_hosts
# Temporary fix for https://github.com/hierynomus/sshj/pull/934
keepAliveInterval: "PT0H0M0S"
xcresult:
pullingStrategy: ALWAYS
pullingPolicy: ALWAYS
remoteClean: true
preferredScreenCaptureFormat: SCREENSHOTS
lifecycle:
onPrepare: []

0 comments on commit 0060fff

Please sign in to comment.