Skip to content
Open
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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages/cli": "0.1.0",
"packages/mcp": "0.6.0"
"packages/cli": "0.2.0",
"packages/mcp": "0.7.0"
}
23 changes: 23 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [0.2.0](https://github.com/gemini-testing/testplane-mcp/compare/cli-v0.1.0...cli-v0.2.0) (2026-05-17)


### Features

* add support for headful mode in CLI ([#38](https://github.com/gemini-testing/testplane-mcp/issues/38)) ([df1a7c5](https://github.com/gemini-testing/testplane-mcp/commit/df1a7c567c1b384a96690f8ac5e3429b87057f05))
* add the timeout option to navigate command ([#35](https://github.com/gemini-testing/testplane-mcp/issues/35)) ([484a5b3](https://github.com/gemini-testing/testplane-mcp/commit/484a5b3e3cff8fffbbd5bc97fb877aef0b09f7be))
* close browser sessions automatically by TTL ([#37](https://github.com/gemini-testing/testplane-mcp/issues/37)) ([5be97eb](https://github.com/gemini-testing/testplane-mcp/commit/5be97eb8b45ff2f3d410465293199aa788316e11))
* implement browser-console tool ([#40](https://github.com/gemini-testing/testplane-mcp/issues/40)) ([9e965f9](https://github.com/gemini-testing/testplane-mcp/commit/9e965f968371b196c65e1da1bcdc26eb5a3f4938))
* implement initial version of testplane cli ([#34](https://github.com/gemini-testing/testplane-mcp/issues/34)) ([9aec732](https://github.com/gemini-testing/testplane-mcp/commit/9aec7321df8155196fa3f7c9f1de888405db51e8))
* implement inspect-result tool ([#42](https://github.com/gemini-testing/testplane-mcp/issues/42)) ([f37ca5d](https://github.com/gemini-testing/testplane-mcp/commit/f37ca5d72c4eece1f7978c1e3f380aca0ccc3bc0))
* implement run-code tool ([#44](https://github.com/gemini-testing/testplane-mcp/issues/44)) ([e76404d](https://github.com/gemini-testing/testplane-mcp/commit/e76404d9bcaa4f87e2b437b7c463e5d2deb1aec6))
* implement select-option tool ([#39](https://github.com/gemini-testing/testplane-mcp/issues/39)) ([0305aa4](https://github.com/gemini-testing/testplane-mcp/commit/0305aa434f6ee28eac407b0b22d9d87e7ec71e1a))
* implement the test-results command ([#41](https://github.com/gemini-testing/testplane-mcp/issues/41)) ([cec6a90](https://github.com/gemini-testing/testplane-mcp/commit/cec6a90d289fc96aa00185246cde96c4d6af487d))
* implement the time-travel-snapshot tool ([#43](https://github.com/gemini-testing/testplane-mcp/issues/43)) ([7626c55](https://github.com/gemini-testing/testplane-mcp/commit/7626c550313185d3f36f6ac1ed7bde57db45f963))
* save snapshots to file by default and remove element-based snapshots ([#36](https://github.com/gemini-testing/testplane-mcp/issues/36)) ([d692e66](https://github.com/gemini-testing/testplane-mcp/commit/d692e66971b168217140f7f8b905497fe3f9747c))


### Bug Fixes

* revamp autolaunch behavior and ignore resource loading errors when navigating ([#45](https://github.com/gemini-testing/testplane-mcp/issues/45)) ([4170fcc](https://github.com/gemini-testing/testplane-mcp/commit/4170fcc445080f78b628a3aabf4e5da7d550470f))
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testplane/cli",
"version": "0.0.1",
"version": "0.2.0",
"description": "Daemon-backed CLI for Testplane browser-automation tools",
"main": "build/cli.js",
"type": "module",
Expand Down
21 changes: 21 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.7.0](https://github.com/gemini-testing/testplane-mcp/compare/mcp-v0.6.0...mcp-v0.7.0) (2026-05-17)


### Features

* add support for headful mode in CLI ([#38](https://github.com/gemini-testing/testplane-mcp/issues/38)) ([df1a7c5](https://github.com/gemini-testing/testplane-mcp/commit/df1a7c567c1b384a96690f8ac5e3429b87057f05))
* add the timeout option to navigate command ([#35](https://github.com/gemini-testing/testplane-mcp/issues/35)) ([484a5b3](https://github.com/gemini-testing/testplane-mcp/commit/484a5b3e3cff8fffbbd5bc97fb877aef0b09f7be))
* implement browser-console tool ([#40](https://github.com/gemini-testing/testplane-mcp/issues/40)) ([9e965f9](https://github.com/gemini-testing/testplane-mcp/commit/9e965f968371b196c65e1da1bcdc26eb5a3f4938))
* implement initial version of testplane cli ([#34](https://github.com/gemini-testing/testplane-mcp/issues/34)) ([9aec732](https://github.com/gemini-testing/testplane-mcp/commit/9aec7321df8155196fa3f7c9f1de888405db51e8))
* implement inspect-result tool ([#42](https://github.com/gemini-testing/testplane-mcp/issues/42)) ([f37ca5d](https://github.com/gemini-testing/testplane-mcp/commit/f37ca5d72c4eece1f7978c1e3f380aca0ccc3bc0))
* implement run-code tool ([#44](https://github.com/gemini-testing/testplane-mcp/issues/44)) ([e76404d](https://github.com/gemini-testing/testplane-mcp/commit/e76404d9bcaa4f87e2b437b7c463e5d2deb1aec6))
* implement select-option tool ([#39](https://github.com/gemini-testing/testplane-mcp/issues/39)) ([0305aa4](https://github.com/gemini-testing/testplane-mcp/commit/0305aa434f6ee28eac407b0b22d9d87e7ec71e1a))
* implement the test-results command ([#41](https://github.com/gemini-testing/testplane-mcp/issues/41)) ([cec6a90](https://github.com/gemini-testing/testplane-mcp/commit/cec6a90d289fc96aa00185246cde96c4d6af487d))
* implement the time-travel-snapshot tool ([#43](https://github.com/gemini-testing/testplane-mcp/issues/43)) ([7626c55](https://github.com/gemini-testing/testplane-mcp/commit/7626c550313185d3f36f6ac1ed7bde57db45f963))
* save snapshots to file by default and remove element-based snapshots ([#36](https://github.com/gemini-testing/testplane-mcp/issues/36)) ([d692e66](https://github.com/gemini-testing/testplane-mcp/commit/d692e66971b168217140f7f8b905497fe3f9747c))


### Bug Fixes

* revamp autolaunch behavior and ignore resource loading errors when navigating ([#45](https://github.com/gemini-testing/testplane-mcp/issues/45)) ([4170fcc](https://github.com/gemini-testing/testplane-mcp/commit/4170fcc445080f78b628a3aabf4e5da7d550470f))

## [0.6.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.5.0...v0.6.0) (2025-10-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testplane/mcp",
"version": "0.6.0",
"version": "0.7.0",
"description": "MCP server for Testplane tool",
"main": "build/cli.js",
"type": "module",
Expand Down
Loading