You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
I've been wanting to use http://hardy.io/ for a very long time now to write Cucumber tests for my CSS. Sadly there's a bug and I can't get it to work. Here it is: thingsinjars/Hardy#24
This would be a sample Hardy test:
Feature: Website layout test
As a user I want visual consistency on the http://csste.st/ website
Scenario: Content layoutGiven I visit "http://csste.st/"Then "section > p" should have "color" of "rgb(68, 68, 68)"
What're other folks' thoughts on testing the front-end? I know we've used CasperJS before to do some of that on one project or another.
I want testing to be part of the project somehow.
The text was updated successfully, but these errors were encountered:
I've been wanting to use http://hardy.io/ for a very long time now to write Cucumber tests for my CSS. Sadly there's a bug and I can't get it to work. Here it is: thingsinjars/Hardy#24
This would be a sample Hardy test:
What're other folks' thoughts on testing the front-end? I know we've used CasperJS before to do some of that on one project or another.
I want testing to be part of the project somehow.
The text was updated successfully, but these errors were encountered: