Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add doc for languages #12

Merged
merged 2 commits into from
Sep 9, 2024
Merged

Add doc for languages #12

merged 2 commits into from
Sep 9, 2024

Conversation

KhalilBell
Copy link
Contributor

No description provided.

@KhalilBell KhalilBell self-assigned this Sep 9, 2024
Copy link
Collaborator

@vbfox vbfox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example should show the wdio configuration syntax

Readme.md Outdated
}
```

Please not that each device supports a different set of languages. To determine which languages a specific device supports, you can make a call to the following endpoint `GET /devices` on `https://core.waldo.com` and check `supportedLanguages`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Please not that each device supports a different set of languages. To determine which languages a specific device supports, you can make a call to the following endpoint `GET /devices` on `https://core.waldo.com` and check `supportedLanguages`.
Please not that each device supports a different set of languages. To determine which languages a specific device supports, you can make a call to the [`GET /devices` endpoint](https://docs.waldo.com/reference/getdevices) on `https://core.waldo.com` and check `supportedLanguages`.

Readme.md Outdated

```ts
{
"capabilities": {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capabilities are never a key in a dictionary with the object directly under in wdio conf, they are always an array:

capabilities: [
  { "appium:language": "fr" },
]

@KhalilBell KhalilBell merged commit 1a1c1a8 into main Sep 9, 2024
6 checks passed
@KhalilBell KhalilBell deleted the khalil/add-doc-for-languages branch September 9, 2024 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants