Skip to content

Commit

Permalink
move failures. set up git to show failed tests. Laverna#1
Browse files Browse the repository at this point in the history
- screenshot folder is now ignored by git
- failures folder moved to test directory and is not ignored.
- that way failed tests show up as untracked files in git status.
  • Loading branch information
filtercake committed Apr 18, 2014
1 parent c8131cb commit cf5ac4a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ app/scripts/libs/remotestorage.js
app/scripts/apps/settings/show/encryptView.js
app/scripts/apps/settings/show/encryptTemplate.html
app/scripts/helpers/syncStatus.js
.DS_Store
.DS_Store
test/visual/screenshots
Binary file removed test/visual/screenshots/001-header-title_0.diff.png
Binary file not shown.
Binary file removed test/visual/screenshots/001-header-title_0.png
Binary file not shown.
2 changes: 1 addition & 1 deletion test/visual/testsuite.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ var phantomcss = require('./../../phantomcss/phantomcss.js');

phantomcss.init({
screenshotRoot: './test/visual/screenshots',
failedComparisonsRoot: './test/visual/failures',
/*
failedComparisonsRoot: '/failures'
casper: specific_instance_of_casper,
*/
// libraryRoot: './../../phantomcss'
Expand Down

0 comments on commit cf5ac4a

Please sign in to comment.