blog-rekahsoft-ca/site-test
Collin J. Doering 671fe3db4b Test site using hspec and webdriver/selenium
Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
2015-02-18 03:01:44 -05:00

8 lines
168 B
Bash
Executable File

#!/bin/bash
# Remove empty files under directory _site
find _site -type f -empty -exec rm -v {} \;
# Test site
cabal test --show-details=always --test-option=--color