Claude/fix failing tests 01 y6 pzzuqddp a1 t2 ekn tby nw#677
Closed
nimbus21 wants to merge 13 commits intoChromeDevTools:mainfrom
Closed
Claude/fix failing tests 01 y6 pzzuqddp a1 t2 ekn tby nw#677nimbus21 wants to merge 13 commits intoChromeDevTools:mainfrom
nimbus21 wants to merge 13 commits intoChromeDevTools:mainfrom
Conversation
- Added puppeteer-extra and puppeteer-extra-plugin-stealth dependencies - Implemented --stealth flag to enable bot detection bypass - Added --chromeArgs option to pass custom Chrome arguments - Updated browser.ts to conditionally use puppeteer-extra with stealth - Added anti-detection Chrome flags when stealth is enabled - Updated CLI with new options and examples - Created comprehensive documentation in STEALTH_FEATURES.md This allows Chrome DevTools MCP to bypass bot detection on protected sites like Cloudflare-protected pages, e-commerce sites, etc.
Updated package configuration and GitHub Actions workflow to support automated npm publishing: - Changed package name to @nimbus21.ai/chrome-devtools-mcp - Updated publish workflow to use v* tags and npm token authentication - Fixed TypeScript compilation by excluding chrome-devtools-frontend testing files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add id-token permission to MCP registry publish job (fixes OIDC auth) - Disable release-please workflow (requires BROWSER_AUTOMATION_BOT_TOKEN) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Removed OIDC-based MCP registry publish workflow (not needed) - Updated README with NIMBUS21 branding and marketing content - Added disclaimer about unofficial fork - Updated all package references to @nimbus21.ai/chrome-devtools-mcp - Enhanced SEO with keywords: AI automation, browser automation, DevTools, MCP - Added NIMBUS21 company links (nimbus21.com, nimbus21.ai) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Converted prepare.ts to prepare.js (no longer needs --experimental-strip-types) - Converted post-build.ts to post-build.js - Updated package.json to use .js versions - Fixes CI test failures on Node 20 This ensures the build and prepare scripts work across all Node versions (20-24) without requiring the --experimental-strip-types flag. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
- Added scripts/prepare.js and scripts/post-build.js to ESLint ignore list - Formatted post-build.js with Prettier - Fixes check-format workflow failures 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Node.js 22+ enforces that ESM modules with top-level await cannot be loaded via require(). The test setup file imports modules that contain top-level await, causing tests to fail with ERR_REQUIRE_ASYNC_MODULE. Changed all test scripts from --require to --import flag to properly load ESM modules.
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.