Closed deerawan closed 8 years ago
Suite is configured to accept string in gruntfile but protractor has capability to run suite in array
string
gruntfile
array
It is a valid command if pass multi suite via command line parameters grunt protractor:e2e --suite=login,logout
grunt protractor:e2e --suite=login,logout
Change Suite configuration to accept array instead of string.
NOTE: I'm working on PR for this
Issue
Suite is configured to accept
string
ingruntfile
but protractor has capability to run suite inarray
It is a valid command if pass multi suite via command line parameters
grunt protractor:e2e --suite=login,logout
Proposed Solution
Change Suite configuration to accept
array
instead ofstring
.NOTE: I'm working on PR for this