browser-UI-test
browser-UI-test copied to clipboard
Automatic conversion between color formats
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.
Related to #227.