@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.
Files changed (2) hide show
  1. package/README.md +20 -0
  2. 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
+ ![percy_web_build_report](example/screenshots/percy_build_report_web.png)
78
+ #### Summary Report
79
+ ![percy_web_summary_report](example/screenshots/percy_summary_report_web.png)
80
+
81
+ ## App Percy
82
+
83
+ #### Build Report
84
+ ![percy_app_build_report](example/screenshots/percy_build_report_app.png)
85
+
86
+ #### Summary Report
87
+ ![percy_app_summary_report](example/screenshots/percy_summary_report_app.png)
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",
4
+ "version": "0.0.5",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
7
7
  "author": "BrowserStack Pvt Ltd",