AppiumTestDistribution / appium-reporter-plugin

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

Fix logging and performance issue #109

Closed Dileep17 closed 1 year ago

Dileep17 commented 1 year ago

fix for #60

added info logging to record time taken. The bottleneck is data going into a single file. Data from each session is written to separate files to resolve this issue.

Ran 100+ tests and test execution time is not linearly increasing as before.

image