CSS Unit Testing

前端 未结 9 1733
面向向阳花
面向向阳花 2020-12-24 05:35

A few quick searches discovered that I\'m obviously not the first person to have the thought \"Can I unit test my CSS?\".

I\'m wondering if anyone

9条回答
  •  悲&欢浪女
    2020-12-24 06:17

    You could use Selenium, which is a web testing framework. This way you could assert what styles are to be applied to elements in the DOM etc.

    Selenium

    Otherwise, not sure what your aim is. Unit testing is, as the name suggests, testing 'Units', and to me, this only makes sense with code, not css.

提交回复
热议问题