@percy/report 0.0.4 → 0.0.5
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/README.md +20 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -68,3 +68,23 @@ Note: Project Slug is equal to Project Name on your percy dashboard
|
|
|
68
68
|
```
|
|
69
69
|
|
|
70
70
|
*Note: Interval between start date and end date should not exceed 30 days.*
|
|
71
|
+
|
|
72
|
+
# Examples
|
|
73
|
+
|
|
74
|
+
## Web Percy
|
|
75
|
+
|
|
76
|
+
#### Build Report
|
|
77
|
+

|
|
78
|
+
#### Summary Report
|
|
79
|
+

|
|
80
|
+
|
|
81
|
+
## App Percy
|
|
82
|
+
|
|
83
|
+
#### Build Report
|
|
84
|
+

|
|
85
|
+
|
|
86
|
+
#### Summary Report
|
|
87
|
+

|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@percy/report",
|
|
3
3
|
"description": "Package to generate a build report and project summary report for Percy, BrowserStack's visual testing platform",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.5",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "BrowserStack Pvt Ltd",
|