Gets the path for an app test directory.
static String getAppsTestPath(String appsName) { return join(current, 'apps', '${appsName}_test'); }