Project

General

Profile

Actions

Feature #47497

closed

mgr/dashboard: add visual regression testing

Added by Ernesto Puerta over 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
UI
Target version:
% Done:

100%

Source:
Tags:
testing
Backport:
pacific
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently cypress framework supports visual regression testing (comparing screenshots of a webpage/subpart under test with a given reference screenshot).

This will help reduce issues with styling/brandind changes and reduce the needs of manual testing & validation.

Downsides of this approach:
  • As already noted by Tiago, is that most pages are data driven, and hence dynamically changing. That makes hard to compare to fixed screenshots.
    • We can either test isolated/static elements of webpages (login page, about box, navigation, forms, ...)
    • Provide a given threshold for the matching algorithm (this would require manual tuning and hence is subject to making the test flapping)
    • Test isolated elements without back-end data: allowing dashboard to instantiate components (blank table, static landing page, ...)
    • Ensure the backend provides 'deterministic data' (feasible?)
    • Hide changing data by tagging those with some class (.dynamic) and making those invisible or deterministic.

Subtasks 5 (0 open5 closed)

Tasks #51124: mgr/dashboard: exploration/research/state of the artResolved

Actions
Tasks #51125: mgr/dashboard: identify & start prototyping on an existing e2e test to cover with screenshotsResolvedNizamudeen A

Actions
Tasks #51126: mgr/dashboard: final demo (proposal)Resolved

Actions
Bug #52282: mgr/dashboard: False positives in visual regression tests of dashboard componentResolved

Actions
Documentation #52370: mgr/dashboard: Add Documentation for Visual Regression TestingResolved

Actions

Related issues 1 (0 open1 closed)

Copied to Dashboard - Backport #52021: pacific: mgr/dashboard: add visual regression testingResolvedLaura PaduanoActions
Actions

Also available in: Atom PDF