Skip to content

Commit

Permalink
docs: update macOS sleep, software update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yowpark committed Dec 5, 2023
1 parent d08d943 commit 9f0c4fa
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 14 deletions.
18 changes: 14 additions & 4 deletions docs/device-farm/host/macos/advanced-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,19 @@ locale: en

# Advanced Configuration

## Routine
## Sleep settings

### Environment Variable
When macOS enters a sleep state, Dogu-Agent may stop operating unintentionally. Refer to [Documentation](https://support.apple.com/guide/mac-help/mchle41a6ccd/mac) and turn off the sleep setting.

## Software update
If software updates are turned on, Dogu-Agent may stop operating unintentionally. Refer to [Documentation](https://support.apple.com/guide/mac-help/mchlpx1065/mac) and turn off the sleep setting.



## Setup for test automation
### Routine

#### Environment Variable

if you are using `zsh` as your shell, you need to add your variables to `~/.zshenv` instead of `~/.zshrc` or `~/.zprofile`.

Expand All @@ -18,9 +28,9 @@ You can check shell by running `echo $SHELL` in terminal.

:::

## Safari Browser Automation
### Safari Browser Automation

### Enable safaridriver
#### Enable safaridriver

Type the following command in the terminal to enable safaridriver

Expand Down
2 changes: 1 addition & 1 deletion docs/device-farm/host/macos/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
title: Settings
title: Agent Settings
locale: en
---

Expand Down
2 changes: 1 addition & 1 deletion docs/device-farm/host/windows/settings.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
title: Settings
title: Agent Settings
locale: en
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
---
sidebar_position: 3
title: Advanced Configuration
title: 고급 설정
locale: en
---

# Advanced Configuration
# 고급 설정

## Routine
## 잠자기 설정

### Environment Variable
macOS가 잠자기 상태에 진입할 경우 의도치 않게 Dogu-Agent의 동작이 멈춤 수 있습니다. [문서](https://support.apple.com/guide/mac-help/mchle41a6ccd/mac)를 참고하여 잠자기 설정을 Off해주세요.

## 소프트웨어 업데이트
소프트웨어 업데이트가 켜져있을 경우 의도치 않게 Dogu-Agent의 동작이 멈춤 수 있습니다. [문서](https://support.apple.com/guide/mac-help/mchlpx1065/mac)를 참고하여 잠자기 설정을 Off해주세요.

## 테스트 자동화 설정

### Routine

#### Environment Variable

`zsh`를 셸로 사용하는 경우 `~/.zshrc` 또는 `~/.zprofile` 대신 `~/.zshenv`에 변수를 추가해야 합니다.

Expand All @@ -18,9 +27,9 @@ locale: en

:::

## Safari Browser Automation
### Safari Browser Automation

### Enable safaridriver
#### Enable safaridriver

Safaridriver를 활성화하려면 터미널에 다음 명령을 입력하십시오.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 2
title: 설정
title: Agent 설정하기
locale: ko
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 1
title: 설정
title: Agent 설정하기
locale: ko
---

Expand Down

0 comments on commit 9f0c4fa

Please sign in to comment.