I have a question about configuring the 'specs' parameter in the conf.js files to execute multiple protractor scripts. Does the order/ sequence of the '.js' files specified in the specs parameter matter? does it drive the sequence in which the multiple protractor scripts will be executed? I researched on this, but got mixed answers.
I read in the answer to this Stack Overflow post by Martin Blaustein that the ordering of the .js files does not matter and technically all scripts will run in parallel and not run sequentially == in the order in which they have been specified in specs.
Protractor - executing login scripts prior to launching my test specs
Thanks in advance for your inputs!
Sonia