mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Headless option for ui test (#1784)
This commit is contained in:
committed by
Nick O'Leary
parent
1bf4addf63
commit
1a544b3b82
@@ -24,6 +24,10 @@ module.exports = function(grunt) {
|
||||
nodemonArgs.push(flowFile);
|
||||
}
|
||||
|
||||
var nonHeadless = grunt.option('non-headless');
|
||||
if (nonHeadless) {
|
||||
process.env.NODE_RED_NON_HEADLESS = 'true';
|
||||
}
|
||||
grunt.initConfig({
|
||||
pkg: grunt.file.readJSON('package.json'),
|
||||
paths: {
|
||||
|
Reference in New Issue
Block a user