Skip to content

Commit

Permalink
chore(typedoc-plugin-appium): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Jul 3, 2023
1 parent 2b35170 commit 52b646c
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 71 deletions.
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-appium/README.md
Expand Up @@ -71,7 +71,7 @@ This packages uses snapshot tests to assert the generated markdown is correct.
To update the snapshots, execute:

```bash
UPDATE_SNAPSHOT=1 npm test
UPDATE_SNAPSHOT=1 npm run test:e2e
```

This will (likely) modify the snapshots in your working copy, so you will then need to commit them.
Expand Down
Expand Up @@ -5,38 +5,6 @@ exports[`@appium/typedoc-plugin-appium theme command output should generate expe
## Commands
### \`getSettings\`
\`GET\` **\`/session/:sessionId/appium/settings\`**
Get the current settings for the session
<!-- comment source: method-signature -->
#### Response
\`StringRecord\`<\`any\`\\\\>
The settings object
### \`updateSettings\`
\`POST\` **\`/session/:sessionId/appium/settings\`**
Get the current settings for the session
<!-- comment source: method-signature -->
##### Required Parameters
- \`settings\`
#### Response
\`StringRecord\`<\`any\`\\\\>
The settings object
### \`createSession\`
\`POST\` **\`/session\`**
Expand All @@ -62,7 +30,7 @@ the latter.
#### Response
\`DefaultCreateSessionResult\`<\`C\`\\\\>
\`CreateResult\`
The capabilities object representing the created session
Expand All @@ -76,7 +44,7 @@ Returns capabilities for the session and event history (if applicable)
#### Response
\`DriverCaps\`<\`C\`\\\\>
\`SingularSessionData\`<\`C\`, \`SessionData\`\\\\>
A session data object
Expand All @@ -90,7 +58,7 @@ Returns capabilities for the session and event history (if applicable)
#### Response
\`DriverCaps\`<\`C\`\\\\>
\`SingularSessionData\`<\`C\`, \`SessionData\`\\\\>
A session data object
Expand Down Expand Up @@ -360,6 +328,36 @@ Get data for all sessions running on an Appium server
A list of session data objects
### \`getSettings\`
\`GET\` **\`/session/:sessionId/appium/settings\`**
Update the session's settings dictionary with a new settings object
<!-- comment source: builtin-interface -->
#### Response
\`\`null\`\`
### \`updateSettings\`
\`POST\` **\`/session/:sessionId/appium/settings\`**
Update the session's settings dictionary with a new settings object
<!-- comment source: builtin-interface -->
#### Parameters
| Name | Type | Description |
| :------ | :------ | :------ |
| \`settings\` | \`Settings\` | A key-value map of setting names to values. Settings not named in the map will not have their value adjusted. |
#### Response
\`\`null\`\`
### \`getStatus\`
\`GET\` **\`/status\`**
Expand Down Expand Up @@ -594,39 +592,7 @@ Get the driver args that were sent in via the CLI
#### Response
\`StringRecord\`<\`any\`\\\\> & \`ServerArgs\`
### \`getSettings\`
\`GET\` **\`/session/:sessionId/appium/settings\`**
Get the current settings for the session
<!-- comment source: method-signature -->
#### Response
\`StringRecord\`<\`any\`\\\\>
The settings object
### \`updateSettings\`
\`POST\` **\`/session/:sessionId/appium/settings\`**
Get the current settings for the session
<!-- comment source: method-signature -->
##### Required Parameters
- \`settings\`
#### Response
\`StringRecord\`<\`any\`\\\\>
The settings object
\`StringRecord\` & \`ServerArgs\`
### \`createSession\`
Expand Down Expand Up @@ -664,7 +630,7 @@ Returns capabilities for the session and event history (if applicable)
#### Response
\`DriverCaps\`<{ \`app\`: { \`isString\`: \`\`true\`\` = true; \`presence\`: \`\`true\`\` = true } ; \`uniqueApp\`: { \`isBoolean\`: \`\`true\`\` = true } }\\\\>
\`SingularSessionData\`<{ \`app\`: { \`isString\`: \`\`true\`\` = true; \`presence\`: \`\`true\`\` = true } ; \`uniqueApp\`: { \`isBoolean\`: \`\`true\`\` = true } }, \`StringRecord\`\\\\>
A session data object
Expand All @@ -678,7 +644,7 @@ Returns capabilities for the session and event history (if applicable)
#### Response
\`DriverCaps\`<{ \`app\`: { \`isString\`: \`\`true\`\` = true; \`presence\`: \`\`true\`\` = true } ; \`uniqueApp\`: { \`isBoolean\`: \`\`true\`\` = true } }\\\\>
\`SingularSessionData\`<{ \`app\`: { \`isString\`: \`\`true\`\` = true; \`presence\`: \`\`true\`\` = true } ; \`uniqueApp\`: { \`isBoolean\`: \`\`true\`\` = true } }, \`StringRecord\`\\\\>
A session data object
Expand Down Expand Up @@ -948,6 +914,36 @@ Get data for all sessions running on an Appium server
A list of session data objects
### \`getSettings\`
\`GET\` **\`/session/:sessionId/appium/settings\`**
Update the session's settings dictionary with a new settings object
<!-- comment source: builtin-interface -->
#### Response
\`\`null\`\`
### \`updateSettings\`
\`POST\` **\`/session/:sessionId/appium/settings\`**
Update the session's settings dictionary with a new settings object
<!-- comment source: builtin-interface -->
#### Parameters
| Name | Type | Description |
| :------ | :------ | :------ |
| \`settings\` | \`StringRecord\` | A key-value map of setting names to values. Settings not named in the map will not have their value adjusted. |
#### Response
\`\`null\`\`
### \`getStatus\`
\`GET\` **\`/status\`**
Expand Down

0 comments on commit 52b646c

Please sign in to comment.