GuillaumeGomez / browser-UI-test

small JS framework to easily provide UI screenshot-based tests
MIT License
12 stars 2 forks source link

Automatic conversion between color formats #155

Open GuillaumeGomez opened 3 years ago

GuillaumeGomez commented 3 years ago

It would be very useful for color checks to have a way to convert between different formats. For example:

assert: ("#stuff", {"color": "#fff" })

In this case, even if it's #ffffff or rgb(255, 255, 255) or another one, it should match.

GuillaumeGomez commented 2 years ago

Related to #227.