web-corders-vrt 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-corders-vrt",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Visual Regression Testing CLI tool for comparing web pages",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,4 +31,3 @@ npx web-corders-vrt run \
31
31
  | `--paths <paths>` | テスト対象のページパス(カンマ区切り) |
32
32
  | `--threshold <n>` | 差分許容率(%)。デフォルト: 0.1 |
33
33
  | `--hide <selectors>` | 非表示にするCSSセレクタ(カンマ区切り) |
34
- | `--no-open` | HTMLレポートをブラウザで開かない |