Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nightly-mcp-stress-test.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions .github/workflows/nightly-mcp-stress-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,16 @@ mcp-servers:
playwright:
type: stdio
container: "mcr.microsoft.com/playwright:v1.49.1-noble"
env:
PLAYWRIGHT_BROWSERS_PATH: "/ms-playwright"
args: ["--init", "--network", "host"]
entrypointArgs: ["--output-dir", "/tmp/gh-aw/mcp-logs/playwright", "--allowed-hosts", "localhost;localhost:*;127.0.0.1;127.0.0.1:*;github.com", "--allowed-origins", "localhost;localhost:*;127.0.0.1;127.0.0.1:*;github.com"]
# env:
# PLAYWRIGHT_BROWSERS_PATH: "/ms-playwright"
# Launch options to prevent ERR_BLOCKED_BY_CLIENT errors in CI testing
# ⚠️ SECURITY WARNING: These flags disable critical browser security features including
# sandboxing, web security, and site isolation. Only use in controlled CI/testing
# environments. DO NOT use in production or when browsing untrusted content.
# Reference: https://playwright.dev/docs/docker
Comment on lines 101 to 105
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

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

The commented-out env section has incorrect indentation. Lines 101-106 (the comment lines) are not indented to align with the commented-out env properties. These comment lines should be indented with 4 spaces to properly align as properties under the commented-out env section, or the comment block should be moved outside the env section entirely.

Suggested change
# Launch options to prevent ERR_BLOCKED_BY_CLIENT errors in CI testing
# ⚠️ SECURITY WARNING: These flags disable critical browser security features including
# sandboxing, web security, and site isolation. Only use in controlled CI/testing
# environments. DO NOT use in production or when browsing untrusted content.
# Reference: https://playwright.dev/docs/docker
# Launch options to prevent ERR_BLOCKED_BY_CLIENT errors in CI testing
# ⚠️ SECURITY WARNING: These flags disable critical browser security features including
# sandboxing, web security, and site isolation. Only use in controlled CI/testing
# environments. DO NOT use in production or when browsing untrusted content.
# Reference: https://playwright.dev/docs/docker

Copilot uses AI. Check for mistakes.
PLAYWRIGHT_LAUNCH_OPTIONS: '{"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-gpu", "--disable-blink-features=AutomationControlled", "--disable-web-security", "--disable-features=IsolateOrigins,site-per-process"]}'
# PLAYWRIGHT_LAUNCH_OPTIONS: '{"args": ["--no-sandbox", "--disable-setuid-sandbox", "--disable-gpu", "--disable-blink-features=AutomationControlled", "--disable-web-security", "--disable-features=IsolateOrigins,site-per-process"]}'
wikipedia:
type: stdio
container: "mcp/wikipedia-mcp"
Expand Down