Nate Tovo

Results 2 comments of Nate Tovo

@lone-cloud and @mighdoll nice work! A couple of things I noticed with your additions 1. You now have to set `SNAPSHOT_BASE_DIRECTORY` in your `env` config otherwise the snapshots aren't moved...

@ungarida @lone-cloud @mighdoll I was able to get the sub directory structure to match the screenshots folder by using the following function: ``` const { join } = require('path'); /**...