I am trying to find the perfect way to test my views written in Jade. They contain some logic. For example, on the home page, if a cookie has been set, it should show a button for a link to the main console and be able to log out; if there is no cookie, it should show a login.
Any advice is appreciated.
Julio source
share