web-corders-vrt 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,9 +2,11 @@
2
2
 
3
3
  ![スクショ](docs/images/report.png)
4
4
 
5
+ インストール不要・npxで使える、
5
6
  Webページのビジュアルリグレッションテスト (VRT) を行うCLIツール。
6
7
 
7
- 開発マシンに入っているブラウザを利用して、本番環境と開発/プレビュー環境のスクリーンショットの差分を検出する。
8
+ 開発マシンのブラウザを利用して、本番環境と開発環境のスクリーンショットの差分を検出する。
9
+
8
10
  テスト結果は
9
11
 
10
12
  - diff画像
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-corders-vrt",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Visual Regression Testing CLI tool for comparing web pages",
5
5
  "type": "module",
6
6
  "bin": {