playwright 1.56.0-alpha-2025-09-10 → 1.56.0-alpha-2025-09-11

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🎭 Playwright
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-141.0.7390.7-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-141.0-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-26.0-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop --> [![Join Discord](https://img.shields.io/badge/join-discord-informational)](https://aka.ms/playwright/discord)
3
+ [![npm version](https://img.shields.io/npm/v/playwright.svg)](https://www.npmjs.com/package/playwright) <!-- GEN:chromium-version-badge -->[![Chromium version](https://img.shields.io/badge/chromium-141.0.7390.7-blue.svg?logo=google-chrome)](https://www.chromium.org/Home)<!-- GEN:stop --> <!-- GEN:firefox-version-badge -->[![Firefox version](https://img.shields.io/badge/firefox-142.0.1-blue.svg?logo=firefoxbrowser)](https://www.mozilla.org/en-US/firefox/new/)<!-- GEN:stop --> <!-- GEN:webkit-version-badge -->[![WebKit version](https://img.shields.io/badge/webkit-26.0-blue.svg?logo=safari)](https://webkit.org/)<!-- GEN:stop --> [![Join Discord](https://img.shields.io/badge/join-discord-informational)](https://aka.ms/playwright/discord)
4
4
 
5
5
  ## [Documentation](https://playwright.dev) | [API reference](https://playwright.dev/docs/api/class-playwright)
6
6
 
@@ -10,7 +10,7 @@ Playwright is a framework for Web Testing and Automation. It allows testing [Chr
10
10
  | :--- | :---: | :---: | :---: |
11
11
  | Chromium <!-- GEN:chromium-version -->141.0.7390.7<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
12
12
  | WebKit <!-- GEN:webkit-version -->26.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
13
- | Firefox <!-- GEN:firefox-version -->141.0<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
13
+ | Firefox <!-- GEN:firefox-version -->142.0.1<!-- GEN:stop --> | :white_check_mark: | :white_check_mark: | :white_check_mark: |
14
14
 
15
15
  Headless execution is supported for all browsers on all platforms. Check out [system requirements](https://playwright.dev/docs/intro#system-requirements) for details.
16
16
 
@@ -9,12 +9,12 @@ tools:
9
9
  - read
10
10
  - write
11
11
  - edit
12
- - playwright-test/playwright_test_browser_snapshot
13
- - playwright-test/playwright_test_generate_locator
14
- - playwright-test/playwright_test_evaluate_on_pause
15
- - playwright-test/playwright_test_run_tests
16
- - playwright-test/playwright_test_list_tests
12
+ - playwright-test/browser_evaluate
13
+ - playwright-test/browser_generate_locator
14
+ - playwright-test/browser_snapshot
17
15
  - playwright-test/playwright_test_debug_test
16
+ - playwright-test/playwright_test_list_tests
17
+ - playwright-test/playwright_test_run_tests
18
18
  mcp-servers:
19
19
  playwright-test:
20
20
  type: 'local'
@@ -8,22 +8,22 @@ tools:
8
8
  - grep
9
9
  - read
10
10
  - write
11
- - playwright/browser_evaluate
12
- - playwright/browser_file_upload
13
- - playwright/browser_press_key
14
- - playwright/browser_type
15
- - playwright/browser_navigate
16
- - playwright/browser_snapshot
17
11
  - playwright/browser_click
18
12
  - playwright/browser_drag
13
+ - playwright/browser_evaluate
14
+ - playwright/browser_file_upload
15
+ - playwright/browser_handle_dialog
19
16
  - playwright/browser_hover
17
+ - playwright/browser_navigate
18
+ - playwright/browser_press_key
20
19
  - playwright/browser_select_option
21
- - playwright/browser_wait_for
22
- - playwright/browser_handle_dialog
20
+ - playwright/browser_snapshot
21
+ - playwright/browser_type
23
22
  - playwright/browser_verify_element_visible
24
- - playwright/browser_verify_text_visible
25
23
  - playwright/browser_verify_list_visible
24
+ - playwright/browser_verify_text_visible
26
25
  - playwright/browser_verify_value
26
+ - playwright/browser_wait_for
27
27
  mcp-servers:
28
28
  playwright:
29
29
  type: 'local'
@@ -33,7 +33,7 @@ mcp-servers:
33
33
  - 'run-mcp-server'
34
34
  - '--isolated'
35
35
  - '--viewport-size=1280,720'
36
- - '--caps=verify'
36
+ - '--caps=testing'
37
37
  ---
38
38
 
39
39
  You are a Playwright Test Generator, an expert in browser automation and end-to-end testing. Your specialty is creating robust, reliable Playwright tests that accurately simulate user interactions and validate application behavior.
@@ -8,22 +8,22 @@ tools:
8
8
  - grep
9
9
  - read
10
10
  - write
11
+ - playwright/browser_click
11
12
  - playwright/browser_close
12
13
  - playwright/browser_console_messages
13
- - playwright/browser_handle_dialog
14
+ - playwright/browser_drag
14
15
  - playwright/browser_evaluate
15
16
  - playwright/browser_file_upload
16
- - playwright/browser_press_key
17
- - playwright/browser_type
17
+ - playwright/browser_handle_dialog
18
+ - playwright/browser_hover
18
19
  - playwright/browser_navigate
20
+ - playwright/browser_navigate_back
19
21
  - playwright/browser_network_requests
20
- - playwright/browser_take_screenshot
21
- - playwright/browser_snapshot
22
- - playwright/browser_click
23
- - playwright/browser_drag
24
- - playwright/browser_hover
22
+ - playwright/browser_press_key
25
23
  - playwright/browser_select_option
26
- - playwright/browser_navigate_back
24
+ - playwright/browser_snapshot
25
+ - playwright/browser_take_screenshot
26
+ - playwright/browser_type
27
27
  - playwright/browser_wait_for
28
28
  mcp-servers:
29
29
  playwright:
@@ -18,6 +18,7 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
  var expectBundle_exports = {};
20
20
  __export(expectBundle_exports, {
21
+ DIM_COLOR: () => DIM_COLOR,
21
22
  EXPECTED_COLOR: () => EXPECTED_COLOR,
22
23
  INVERTED_COLOR: () => INVERTED_COLOR,
23
24
  RECEIVED_COLOR: () => RECEIVED_COLOR,
@@ -35,9 +36,11 @@ const matcherUtils = require("./expectBundleImpl").matcherUtils;
35
36
  const EXPECTED_COLOR = require("./expectBundleImpl").EXPECTED_COLOR;
36
37
  const INVERTED_COLOR = require("./expectBundleImpl").INVERTED_COLOR;
37
38
  const RECEIVED_COLOR = require("./expectBundleImpl").RECEIVED_COLOR;
39
+ const DIM_COLOR = require("./expectBundleImpl").DIM_COLOR;
38
40
  const printReceived = require("./expectBundleImpl").printReceived;
39
41
  // Annotate the CommonJS export names for ESM import in node:
40
42
  0 && (module.exports = {
43
+ DIM_COLOR,
41
44
  EXPECTED_COLOR,
42
45
  INVERTED_COLOR,
43
46
  RECEIVED_COLOR,