playwright
Advanced tools
Comparing version 1.50.0-alpha-2024-12-30 to 1.50.0-alpha-2024-12-31
@@ -52,2 +52,3 @@ "use strict"; | ||
this.testIdMatcher = void 0; | ||
this.lastFailedTestIdMatcher = void 0; | ||
this.defineConfigWasUsed = false; | ||
@@ -54,0 +55,0 @@ this.globalSetups = []; |
@@ -40,3 +40,3 @@ "use strict"; | ||
const lastRunInfo = JSON.parse(await _fs.default.promises.readFile(this._lastRunFile, 'utf8')); | ||
this._config.testIdMatcher = id => lastRunInfo.failedTests.includes(id); | ||
this._config.lastFailedTestIdMatcher = id => lastRunInfo.failedTests.includes(id); | ||
} catch {} | ||
@@ -43,0 +43,0 @@ } |
@@ -199,2 +199,5 @@ "use strict"; | ||
// Explicitly apply --last-failed filter after sharding. | ||
if (config.lastFailedTestIdMatcher) (0, _suiteUtils.filterByTestIds)(rootSuite, config.lastFailedTestIdMatcher); | ||
// Now prepend dependency projects without filtration. | ||
@@ -201,0 +204,0 @@ { |
{ | ||
"name": "playwright", | ||
"version": "1.50.0-alpha-2024-12-30", | ||
"version": "1.50.0-alpha-2024-12-31", | ||
"description": "A high-level API to automate web browsers", | ||
@@ -59,3 +59,3 @@ "repository": { | ||
"dependencies": { | ||
"playwright-core": "1.50.0-alpha-2024-12-30" | ||
"playwright-core": "1.50.0-alpha-2024-12-31" | ||
}, | ||
@@ -62,0 +62,0 @@ "optionalDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3166774
36122
+ Addedplaywright-core@1.50.0-alpha-2024-12-31(transitive)
- Removedplaywright-core@1.50.0-alpha-2024-12-30(transitive)