Skip to content

Commit

Permalink
feat(apple): update docs for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Aug 7, 2024
1 parent 6486d8e commit ecb4b05
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/runner/apple/configure/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,21 @@ deleted on success and user attachments will always be kept in the xcresult, but

Possible values for the lifetime are `KEEP_ALWAYS`, `DELETE_ON_SUCCESS` and `KEEP_NEVER`.

#### xcresult screen recorder configuration
Since Xcode 15 test execution defaults to recording test video and attaching it to xcresults. This can be configured as follows:
```yaml
xcresult:
preferredScreenCaptureFormat: SCREENSHOTS
```

Possible values for the screen capture format are `SCREENSHOTS` and `SCREEN_RECORDING`.

:::warning

This setting doesn't influence marathon's screen recorder which is configured separately.

:::

### xctestrun Environment and TestingEnvironment variables

You can specify additional Environment and TestingEnvironment variables for your test run:
Expand Down

0 comments on commit ecb4b05

Please sign in to comment.