AppiumTestDistribution / appium-reporter-plugin

Appium2 plugin to generate html report with screenshots.
Apache License 2.0
30 stars 12 forks source link

Plugin assumes a test will have only one driver session. #115

Open Dileep17 opened 1 year ago

Dileep17 commented 1 year ago

Exposed setTestInfo is on a session session/${sessionId}/setTestInfo. A test can have multiple driver sessions.

This should be de-coupled. This would enable mapping multiple sessions to a test.

Areas of Impact

  1. How to map sessions to test
  2. Reporting UX
  3. Test report json schema and react mapping