mlison / protractor-jasmine2-screenshot-reporter

Protractor screenshot reporter for Jasmine2
https://www.npmjs.com/package/protractor-jasmine2-screenshot-reporter
MIT License
81 stars 79 forks source link

Issues with report when Running Multiple Threads in Protractor #121

Open munna73 opened 6 years ago

munna73 commented 6 years ago

when protractor tests are run with following settings and more than 1 spec, Report generated shows only 1 test spec, it does not show others. { browserName: 'internet explorer', ensureCleanSession:'true', ignoreProtectedModeSettings: 'true',

          platform: 'ANY'
          ,shardTestFiles: true,
          maxInstances:2
      },