(config)
| 81 | } |
| 82 | |
| 83 | function comparePaths (config) { |
| 84 | config.comparePath = path.join(config.backstop, 'compare/output'); |
| 85 | config.tempCompareConfigFileName = temp.path({ suffix: '.json' }); |
| 86 | } |
| 87 | |
| 88 | function captureConfigPaths (config) { |
| 89 | const captureDir = path.join(tmpdir, 'capture'); |