Hardy
Hardy copied to clipboard
Selenium-driven, cucumber-powered CSS testing.
Is there any way to get a file as output, instead of a stdout ?
Error: ``` > hardy --browser=firefox,phantom,chrome ./hardy_tests Hardy v1.1.0 events.js:141 throw er; // Unhandled 'error' event ^ Error: spawn cmd ENOENT at exports._errnoException (util.js:870:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:178 :32) at onErrorNT (internal/child_process.js:344:16)...
I'm having trouble getting started with hardy. I followed all the steps here http://hardy.io/getting-started.html but when i try and run the example test i just see a blank firefox window...
I'm trying run hardy in travis, but I'm not passing throw this error, some ideas about that? https://travis-ci.org/diegoeis/locawebstyle/builds/53061854 ``` > [email protected] test /home/travis/build/diegoeis/locawebstyle > node_modules/hardy/bin/hardy --browser=phantomjs test Hardy v0.0.10 events.js:72...
# Scenarios involving font-family checks do not seem to work as expected. ## This scenario Scenario: billboard-top should use AntennaExtraLight Given I visit "http://global-ux.dev/prototypes/homepage/first" Then ".billboard-top" should have "font-family" of...
I added logging and a check to see if the java process started. https://gist.github.com/kraken-paul/c7c2ab8dd6d13038b3b1
Hello, Is it possible to have a grunt module that can execute hardy tests ?
I tryed to test group of selectors. My rule: "h2" should have "font-size" of "32px" Page has few h2 tags. If first h2 selector successfully passed test, then test will...
Double-check the changelog of recent seleniums to find out if we should pull in a newer one. If so, do it.
We're (@frio80 and I) trying to use Hardy for visual regression testing on a JS/CSS UI library. Hardy gets us part of the way there by providing a tool that...