Powerful CSS Testing Library


Summary of my bookmarked Github repositories from Jan 26th, 2015

Github repositories

  • jamesshore/quixote

    Quixote is a CSS testing library with a powerful API that allows you to conduct unit and integration tests. It enables you to check how HTML elements are rendered by the browser and test their relationships to one another. With Quixote, you can verify if elements are positioned correctly or compare them to the browser's viewport. It runs in the browser, supports multiple browsers simultaneously, and can be integrated with various test frameworks. The library is compatible with modern desktop and mobile browsers as well as IE 8+. For more information, check out the API documentation, examples, and other available resources.