Protractor - how to reuse the same spec file for different tests
问题 In my Protractor conf.js file, I'd like to re-use the same spec files multiple times; however, it's seems to not be possible. Some background: We are reading test cases from a JSON file, launching reports, then testing grid results and various DOM elements. All reports have the same format. The primary differences lie in the report titles, data columns, actual data results, etc. So in my conf.js file, ideally I'd like to re-use the same spec files multiple times - but my understanding is that