-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I need to run multiple test files but get an error on line 15 of background.js:
Path must be a string. Received [ 'test1.js', 'test2.js' ]
My gulp task looks something like this:
gulp.src('')
.pipe(nightwatch({
configFile: nightWatchConfigPath,
cliArgs: [
'--config configPath.json'
'--test test1.js',
'--test test1.js',
'--env chrome'
]
}))
Seems both tests are being concatenated into an array.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels