Alex Rudenko
|
c0435a2d53
|
fix: disable usage statistics when CI or CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS env is set (#862)
When CI or CHROME_DEVTOOLS_MCP_NO_USAGE_STATISTICS env variables are
set, we override the set cli args and disable the usage statistics.
|
2026-01-30 07:58:45 +00:00 |
|
Alex Rudenko
|
a83a338351
|
fix: increase timeouts for long text input (#787)
Fixes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/786
|
2026-01-19 13:01:41 +00:00 |
|
Alex Rudenko
|
9b21f8b2e9
|
fix: handle beforeunload dialogs in navigations (#788)
Closes https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/713
|
2026-01-19 10:04:45 +00:00 |
|
Alex Rudenko
|
10baac9c48
|
test: add a retry for the merge queue (#762)
The tests need to pass checks before being added to the merge queue so
we can avoid merge queue failures in case there are flaky tests.
|
2026-01-13 12:03:17 +00:00 |
|
Alex Rudenko
|
c4e493b411
|
test: support testing a single test file without only (#761)
This PR adds a test.ts wrapper over the test runner to simplify scripts
in package.json and allow running a single test file.
|
2026-01-13 11:53:54 +00:00 |
|