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
$ ./node_modules/casperjs/bin/casperjs test test/visual/testsuite.js
1
+
is wip.
2
+
3
+
`npm install` should install all dependencies: phantomjs, casperjs and phantomcss. (if you haven't had laverna running before, also do `bower install`.)
4
+
5
+
then run
6
+
7
+
$ ./node_modules/casperjs/bin/casperjs test test/visual/testsuite.js
8
+
9
+
to make reference screenshots. run again to see tests passing against them.
10
+
11
+
run `grunt serve`, add some css for `#header-title` at the end of `styles/theme-default/theme-default.less`, then run again to see tests fail.
12
+
13
+
also, the failure screenshots show up as untracked files in `git status`.
0 commit comments