How to Perform CSS Regression Testing With Selenium and Hermione.js
We all know that CSS often breaks as all our styles live in the global namespace across the whole page. There are tools to limit this risk such as CSS modules or Styles Components (for React JS) but these ones force you to follow their standards even if you don’t like them. You may also… read more