fix: remove playwright auto-install to prevent CI timeout #78
Annotations
3 errors
|
Semantic Release
Process completed with exit code 1.
|
|
[integration] test/integration/cli/snapshot.test.ts > CLI Help Output Snapshots > should match config command help output:
test/integration/cli/snapshot.test.ts#L36
Error: Snapshot `CLI Help Output Snapshots > should match config command help output 1` mismatched
- Expected
+ Received
- "Usage: gh-attach config [options] <action> [key] [value]
+ "Usage: gh-attach config [options] [action] [key] [value]
Manage gh-attach configuration
Arguments:
- action Action: list, set, get
+ action Action: list, set, get (default: list)
key Configuration key
value Configuration value
Options:
-h, --help display help for command"
❯ test/integration/cli/snapshot.test.ts:36:20
|
|
[integration] test/integration/cli/snapshot.test.ts > CLI Help Output Snapshots > should match main help output:
test/integration/cli/snapshot.test.ts#L21
Error: Snapshot `CLI Help Output Snapshots > should match main help output 1` mismatched
- Expected
+ Received
@@ -11,8 +11,8 @@
-h, --help display help for command
Commands:
upload [options] [files...] Upload an image and get a markdown embed URL
login [options] Authenticate with GitHub via browser
- config <action> [key] [value] Manage gh-attach configuration
+ config [action] [key] [value] Manage gh-attach configuration
mcp [options] Start the MCP server
help [command] display help for command"
❯ test/integration/cli/snapshot.test.ts:21:20
|