-
Notifications
You must be signed in to change notification settings - Fork 4
saveState improvements #108
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
saveState improvements #108
Conversation
✅ Successfully deployed static |
4ebafe7 to
b4f5920
Compare
3ec46fc to
ec9f00c
Compare
ec9f00c to
4f7a2b3
Compare
4f7a2b3 to
c31e93f
Compare
shadowusr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge after fixing issues below (in both locales)!
|
|
||
| ## Overview {#overview} | ||
|
|
||
| A browser command that restores the session state from a file which previously saved using the [saveState][saveState] command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
docs/reference/config/browsers.mdx
Outdated
| ```typescript | ||
| type StateOpts = { | ||
| path?: string; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird gaps over here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
docs/reference/config/browsers.mdx
Outdated
| the application's backend source code. | ||
| </Admonition> | ||
|
|
||
| ### stateOpts {#state_opts} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This section 100% should not be inside "Selectivity" as it's not related to it. It should be either inside "running tests" or in a section of its own
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
|
|
||
| Настройки по умолчанию для команд состояния. | ||
|
|
||
| Вы можете задать параметры один раз и затем использовать команды состояния (([saveState][saveState], [restoreState][restoreState], [getState][getState])) без указания опций. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unnecessary double parentheses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
fa75652 to
a814305
Compare

No description provided.