teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Accept Array for Suite #171

Closed deerawan closed 8 years ago

deerawan commented 8 years ago

Issue

Suite is configured to accept string in gruntfile but protractor has capability to run suite in array

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 of string.

NOTE: I'm working on PR for this