@arghajit/dummy 0.1.2-beta-2 → 0.1.2-beta-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -343,7 +343,7 @@ class PlaywrightPulseReporter {
343
343
  }
344
344
  const finalResults = [];
345
345
  for (const [baseId, runs] of groupedResults.entries()) {
346
- // Sort runs to find the best status and overall duration
346
+ // Sort runs to find the best status
347
347
  runs.sort((a, b) => this._getStatusOrder(a.status) - this._getStatusOrder(b.status));
348
348
  const bestRun = runs[0];
349
349
  // Calculate total duration from the earliest start to the latest end time of all runs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arghajit/dummy",
3
- "version": "0.1.2-beta-2",
3
+ "version": "0.1.2-beta-3",
4
4
  "description": "A Playwright reporter and dashboard for visualizing test results.",
5
5
  "homepage": "https://playwright-pulse-report.netlify.app/",
6
6
  "keywords": [