Closed
Bug 1202265
Opened 9 years ago
Closed 9 years ago
Add tools for catching visual regressions in Hello
Categories
(Hello (Loop) :: Client, defect, P2)
Hello (Loop)
Client
Tracking
(firefox44 fixed)
Tracking | Status | |
---|---|---|
firefox44 | --- | fixed |
People
(Reporter: andreio, Assigned: dmosedale)
References
Details
(Whiteboard: [tech-debt])
User Story
Screencast: https://vimeo.com/140415635
Attachments
(2 files, 1 obsolete file)
2.91 KB,
text/plain
|
Details | |
8.70 KB,
patch
|
dmosedale
:
review+
|
Details | Diff | Splinter Review |
Need: A way to detect unexpected changes in the interface.
Reporter | ||
Comment 1•9 years ago
|
||
TODO: Add a screencast showing how to use the script.
Assignee | ||
Updated•9 years ago
|
Attachment #8657599 -
Attachment mime type: text/x-python-script → text/plain
Updated•9 years ago
|
Assignee: nobody → dmose
Rank: 35
Priority: -- → P3
Whiteboard: [tech-debt]
Assignee | ||
Updated•9 years ago
|
Rank: 35 → 23
Priority: P3 → P2
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
User Story: (updated)
Reporter | ||
Updated•9 years ago
|
Attachment #8665955 -
Flags: review?(dmose)
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8665955 [details] [diff] [review]
Add visual regression tool for Loop
Review of attachment 8665955 [details] [diff] [review]:
-----------------------------------------------------------------
This generates a lot of obvious false positives for me, possibly because some diffs aren't getting removed, among other things.
That said, this tool is nonetheless extremely useful; it just showed me a bunch of regressions on a small CSS patch that I wasn't expecting to regress anything.
I've a few comments here, which I'll address, and then I'll add some verbiage to the README.md and land it.
::: browser/components/loop/test/visual-regression/README
@@ +1,1 @@
> +# How to use the visual regression tool
If this file is marked README.md, github will do nice things with it, so I'll make that change.
::: browser/components/loop/test/visual-regression/screenshot
@@ +89,5 @@
> +
> +if args.refs:
> + take_screenshots(refs_location)
> +if args.diffs:
> + # take_screenshots(newscreenshots_location)
This wants to be uncommented.
Attachment #8665955 -
Flags: review?(dmose) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8667557 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Attachment #8665955 -
Attachment is obsolete: true
Assignee | ||
Comment 6•9 years ago
|
||
Thanks so much for making this happen, Andrei!
Comment 7•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•9 years ago
|
Iteration: --- → 44.1 - Oct 5
You need to log in
before you can comment on or make changes to this bug.
Description
•