testeiya 0.3.16 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -165,6 +165,11 @@ playwright-cli run-code "async page => await page.context().grantPermissions(['g
|
|
|
165
165
|
playwright-cli run-code --filename=script.js
|
|
166
166
|
playwright-cli tracing-start
|
|
167
167
|
playwright-cli tracing-stop
|
|
168
|
+
|
|
169
|
+
# record user actions in the browser, print them as Playwright code on stop
|
|
170
|
+
playwright-cli recording-start
|
|
171
|
+
playwright-cli recording-stop
|
|
172
|
+
|
|
168
173
|
playwright-cli video-start video.webm
|
|
169
174
|
playwright-cli video-chapter "Chapter Title" --description="Details" --duration=2000
|
|
170
175
|
playwright-cli video-stop
|
|
@@ -19,7 +19,7 @@ playwright-cli tracing-stop
|
|
|
19
19
|
|
|
20
20
|
## Trace Output Files
|
|
21
21
|
|
|
22
|
-
When you start tracing, Playwright creates a
|
|
22
|
+
When you start tracing, Playwright creates a `.playwright-cli/traces/` directory with several files:
|
|
23
23
|
|
|
24
24
|
### `trace-{timestamp}.trace`
|
|
25
25
|
|
package/skills/skills.lock.json
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
{
|
|
72
72
|
"source": "microsoft/playwright-cli/tree/main/skills/playwright-cli",
|
|
73
73
|
"ref": null,
|
|
74
|
-
"sha": "
|
|
74
|
+
"sha": "397ee39c83a651e1314cfb010b94e8a3aac11261",
|
|
75
75
|
"folder": "playwright",
|
|
76
76
|
"skills": [
|
|
77
77
|
"playwright-cli"
|