Skip to content
/ Micoo Public

A simple screenshots compare solution for visual regression test

License

Notifications You must be signed in to change notification settings

Mikuu/Micoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eed31f4 · Apr 4, 2022
Mar 13, 2021
Dec 25, 2021
Apr 4, 2022
Sep 5, 2021
Apr 4, 2022
Dec 22, 2021
Mar 26, 2022
Dec 25, 2021
Jun 19, 2020
Jun 19, 2020
Dec 22, 2021
Jun 19, 2020
Jun 28, 2020
Sep 5, 2021
Aug 14, 2021
Aug 14, 2021

Repository files navigation

Micoo

micoo.gif

CircleCI

Micoo is a pixel based screenshots comparison solution for visual regression test, some characters Micoo provides:

  • a web application, for inspecting test results, making visual mismatch decision and maintain baseline build,
  • an engine service, for comparing the latest screenshots against baseline screenshots, based on pixel difference,
  • a methodology, about how to do visual regression test with service,
  • quick local setup and server side deployment with Docker Compose,
  • basic authentication with a passcode and API key,
  • different easy methods to view the mismatch,
  • ignoring rectangles to enable visual testing on dynamic and inconsistent UI elements,

Micoo does NOT:

  • take screenshots from your SUT application,
  • process screenshots before doing visual comparison,
  • provide Email notification for comparison mismatch,
  • provide user management to distinguish teams,

So, what Micoo targets at is the most stable and straightforward function for comparing screenshots. Micoo is not, and probably, would never be a powerful thing, like JVM, but hope to be an always useful helper, like string.replace().

Installation and Usage

For more detailed information including installation and usage, please visit this document.

Reference

For reference about using Micoo in practice, please refer this article.

Micoo Clients and Backend APIs

For Micoo clients and backend APIs usage, please check here