@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
|
|
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