@reportforge/playwright-pdf 0.20.0 → 0.20.2

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  Format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
5
 
6
+ ## [0.20.2] - 2026-07-12
7
+
8
+ ### Fixed
9
+
10
+ - **A run that executed zero tests (e.g. a `--grep` that matched nothing) no longer renders "APPROVED TO SHIP".** The release gate now shows a neutral "NO TESTS RAN" card explaining that there is nothing to assess, and the reporter prints a warning pointing at test filters. Previously an empty run produced an approval verdict over "0 of 0 tests passed · 0%".
11
+ - Sub-second durations are rounded — a near-empty run prints `36ms`, not `36.343000000000075ms`.
12
+
13
+ ---
14
+
15
+ ## [0.20.1] - 2026-07-12
16
+
17
+ ### Fixed
18
+
19
+ - **PDF generation no longer fails with "License JWT verification failed: JWT expired" on long runs.** The license resolved at run start (shared with live streaming) could expire mid-run — typically a token issued minutes before the subscription's billing-period end, while the subscription itself renews and stays active. The reporter now re-resolves the license at report time when less than 5 minutes of token TTL remain; the existing token-expired recovery (fresh activation) picks up the renewed period automatically. If the refresh genuinely cannot recover, the run downgrades to the normal warn-and-skip instead of a hard error.
20
+
21
+ ---
22
+
6
23
  ## [0.20.0] - 2026-07-11
7
24
 
8
25
  ### Added
package/dist/cli/index.js CHANGED
@@ -6369,7 +6369,8 @@ var init_defaults = __esm({
6369
6369
 
6370
6370
  // src/utils/duration.ts
6371
6371
  function formatDuration(ms) {
6372
- if (ms < 1e3) return `${ms}ms`;
6372
+ const rounded = Math.round(ms);
6373
+ if (rounded < 1e3) return `${rounded}ms`;
6373
6374
  const totalSeconds = ms / 1e3;
6374
6375
  if (totalSeconds < 60) return `${totalSeconds.toFixed(2)}s`;
6375
6376
  const minutes = Math.floor(totalSeconds / 60);
@@ -12161,7 +12162,7 @@ var init_model_bundle = __esm({
12161
12162
  "src/analysis/model-bundle.ts"() {
12162
12163
  "use strict";
12163
12164
  init_cjs_shims();
12164
- MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "NUM": -4.574710978503383, "assertionerror": -4.980176086611547, "be": -4.980176086611547, "cart": -4.980176086611547, "checkout": -4.980176086611547, "com": -4.980176086611547, "dashboard": -4.980176086611547, "deep": -4.980176086611547, "equal": -4.980176086611547, "equality": -4.980176086611547, "error": -4.980176086611547, "expect": -3.5938817254916566, "expected": -3.1083739097099556, "failed": -4.980176086611547, "false": -4.980176086611547, "got": -4.980176086611547, "id": -4.574710978503383, "john": -4.980176086611547, "locator": -4.574710978503383, "login": -4.980176086611547, "must": -4.980176086611547, "page": -4.980176086611547, "pattern": -4.980176086611547, "received": -3.275427994373122, "string": -4.980176086611547, "to": -4.980176086611547, "tobe": -4.980176086611547, "tobetruthy": -4.980176086611547, "toequal": -4.980176086611547, "tohavecount": -4.980176086611547, "tohavetext": -4.980176086611547, "tohavetitle": -4.980176086611547, "tohavevalue": -4.980176086611547, "truthy": -4.980176086611547, "value": -4.980176086611547 }, "env-config": { "NUM": -4.997212273764115, "api": -4.997212273764115, "at": -4.997212273764115, "back": -4.997212273764115, "base": -4.997212273764115, "baseurl": -4.997212273764115, "browsers": -4.997212273764115, "cannot": -4.997212273764115, "ci": -4.997212273764115, "config": -4.304065093204169, "directory": -4.591747165655951, "dotenv": -4.997212273764115, "enoent": -4.997212273764115, "env": -4.591747165655951, "environment": -4.591747165655951, "error": -4.08092154188996, "existent": -4.997212273764115, "failed": -4.997212273764115, "falling": -4.997212273764115, "file": -4.997212273764115, "find": -4.997212273764115, "from": -4.997212273764115, "in": -4.591747165655951, "invalid": -4.997212273764115, "is": -4.997212273764115, "json": -4.591747165655951, "key": -4.997212273764115, "load": -4.997212273764115, "missing": -4.997212273764115, "module": -4.997212273764115, "no": -4.997212273764115, "non": -4.997212273764115, "not": -4.997212273764115, "open": -4.997212273764115, "or": -4.997212273764115, "path": -4.997212273764115, "playwright": -4.591747165655951, "points": -4.997212273764115, "position": -4.997212273764115, "required": -4.997212273764115, "set": -4.997212273764115, "spec": -4.997212273764115, "such": -4.997212273764115, "syntaxerror": -4.997212273764115, "test": -4.997212273764115, "to": -4.304065093204169, "token": -4.997212273764115, "ts": -4.997212273764115, "tsconfig": -4.997212273764115, "undefined": -4.591747165655951, "unexpected": -4.997212273764115, "url": -4.997212273764115, "values": -4.997212273764115, "variable": -4.591747165655951 }, "flaky-by-retry": { "after": -4.58836306767171, "and": -4.993828175779875, "animation": -4.993828175779875, "attempt": -4.07753744390572, "between": -4.993828175779875, "blip": -4.993828175779875, "cause": -4.993828175779875, "change": -4.993828175779875, "click": -4.993828175779875, "code": -4.993828175779875, "commit": -4.993828175779875, "condition": -4.993828175779875, "dependency": -4.993828175779875, "detached": -4.993828175779875, "deterministic": -4.993828175779875, "element": -4.993828175779875, "failed": -4.300680995219929, "fails": -4.993828175779875, "flaky": -4.07753744390572, "green": -4.993828175779875, "in": -4.993828175779875, "intermittent": -4.993828175779875, "locator": -4.993828175779875, "marked": -4.993828175779875, "network": -4.993828175779875, "no": -4.993828175779875, "non": -4.993828175779875, "on": -3.895215887111765, "order": -4.993828175779875, "passed": -3.895215887111765, "quarantined": -4.993828175779875, "race": -4.993828175779875, "reproducible": -4.993828175779875, "rerun": -4.993828175779875, "retry": -4.07753744390572, "runs": -4.993828175779875, "same": -4.993828175779875, "second": -4.993828175779875, "stale": -4.993828175779875, "succeeded": -4.993828175779875, "test": -4.58836306767171, "the": -4.993828175779875, "then": -4.993828175779875, "timeout": -4.993828175779875, "unstable": -4.993828175779875, "with": -4.993828175779875, "without": -4.993828175779875 }, "locator-not-found": { "an": -4.993828175779875, "attached": -4.993828175779875, "btn": -4.993828175779875, "button": -4.58836306767171, "cart": -4.993828175779875, "checkout": -4.993828175779875, "click": -4.993828175779875, "data": -4.993828175779875, "div": -4.993828175779875, "dom": -4.993828175779875, "element": -4.07753744390572, "elements": -4.300680995219929, "error": -4.58836306767171, "find": -4.993828175779875, "for": -4.58836306767171, "found": -4.58836306767171, "getbyrole": -4.993828175779875, "getbytext": -4.993828175779875, "icon": -4.993828175779875, "id": -4.993828175779875, "is": -4.993828175779875, "locator": -4.07753744390572, "matched": -4.993828175779875, "matches": -4.993828175779875, "missing": -4.993828175779875, "mode": -4.58836306767171, "name": -4.993828175779875, "no": -4.58836306767171, "node": -4.993828175779875, "not": -4.58836306767171, "resolved": -4.58836306767171, "save": -4.993828175779875, "selector": -4.58836306767171, "strict": -4.58836306767171, "submit": -4.993828175779875, "testid": -4.993828175779875, "textcontent": -4.993828175779875, "the": -4.58836306767171, "to": -4.07753744390572, "total": -4.993828175779875, "unable": -4.993828175779875, "violation": -4.58836306767171, "waiting": -4.993828175779875, "with": -4.993828175779875, "xpath": -4.993828175779875 }, "navigation": { "NUM": -4.983606621708336, "aborted": -4.983606621708336, "another": -4.983606621708336, "back": -4.983606621708336, "because": -4.578141513600172, "by": -4.578141513600172, "checkout": -4.983606621708336, "context": -4.983606621708336, "crashed": -4.983606621708336, "dashboard": -4.983606621708336, "destroyed": -4.983606621708336, "detached": -4.983606621708336, "entry": -4.983606621708336, "err": -4.578141513600172, "exceeded": -4.983606621708336, "execution": -4.983606621708336, "failed": -4.983606621708336, "frame": -4.578141513600172, "goback": -4.983606621708336, "goto": -4.290459441148391, "history": -4.983606621708336, "home": -4.983606621708336, "interrupted": -4.578141513600172, "is": -4.983606621708336, "likely": -4.983606621708336, "login": -4.983606621708336, "many": -4.983606621708336, "maybe": -4.983606621708336, "most": -4.983606621708336, "navigate": -4.983606621708336, "navigating": -4.983606621708336, "navigation": -3.7308436532129683, "net": -4.578141513600172, "no": -4.983606621708336, "of": -4.983606621708336, "page": -3.884994333040227, "redirects": -4.983606621708336, "timeout": -4.983606621708336, "to": -3.7308436532129683, "too": -4.983606621708336, "waitforurl": -4.983606621708336, "was": -4.578141513600172 }, "network": { "NUM": -4.57126863431241, "URL": -4.283586561860629, "again": -4.976733742420574, "api": -4.976733742420574, "apirequestcontext": -4.976733742420574, "at": -4.976733742420574, "body": -4.976733742420574, "connect": -4.976733742420574, "connection": -4.57126863431241, "disconnected": -4.976733742420574, "eai": -4.976733742420574, "econnrefused": -4.976733742420574, "err": -3.8781214537524646, "error": -4.976733742420574, "failed": -4.283586561860629, "fetch": -4.976733742420574, "fetching": -4.976733742420574, "from": -4.976733742420574, "get": -4.976733742420574, "getaddrinfo": -4.976733742420574, "goto": -4.976733742420574, "hang": -4.976733742420574, "internet": -4.976733742420574, "loading": -4.976733742420574, "name": -4.976733742420574, "net": -3.8781214537524646, "not": -4.976733742420574, "on": -4.976733742420574, "out": -4.976733742420574, "page": -4.57126863431241, "products": -4.976733742420574, "protocol": -4.976733742420574, "reading": -4.976733742420574, "reason": -4.976733742420574, "refused": -4.976733742420574, "request": -4.57126863431241, "resolved": -4.976733742420574, "resource": -4.976733742420574, "response": -4.976733742420574, "route": -4.976733742420574, "socket": -4.976733742420574, "ssl": -4.976733742420574, "timed": -4.976733742420574, "to": -4.976733742420574, "up": -4.976733742420574, "upstream": -4.976733742420574, "while": -4.976733742420574 }, "timeout": { "NUM": -3.4965075614664802, "after": -5.000584958242754, "be": -4.59511985013459, "cart": -5.000584958242754, "click": -5.000584958242754, "element": -5.000584958242754, "event": -5.000584958242754, "exceeded": -3.6142905971228636, "expect": -5.000584958242754, "fill": -5.000584958242754, "for": -3.7478219897473863, "function": -5.000584958242754, "load": -5.000584958242754, "locator": -4.084294226368599, "navigation": -5.000584958242754, "of": -5.000584958242754, "out": -5.000584958242754, "page": -4.59511985013459, "running": -5.000584958242754, "selector": -5.000584958242754, "submit": -5.000584958242754, "test": -4.59511985013459, "timed": -5.000584958242754, "timeout": -3.6142905971228636, "timeouterror": -4.59511985013459, "to": -4.59511985013459, "tobevisible": -5.000584958242754, "visible": -4.59511985013459, "waitforloadstate": -5.000584958242754, "waitforselector": -5.000584958242754, "waiting": -3.7478219897473863, "while": -5.000584958242754 } }, "playwrightVersion": "1.59.1", "priors": { "assertion": -1.9636097261547143, "env-config": -1.9636097261547143, "flaky-by-retry": -1.9636097261547143, "locator-not-found": -1.9636097261547143, "navigation": -1.9636097261547143, "network": -1.9636097261547143, "timeout": -1.845826690498331 }, "totals": { "assertion": 64, "env-config": 69, "flaky-by-retry": 68, "locator-not-found": 68, "navigation": 65, "network": 63, "timeout": 70 }, "version": 1, "vocabSize": 227 };
12165
+ MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "13": -6.424058322604399, "16": -6.424058322604399, "17": -6.424058322604399, "20": -6.424058322604399, "21": -6.018593214496234, "22": -6.424058322604399, "23": -6.424058322604399, "25": -6.424058322604399, "30": -6.424058322604399, "41": -6.424058322604399, "43": -6.424058322604399, "61": -6.424058322604399, "00": -6.018593214496234, "03": -6.424058322604399, "12t07": -6.424058322604399, "6s": -6.424058322604399, "NUM": -4.283992159108128, "URL": -6.424058322604399, "actual": -6.018593214496234, "am": -6.424058322604399, "assertionerror": -6.424058322604399, "assertionname": -6.424058322604399, "async": -6.424058322604399, "at": -5.507767590730244, "await": -5.32544603393629, "basic": -5.507767590730244, "be": -5.730911142044453, "below": -6.424058322604399, "button": -6.424058322604399, "call": -5.507767590730244, "cart": -6.424058322604399, "checkout": -6.424058322604399, "com": -6.424058322604399, "const": -6.424058322604399, "count": -5.730911142044453, "dashboard": -6.424058322604399, "deep": -6.424058322604399, "downloads": -6.018593214496234, "equal": -6.424058322604399, "equality": -6.424058322604399, "error": -5.32544603393629, "example": -5.171295354109031, "expect": -4.283992159108128, "expected": -3.9817112872351945, "failed": -6.018593214496234, "false": -6.424058322604399, "field": -6.424058322604399, "for": -5.507767590730244, "getbytext": -6.018593214496234, "getting": -6.424058322604399, "ggorlen": -6.424058322604399, "got": -6.424058322604399, "goto": -6.424058322604399, "id": -6.018593214496234, "in": -6.018593214496234, "inner": -6.018593214496234, "internal": -6.018593214496234, "isnot": -6.018593214496234, "john": -6.424058322604399, "js": -5.32544603393629, "lib": -6.424058322604399, "locator": -4.478148173549085, "log": -5.507767590730244, "logged": -6.018593214496234, "login": -6.424058322604399, "matcherhint": -6.424058322604399, "matcherresult": -5.507767590730244, "modules": -6.424058322604399, "must": -6.424058322604399, "my": -6.424058322604399, "name": -6.018593214496234, "navbar": -5.507767590730244, "node": -5.507767590730244, "not": -6.424058322604399, "npx": -6.424058322604399, "page": -5.171295354109031, "pattern": -6.424058322604399, "playwright": -5.32544603393629, "printexpected": -6.018593214496234, "printreceived": -6.018593214496234, "process": -6.424058322604399, "processimmediate": -6.424058322604399, "queues": -6.424058322604399, "received": -4.22683374526818, "reply": -6.424058322604399, "return": -6.424058322604399, "runnextticks": -6.424058322604399, "running": -6.424058322604399, "runtestwithbeforehooks": -6.424058322604399, "selector": -6.424058322604399, "should": -6.018593214496234, "spec": -5.32544603393629, "string": -5.037763961484508, "task": -6.424058322604399, "test": -4.814620410170298, "tests": -5.507767590730244, "text": -6.424058322604399, "this": -5.171295354109031, "timeout": -5.730911142044453, "timers": -6.424058322604399, "title": -5.507767590730244, "to": -6.424058322604399, "tobe": -6.424058322604399, "tobetruthy": -6.424058322604399, "tobevisible": -6.018593214496234, "toequal": -6.424058322604399, "tohavecount": -6.424058322604399, "tohavetext": -4.919980925828125, "tohavetitle": -6.424058322604399, "tohavevalue": -6.424058322604399, "truthy": -6.424058322604399, "ts": -6.424058322604399, "undefined": -6.018593214496234, "users": -6.018593214496234, "using": -6.424058322604399, "utils": -5.32544603393629, "value": -6.424058322604399, "vu": -6.018593214496234, "waiting": -5.507767590730244, "with": -5.730911142044453, "worker": -6.424058322604399, "workerrunner": -6.018593214496234 }, "env-config": { "16": -6.687108607866515, "44": -6.687108607866515, "64": -6.687108607866515, "66": -6.687108607866515, "70": -5.77081787599236, "00": -6.28164349975835, "05": -6.687108607866515, "16t15": -6.687108607866515, "51z": -6.687108607866515, "8hauptrolle": -6.687108607866515, "NUM": -5.18303121109024, "activity": -6.687108607866515, "add": -6.687108607866515, "additional": -6.687108607866515, "aimed": -6.687108607866515, "alderoberge": -6.687108607866515, "alejo": -6.687108607866515, "also": -5.588496319198405, "and": -5.588496319198405, "any": -6.28164349975835, "anyone": -6.28164349975835, "api": -6.687108607866515, "assist": -6.687108607866515, "at": -5.434345639371147, "available": -6.28164349975835, "awb": -6.28164349975835, "back": -6.687108607866515, "base": -6.687108607866515, "baseurl": -6.687108607866515, "be": -6.28164349975835, "believe": -6.687108607866515, "binary": -6.687108607866515, "box": -6.28164349975835, "bridge": -6.687108607866515, "browser": -6.687108607866515, "browsername": -5.588496319198405, "browsers": -5.18303121109024, "browsertype": -4.9823605156280895, "but": -6.28164349975835, "by": -6.687108607866515, "cache": -5.77081787599236, "can": -6.28164349975835, "cannot": -6.687108607866515, "channel": -5.077670695432414, "cheron": -6.687108607866515, "chrome": -5.18303121109024, "chromium": -4.9823605156280895, "ci": -6.687108607866515, "cmu": -4.9823605156280895, "cmulex": -6.687108607866515, "command": -5.993961427306569, "commented": -6.687108607866515, "config": -5.993961427306569, "default": -6.687108607866515, "dependencies": -5.588496319198405, "deps": -5.993961427306569, "despite": -6.687108607866515, "difference": -6.687108607866515, "different": -6.687108607866515, "directory": -6.28164349975835, "displays": -6.687108607866515, "distros": -5.993961427306569, "do": -6.28164349975835, "docker": -6.687108607866515, "doesn": -5.434345639371147, "dotenv": -6.687108607866515, "download": -6.28164349975835, "edit": -6.687108607866515, "effort": -6.687108607866515, "elementary": -6.687108607866515, "enoent": -6.687108607866515, "env": -6.28164349975835, "environment": -6.28164349975835, "error": -4.741198458811201, "example": -6.687108607866515, "exec": -6.687108607866515, "executable": -5.77081787599236, "exist": -5.77081787599236, "existent": -6.687108607866515, "explain": -6.28164349975835, "eyes": -6.687108607866515, "failed": -6.687108607866515, "fak3": -6.687108607866515, "falling": -6.687108607866515, "file": -6.28164349975835, "files": -6.687108607866515, "find": -6.687108607866515, "firefox": -6.28164349975835, "fix": -6.687108607866515, "fixing": -6.687108607866515, "following": -6.28164349975835, "for": -5.588496319198405, "from": -6.687108607866515, "gnu": -6.687108607866515, "goes": -6.687108607866515, "goto": -6.687108607866515, "grapheme": -6.28164349975835, "guess": -6.28164349975835, "has": -6.28164349975835, "have": -6.28164349975835, "having": -6.28164349975835, "home": -6.687108607866515, "hopefully": -6.687108607866515, "host": -5.77081787599236, "if": -6.28164349975835, "image": -6.687108607866515, "in": -6.28164349975835, "incompatible": -6.687108607866515, "indic": -6.28164349975835, "information": -6.687108607866515, "insights": -6.687108607866515, "install": -5.588496319198405, "installed": -5.993961427306569, "instead": -6.687108607866515, "into": -6.687108607866515, "invalid": -6.687108607866515, "is": -5.077670695432414, "isn": -6.687108607866515, "issue": -5.588496319198405, "it": -4.9823605156280895, "js": -6.687108607866515, "json": -6.28164349975835, "just": -5.588496319198405, "kal": -6.687108607866515, "kal16": -6.687108607866515, "keep": -6.687108607866515, "key": -6.687108607866515, "kunukn": -6.687108607866515, "lang": -6.28164349975835, "launch": -4.9823605156280895, "leo": -6.687108607866515, "lex": -6.28164349975835, "lib": -6.687108607866515, "libatk": -6.28164349975835, "libatspi": -6.687108607866515, "libcups": -6.687108607866515, "libdbus": -6.687108607866515, "libdrm": -6.687108607866515, "libexpat": -6.687108607866515, "libflite": -4.741198458811201, "libgio": -6.687108607866515, "libglib": -6.687108607866515, "libgobject": -6.687108607866515, "libgstcodecparsers": -6.687108607866515, "libicu70": -6.687108607866515, "libicudata": -6.687108607866515, "libicui18n": -6.687108607866515, "libicuio": -6.687108607866515, "libicuuc": -6.687108607866515, "libnspr4": -6.687108607866515, "libnss3": -6.687108607866515, "libnssutil3": -6.687108607866515, "libpthread": -6.687108607866515, "libraries": -5.77081787599236, "libsmime3": -6.687108607866515, "libx264": -6.687108607866515, "libxcb": -6.687108607866515, "libxkbcommon": -6.687108607866515, "like": -5.77081787599236, "linux": -4.895349138638459, "load": -6.687108607866515, "looks": -5.993961427306569, "lookup": -6.687108607866515, "lot": -6.687108607866515, "make": -6.687108607866515, "malaver": -6.687108607866515, "matching": -6.687108607866515, "may": -6.28164349975835, "meant": -6.687108607866515, "message": -6.687108607866515, "minibrowser": -6.687108607866515, "mint": -5.77081787599236, "missing": -5.077670695432414, "module": -6.687108607866515, "more": -6.687108607866515, "most": -6.28164349975835, "ms": -5.77081787599236, "must": -6.687108607866515, "my": -6.687108607866515, "name": -6.687108607866515, "need": -6.687108607866515, "new": -6.28164349975835, "newer": -6.687108607866515, "no": -6.687108607866515, "non": -6.687108607866515, "not": -5.993961427306569, "npx": -6.28164349975835, "of": -5.434345639371147, "old": -6.687108607866515, "on": -5.18303121109024, "one": -6.28164349975835, "open": -6.687108607866515, "or": -5.77081787599236, "other": -6.687108607866515, "out": -5.77081787599236, "package": -6.687108607866515, "page": -6.687108607866515, "parameter": -6.687108607866515, "path": -6.687108607866515, "platforms": -6.687108607866515, "playwright": -4.435816809260019, "please": -6.28164349975835, "pnpm": -6.687108607866515, "points": -6.687108607866515, "popular": -6.28164349975835, "position": -6.687108607866515, "prompt": -6.687108607866515, "provided": -6.687108607866515, "quick": -6.687108607866515, "react": -6.687108607866515, "related": -6.687108607866515, "replace": -6.687108607866515, "reply": -6.687108607866515, "repositories": -6.28164349975835, "required": -6.687108607866515, "rms": -6.687108607866515, "root": -5.993961427306569, "run": -5.300814246746624, "running": -5.993961427306569, "safari": -6.28164349975835, "same": -5.77081787599236, "seems": -6.687108607866515, "set": -6.687108607866515, "should": -6.28164349975835, "simensbat": -6.687108607866515, "simply": -6.687108607866515, "slt": -6.687108607866515, "so": -3.742669628700074, "some": -6.28164349975835, "spec": -6.28164349975835, "such": -6.687108607866515, "super": -6.687108607866515, "support": -6.687108607866515, "symbol": -6.28164349975835, "syntaxerror": -6.687108607866515, "system": -5.588496319198405, "team": -6.687108607866515, "test": -6.28164349975835, "tests": -6.687108607866515, "the": -4.547042444370244, "there": -5.77081787599236, "this": -5.77081787599236, "time": -6.687108607866515, "title": -6.687108607866515, "tls": -6.687108607866515, "to": -4.489884030530295, "token": -6.687108607866515, "tried": -6.28164349975835, "troubleshooting": -6.687108607866515, "ts": -6.687108607866515, "tsconfig": -6.687108607866515, "ubuntu": -5.588496319198405, "undefined": -5.993961427306569, "unexpected": -6.687108607866515, "unsupported": -5.588496319198405, "updated": -6.28164349975835, "url": -6.687108607866515, "us": -5.588496319198405, "use": -6.687108607866515, "usenglish": -6.687108607866515, "uses": -6.28164349975835, "using": -6.28164349975835, "usr": -6.687108607866515, "value": -6.687108607866515, "values": -6.687108607866515, "variable": -6.28164349975835, "version": -6.28164349975835, "vsts": -6.687108607866515, "was": -5.993961427306569, "way": -6.687108607866515, "webkit": -5.77081787599236, "which": -6.28164349975835, "why": -6.28164349975835, "with": -5.300814246746624, "work": -5.77081787599236, "worker": -6.687108607866515, "works": -6.28164349975835, "would": -6.687108607866515, "x86": -6.687108607866515, "you": -6.28164349975835 }, "flaky-by-retry": { "after": -5.786897381366708, "and": -6.192362489474872, "animation": -6.192362489474872, "attempt": -5.276071757600717, "between": -6.192362489474872, "blip": -6.192362489474872, "cause": -6.192362489474872, "change": -6.192362489474872, "click": -6.192362489474872, "code": -6.192362489474872, "commit": -6.192362489474872, "condition": -6.192362489474872, "dependency": -6.192362489474872, "detached": -6.192362489474872, "deterministic": -6.192362489474872, "element": -6.192362489474872, "failed": -5.499215308914927, "fails": -6.192362489474872, "flaky": -5.276071757600717, "green": -6.192362489474872, "in": -6.192362489474872, "intermittent": -6.192362489474872, "locator": -6.192362489474872, "marked": -6.192362489474872, "network": -6.192362489474872, "no": -6.192362489474872, "non": -6.192362489474872, "on": -5.093750200806762, "order": -6.192362489474872, "passed": -5.093750200806762, "quarantined": -6.192362489474872, "race": -6.192362489474872, "reproducible": -6.192362489474872, "rerun": -6.192362489474872, "retry": -5.276071757600717, "runs": -6.192362489474872, "same": -6.192362489474872, "second": -6.192362489474872, "stale": -6.192362489474872, "succeeded": -6.192362489474872, "test": -5.786897381366708, "the": -6.192362489474872, "then": -6.192362489474872, "timeout": -6.192362489474872, "unstable": -6.192362489474872, "with": -6.192362489474872, "without": -6.192362489474872 }, "locator-not-found": { "25": -6.459904454377535, "30": -5.3612921657094255, "46": -6.459904454377535, "06": -6.459904454377535, "NUM": -5.5436137225033795, "aka": -4.588102277475944, "alert": -6.459904454377535, "all": -6.459904454377535, "an": -6.459904454377535, "api": -6.459904454377535, "aria": -6.05443934626937, "async": -6.459904454377535, "attached": -6.459904454377535, "based": -6.459904454377535, "being": -6.459904454377535, "birth": -6.459904454377535, "btn": -6.459904454377535, "button": -4.588102277475944, "by": -6.459904454377535, "captura": -6.459904454377535, "cart": -6.459904454377535, "carteiras": -6.05443934626937, "cell": -6.05443934626937, "checkout": -6.459904454377535, "checks": -6.459904454377535, "click": -5.5436137225033795, "cns": -5.766757273817589, "columns": -6.459904454377535, "const": -6.459904454377535, "contains": -6.459904454377535, "copy": -6.05443934626937, "count": -6.459904454377535, "cpf": -5.766757273817589, "da": -6.05443934626937, "data": -6.05443934626937, "de": -6.459904454377535, "div": -5.2071414858821665, "does": -6.459904454377535, "dom": -6.459904454377535, "easiest": -6.459904454377535, "element": -5.5436137225033795, "elements": -4.755156362139109, "error": -4.513994305322221, "even": -6.459904454377535, "exact": -5.766757273817589, "expected": -6.459904454377535, "fail": -6.459904454377535, "field": -6.459904454377535, "filtering": -6.459904454377535, "find": -6.459904454377535, "first": -5.766757273817589, "for": -6.05443934626937, "found": -6.05443934626937, "frame": -6.459904454377535, "from": -6.459904454377535, "getbyrole": -5.3612921657094255, "getbytext": -5.073610093257644, "icon": -6.459904454377535, "id": -5.766757273817589, "if": -6.459904454377535, "iframe": -6.459904454377535, "in": -5.766757273817589, "into": -6.459904454377535, "is": -5.5436137225033795, "issue": -6.05443934626937, "it": -5.766757273817589, "javascript": -6.459904454377535, "just": -6.459904454377535, "kb": -6.459904454377535, "label": -6.05443934626937, "licenses": -6.459904454377535, "link": -6.459904454377535, "list": -6.459904454377535, "locator": -4.2626798770413155, "match": -6.459904454377535, "matched": -6.459904454377535, "matches": -6.459904454377535, "mean": -6.459904454377535, "method": -6.459904454377535, "missing": -6.459904454377535, "mode": -4.66814498514948, "mother": -6.459904454377535, "munic": -6.05443934626937, "municipality": -6.459904454377535, "my": -6.459904454377535, "name": -5.2071414858821665, "nascimento": -6.05443934626937, "new": -6.05443934626937, "no": -6.05443934626937, "node": -6.459904454377535, "nome": -5.5436137225033795, "not": -6.05443934626937, "note": -6.459904454377535, "nov": -6.05443934626937, "novalistagem": -6.459904454377535, "nth": -6.459904454377535, "of": -6.459904454377535, "or": -5.766757273817589, "page": -6.459904454377535, "passes": -6.459904454377535, "pio": -6.05443934626937, "playwright": -6.05443934626937, "position": -5.766757273817589, "question": -6.459904454377535, "resolve": -6.459904454377535, "resolved": -4.955827057601261, "response": -6.459904454377535, "rest": -6.459904454377535, "result": -5.766757273817589, "results": -6.459904454377535, "role": -6.459904454377535, "run": -6.459904454377535, "save": -6.459904454377535, "selection": -6.459904454377535, "selector": -6.05443934626937, "simplest": -6.459904454377535, "solution": -6.459904454377535, "span": -5.766757273817589, "specify": -6.459904454377535, "specifying": -6.459904454377535, "state": -6.459904454377535, "strict": -4.66814498514948, "submit": -6.459904454377535, "tabindex": -6.05443934626937, "table": -6.459904454377535, "take": -6.459904454377535, "td": -6.459904454377535, "tela": -6.459904454377535, "test": -6.05443934626937, "testid": -6.459904454377535, "text": -5.766757273817589, "textcontent": -6.459904454377535, "that": -6.05443934626937, "the": -4.513994305322221, "thead": -6.459904454377535, "this": -5.5436137225033795, "title": -6.459904454377535, "to": -4.513994305322221, "total": -6.459904454377535, "tr": -6.459904454377535, "true": -5.766757273817589, "type": -6.05443934626937, "uf": -6.05443934626937, "unable": -6.459904454377535, "validate": -6.459904454377535, "validatefieldvalue": -6.459904454377535, "validation": -6.459904454377535, "violation": -4.755156362139109, "waitfor": -6.459904454377535, "waiting": -6.459904454377535, "we": -6.459904454377535, "what": -6.459904454377535, "when": -6.459904454377535, "whether": -6.459904454377535, "will": -6.459904454377535, "with": -6.459904454377535, "xpath": -6.459904454377535 }, "navigation": { "14": -6.304448802421981, "19": -6.709913910530146, "25": -6.709913910530146, "27": -6.304448802421981, "39": -6.709913910530146, "49": -6.709913910530146, "66": -6.709913910530146, "0ms": -6.304448802421981, "6ms": -6.709913910530146, "NUM": -4.569847747033875, "URL": -5.793623178655991, "abort": -6.0167667299702, "aborted": -4.91815444130209, "acting": -6.709913910530146, "additional": -6.709913910530146, "adjusting": -6.709913910530146, "after": -6.0167667299702, "an": -6.304448802421981, "and": -6.304448802421981, "another": -6.709913910530146, "api": -5.611301621862036, "appends": -6.709913910530146, "are": -6.709913910530146, "argument": -6.709913910530146, "as": -6.709913910530146, "async": -6.0167667299702, "at": -5.457150942034778, "avoid": -6.709913910530146, "await": -4.91815444130209, "back": -6.709913910530146, "base": -6.709913910530146, "be": -6.709913910530146, "because": -5.457150942034778, "before": -6.304448802421981, "behavior": -6.709913910530146, "being": -6.709913910530146, "both": -6.709913910530146, "browser": -6.0167667299702, "bug": -6.304448802421981, "but": -6.304448802421981, "by": -6.0167667299702, "call": -5.457150942034778, "callback": -6.709913910530146, "called": -6.709913910530146, "calling": -6.709913910530146, "cancelled": -6.709913910530146, "cannot": -6.709913910530146, "caused": -6.709913910530146, "causes": -6.709913910530146, "certain": -6.709913910530146, "chain": -6.304448802421981, "channel": -6.709913910530146, "checkout": -6.709913910530146, "chrome": -6.709913910530146, "click": -6.709913910530146, "close": -6.709913910530146, "closed": -6.709913910530146, "code": -6.709913910530146, "comment": -6.709913910530146, "commented": -6.709913910530146, "common": -6.304448802421981, "complicated": -6.709913910530146, "connection": -6.709913910530146, "const": -6.709913910530146, "context": -6.304448802421981, "copy": -6.0167667299702, "crashed": -5.793623178655991, "create": -6.709913910530146, "dashboard": -6.0167667299702, "debugging": -6.709913910530146, "describe": -6.709913910530146, "destroyed": -6.0167667299702, "detached": -5.100475998096045, "developer": -6.709913910530146, "didn": -6.709913910530146, "different": -6.709913910530146, "directly": -6.709913910530146, "document": -6.709913910530146, "does": -6.709913910530146, "domcontentloaded": -6.304448802421981, "dowrite": -6.709913910530146, "during": -6.304448802421981, "en": -6.709913910530146, "entry": -6.709913910530146, "err": -4.695010889987881, "error": -4.838111733628554, "event": -6.304448802421981, "example": -6.709913910530146, "exceeded": -6.304448802421981, "execution": -6.709913910530146, "expect": -6.709913910530146, "expected": -6.709913910530146, "facing": -6.709913910530146, "failed": -5.611301621862036, "file": -5.323619549410255, "fine": -6.304448802421981, "fired": -6.304448802421981, "firefox": -6.709913910530146, "for": -5.793623178655991, "frame": -4.6304723688503096, "frames": -6.709913910530146, "frequent": -6.709913910530146, "from": -6.709913910530146, "frompromise": -6.709913910530146, "full": -6.709913910530146, "future": -6.709913910530146, "getbyrole": -6.709913910530146, "getting": -6.709913910530146, "given": -6.709913910530146, "goback": -6.709913910530146, "going": -6.709913910530146, "goto": -4.312018637731775, "handler": -6.709913910530146, "happens": -6.709913910530146, "have": -6.709913910530146, "headless": -6.709913910530146, "helper": -6.0167667299702, "hint": -6.709913910530146, "history": -6.709913910530146, "home": -5.323619549410255, "html": -6.0167667299702, "impl": -6.709913910530146, "in": -5.457150942034778, "include": -6.709913910530146, "info": -6.709913910530146, "initial": -6.709913910530146, "innerhtml": -6.709913910530146, "inside": -6.709913910530146, "instead": -6.709913910530146, "internal": -6.709913910530146, "interrupted": -6.304448802421981, "is": -6.304448802421981, "issue": -5.457150942034778, "it": -6.304448802421981, "its": -6.709913910530146, "js": -5.611301621862036, "jul": -6.304448802421981, "lang": -6.709913910530146, "last": -6.304448802421981, "lib": -5.793623178655991, "likely": -6.709913910530146, "line": -5.457150942034778, "link": -5.793623178655991, "load": -5.793623178655991, "loads": -6.304448802421981, "locals": -5.793623178655991, "log": -6.0167667299702, "login": -6.0167667299702, "logs": -6.304448802421981, "main": -6.709913910530146, "many": -6.304448802421981, "maxschmitt": -6.709913910530146, "may": -6.709913910530146, "maybe": -5.100475998096045, "means": -6.709913910530146, "message": -6.709913910530146, "method": -6.709913910530146, "mistake": -6.709913910530146, "mjs": -6.709913910530146, "mobile": -6.709913910530146, "mode": -6.709913910530146, "more": -6.709913910530146, "most": -6.0167667299702, "my": -6.709913910530146, "name": -6.304448802421981, "navigate": -6.709913910530146, "navigates": -6.709913910530146, "navigatetojobs": -6.709913910530146, "navigating": -5.323619549410255, "navigation": -4.695010889987881, "net": -4.838111733628554, "new": -5.205836513753871, "next": -6.709913910530146, "no": -6.304448802421981, "node": -6.0167667299702, "non": -6.709913910530146, "none": -6.709913910530146, "oauth": -6.709913910530146, "obj": -6.709913910530146, "of": -5.457150942034778, "on": -6.0167667299702, "open": -6.304448802421981, "options": -6.709913910530146, "or": -6.304448802421981, "other": -6.709913910530146, "out": -6.709913910530146, "packages": -5.793623178655991, "page": -3.9065535296236105, "pages": -6.0167667299702, "params": -6.304448802421981, "per": -6.709913910530146, "playwright": -4.91815444130209, "pretty": -6.709913910530146, "process": -6.709913910530146, "promises": -6.709913910530146, "pw": -5.793623178655991, "py": -5.457150942034778, "python3": -5.793623178655991, "randomly": -6.709913910530146, "rebuilds": -6.709913910530146, "received": -6.709913910530146, "recent": -6.304448802421981, "redirect": -6.0167667299702, "redirects": -6.709913910530146, "reload": -6.304448802421981, "removed": -6.304448802421981, "removes": -6.709913910530146, "replaced": -6.709913910530146, "replaces": -6.709913910530146, "replicate": -6.709913910530146, "request": -6.709913910530146, "resolved": -6.709913910530146, "response": -6.709913910530146, "result": -6.709913910530146, "retrieving": -6.709913910530146, "return": -6.709913910530146, "returns": -6.709913910530146, "root": -6.709913910530146, "route": -6.0167667299702, "run": -6.709913910530146, "same": -6.709913910530146, "script": -6.304448802421981, "selector": -6.709913910530146, "self": -5.611301621862036, "send": -6.304448802421981, "sends": -6.709913910530146, "settings": -6.304448802421981, "site": -5.793623178655991, "skip": -6.709913910530146, "socket": -6.709913910530146, "some": -6.304448802421981, "somepage": -6.709913910530146, "spa": -6.304448802421981, "started": -6.709913910530146, "states": -6.709913910530146, "stcpage": -6.304448802421981, "stcunregisteredpage": -6.709913910530146, "stephen100mwangi": -6.709913910530146, "stream": -5.793623178655991, "suddenly": -6.709913910530146, "suspects": -6.709913910530146, "test": -5.457150942034778, "tests": -6.709913910530146, "than": -6.709913910530146, "that": -5.793623178655991, "the": -4.695010889987881, "then": -6.709913910530146, "there": -6.709913910530146, "thing": -6.709913910530146, "this": -6.709913910530146, "through": -6.709913910530146, "timeout": -6.304448802421981, "to": -4.4073288175361, "too": -6.709913910530146, "totally": -6.709913910530146, "traceback": -6.0167667299702, "tried": -6.709913910530146, "triggers": -6.709913910530146, "triggeruncaughtexception": -6.709913910530146, "true": -6.709913910530146, "trying": -6.709913910530146, "uid": -6.709913910530146, "unhandledpromiserejectionwarning": -6.709913910530146, "until": -5.793623178655991, "url": -5.611301621862036, "users": -6.709913910530146, "v18": -6.709913910530146, "variant": -6.304448802421981, "venv": -5.793623178655991, "wait": -6.709913910530146, "waitforurl": -6.304448802421981, "waiting": -6.0167667299702, "waituntil": -6.709913910530146, "was": -4.6304723688503096, "way": -6.709913910530146, "website": -6.709913910530146, "were": -6.709913910530146, "when": -6.0167667299702, "which": -6.709913910530146, "while": -6.304448802421981, "with": -6.0167667299702, "worked": -6.709913910530146, "works": -6.709913910530146, "writable": -6.0167667299702, "write": -6.304448802421981, "writeorbuffer": -6.709913910530146, "your": -6.709913910530146 }, "network": { "10": -5.903316160331277, "11": -5.680172609017068, "12": -4.804703871663167, "13": -6.190998232783058, "14": -4.345171542284727, "15": -4.345171542284727, "16": -5.343700372395855, "17": -4.345171542284727, "19": -6.596463340891223, "20": -6.596463340891223, "21": -6.190998232783058, "23": -6.596463340891223, "31": -5.210168979771332, "34": -6.596463340891223, "48": -6.596463340891223, "51": -6.596463340891223, "61": -6.596463340891223, "64": -6.596463340891223, "65": -6.596463340891223, "69": -6.596463340891223, "77": -6.596463340891223, "95": -6.596463340891223, "98": -6.596463340891223, "NUM": -5.210168979771332, "URL": -4.345171542284727, "access": -6.190998232783058, "again": -6.596463340891223, "am": -6.596463340891223, "and": -6.190998232783058, "anonymous": -6.596463340891223, "api": -6.190998232783058, "apirequestcontext": -6.596463340891223, "applicationurl": -6.596463340891223, "async": -6.190998232783058, "at": -4.070734696582967, "await": -5.903316160331277, "basepage": -6.596463340891223, "before": -6.190998232783058, "beforeeach": -6.596463340891223, "body": -6.596463340891223, "bundle": -6.190998232783058, "capture": -6.596463340891223, "capturestacktrace": -6.596463340891223, "channelowner": -6.190998232783058, "check": -5.680172609017068, "checkout": -6.596463340891223, "chromium": -6.596463340891223, "client": -5.497851052223113, "clientrequest": -6.190998232783058, "close": -6.596463340891223, "code": -6.190998232783058, "common": -6.596463340891223, "connect": -6.596463340891223, "connection": -4.8917152486527975, "const": -6.596463340891223, "dashboardpage": -5.343700372395855, "day": -6.596463340891223, "debug": -6.596463340891223, "deliver": -6.596463340891223, "disconnected": -6.596463340891223, "domcontentloaded": -6.190998232783058, "each": -6.596463340891223, "eai": -6.596463340891223, "econnrefused": -6.596463340891223, "econnreset": -6.596463340891223, "emit": -6.190998232783058, "environment": -6.596463340891223, "err": -4.650553191835909, "error": -4.581560320348958, "events": -6.190998232783058, "failed": -5.903316160331277, "fetch": -6.596463340891223, "fetching": -6.596463340891223, "for": -6.596463340891223, "frame": -5.680172609017068, "from": -6.596463340891223, "get": -6.596463340891223, "getaddrinfo": -6.596463340891223, "git": -6.190998232783058, "goto": -4.650553191835909, "gotosearchproduct": -6.596463340891223, "handler": -6.596463340891223, "hang": -6.190998232783058, "hook": -6.596463340891223, "http": -6.596463340891223, "internet": -6.596463340891223, "js": -4.581560320348958, "lib": -5.343700372395855, "load": -6.190998232783058, "loadapplication": -6.596463340891223, "loading": -6.596463340891223, "login": -5.680172609017068, "logs": -5.092385944114948, "modules": -4.724661163989631, "name": -5.497851052223113, "navigating": -5.210168979771332, "net": -4.517021799211387, "networkidle": -5.680172609017068, "new": -5.903316160331277, "node": -4.724661163989631, "not": -5.903316160331277, "note": -6.596463340891223, "object": -6.596463340891223, "on": -6.190998232783058, "out": -6.190998232783058, "page": -4.456397177394951, "pages": -6.596463340891223, "personal": -6.190998232783058, "playwright": -4.154116305522018, "pnpm": -5.343700372395855, "product": -6.596463340891223, "producteditpage": -6.190998232783058, "products": -6.596463340891223, "productsearchpage": -6.190998232783058, "project": -6.190998232783058, "promises": -6.596463340891223, "protocol": -6.596463340891223, "proxy": -6.596463340891223, "proxyerror": -6.596463340891223, "public": -6.596463340891223, "pw": -6.596463340891223, "reading": -6.596463340891223, "reason": -6.596463340891223, "recording": -6.596463340891223, "refused": -5.343700372395855, "request": -6.190998232783058, "resolved": -5.903316160331277, "resource": -6.596463340891223, "response": -6.596463340891223, "route": -6.596463340891223, "runner": -6.190998232783058, "same": -6.596463340891223, "sauce": -6.190998232783058, "saucelabintegration": -6.596463340891223, "scheduleedit": -6.596463340891223, "sendmessagetoserver": -6.596463340891223, "server": -6.596463340891223, "settings": -6.596463340891223, "single": -6.596463340891223, "socket": -5.680172609017068, "socketcloselistener": -6.596463340891223, "spec": -6.190998232783058, "ssl": -6.596463340891223, "stacktrace": -6.596463340891223, "started": -6.596463340891223, "starting": -6.596463340891223, "tcp": -6.596463340891223, "test": -6.596463340891223, "tests": -5.680172609017068, "this": -6.596463340891223, "timed": -6.190998232783058, "timeouts": -6.596463340891223, "to": -4.987025428457122, "token": -6.190998232783058, "trace": -6.596463340891223, "ts": -6.596463340891223, "until": -5.210168979771332, "up": -6.190998232783058, "update": -6.190998232783058, "upstream": -6.596463340891223, "url": -6.190998232783058, "use": -6.596463340891223, "user": -5.903316160331277, "utils": -6.596463340891223, "valueof": -6.596463340891223, "variable": -6.596463340891223, "waiting": -5.210168979771332, "waituntil": -6.596463340891223, "while": -6.596463340891223, "wo": -6.596463340891223, "work": -5.343700372395855, "wrapapicall": -6.596463340891223, "your": -6.596463340891223 }, "timeout": { "10": -6.434546518787453, "15": -6.840011626895618, "16": -6.840011626895618, "17": -6.840011626895618, "18": -6.840011626895618, "19": -6.840011626895618, "20": -6.434546518787453, "21": -6.434546518787453, "22": -6.840011626895618, "23": -6.840011626895618, "30": -5.741399338227508, "31": -6.840011626895618, "54": -6.840011626895618, "58": -6.840011626895618, "59": -6.840011626895618, "60": -6.146864446335672, "61": -6.434546518787453, "62": -6.840011626895618, "63": -6.840011626895618, "64": -6.840011626895618, "73": -6.840011626895618, "79": -6.840011626895618, "83": -6.840011626895618, "00": -6.434546518787453, "NUM": -3.7719586917620003, "URL": -6.434546518787453, "action": -5.453717265775727, "actiontimeout": -6.840011626895618, "actual": -6.146864446335672, "after": -6.840011626895618, "afterall": -6.840011626895618, "all": -6.840011626895618, "amount": -6.840011626895618, "an": -5.741399338227508, "and": -5.135263534657192, "angle": -6.840011626895618, "anush": -6.434546518787453, "anzeigen": -6.840011626895618, "api": -5.923720895021463, "app": -6.840011626895618, "appeared": -6.840011626895618, "apply": -6.840011626895618, "are": -6.840011626895618, "areas": -6.840011626895618, "aren": -6.840011626895618, "as": -6.840011626895618, "assertions": -6.840011626895618, "async": -6.840011626895618, "at": -4.968209449994026, "attempt": -6.840011626895618, "attempting": -6.434546518787453, "attributetopage": -6.840011626895618, "auth": -6.146864446335672, "av": -6.434546518787453, "available": -6.840011626895618, "await": -5.453717265775727, "baseurl": -6.434546518787453, "basic": -6.146864446335672, "be": -5.741399338227508, "been": -5.923720895021463, "beforeall": -6.840011626895618, "beforeeach": -6.434546518787453, "between": -6.840011626895618, "bin": -6.840011626895618, "binding": -6.840011626895618, "br": -4.825108606353353, "browser": -5.58724865840025, "browsertype": -6.840011626895618, "btn": -6.840011626895618, "but": -6.840011626895618, "button": -5.923720895021463, "by": -6.434546518787453, "cache": -6.434546518787453, "call": -6.434546518787453, "can": -6.840011626895618, "capture": -6.840011626895618, "cart": -6.840011626895618, "case": -6.434546518787453, "certificates": -6.840011626895618, "chromium": -5.335934230119343, "class": -6.840011626895618, "click": -5.135263534657192, "closed": -5.230573714461517, "config": -5.58724865840025, "configured": -6.840011626895618, "const": -5.923720895021463, "consume": -6.840011626895618, "context": -5.923720895021463, "copy": -6.840011626895618, "core20": -6.840011626895618, "correlation": -6.840011626895618, "could": -6.146864446335672, "ctaheader": -6.840011626895618, "current": -6.840011626895618, "data": -6.146864446335672, "debug": -6.840011626895618, "default": -6.434546518787453, "defer": -6.840011626895618, "describe": -6.840011626895618, "deutschland": -6.434546518787453, "div": -6.146864446335672, "domcontentloaded": -6.434546518787453, "done": -6.840011626895618, "down": -6.840011626895618, "dropdown": -6.840011626895618, "during": -6.434546518787453, "each": -6.434546518787453, "element": -5.741399338227508, "enabled": -5.58724865840025, "entire": -6.840011626895618, "environment": -6.434546518787453, "err": -6.840011626895618, "error": -4.825108606353353, "event": -6.146864446335672, "exceeded": -4.699945463399347, "expect": -6.146864446335672, "fail": -6.840011626895618, "fill": -6.840011626895618, "filter": -6.840011626895618, "fired": -6.840011626895618, "first": -6.840011626895618, "fixture": -6.146864446335672, "for": -4.588719828289123, "force": -6.840011626895618, "form": -5.741399338227508, "frame": -6.434546518787453, "frames": -6.434546518787453, "from": -6.146864446335672, "function": -6.840011626895618, "glibc": -6.840011626895618, "global": -6.434546518787453, "globaltimeout": -6.840011626895618, "gnu": -6.840011626895618, "goto": -5.230573714461517, "gtk": -6.840011626895618, "has": -5.741399338227508, "hastext": -6.434546518787453, "have": -6.434546518787453, "helper": -6.840011626895618, "hold": -6.434546518787453, "home": -6.146864446335672, "hook": -6.146864446335672, "httpcredentials": -6.434546518787453, "icon": -6.840011626895618, "id": -6.840011626895618, "if": -6.146864446335672, "in": -4.825108606353353, "inaccurate": -6.146864446335672, "indexof": -6.840011626895618, "individual": -6.840011626895618, "init": -6.840011626895618, "insert": -6.840011626895618, "inspector": -6.840011626895618, "into": -6.434546518787453, "invalid": -6.840011626895618, "is": -5.048252157667562, "isn": -6.840011626895618, "issues": -6.840011626895618, "it": -6.434546518787453, "javascript": -6.840011626895618, "js": -5.230573714461517, "just": -5.923720895021463, "label": -6.840011626895618, "launch": -6.840011626895618, "league": -6.840011626895618, "leagues": -6.840011626895618, "lib": -5.335934230119343, "libc": -6.840011626895618, "libpthread": -6.840011626895618, "likely": -6.840011626895618, "link": -6.840011626895618, "linux": -6.840011626895618, "load": -6.434546518787453, "loading": -6.840011626895618, "locator": -4.699945463399347, "log": -6.434546518787453, "logs": -5.923720895021463, "lookup": -6.840011626895618, "may": -6.840011626895618, "message": -6.840011626895618, "minibrowser": -6.434546518787453, "minutes": -6.840011626895618, "module": -6.840011626895618, "modules": -5.453717265775727, "more": -6.840011626895618, "ms": -5.923720895021463, "my": -6.840011626895618, "navigated": -6.840011626895618, "navigating": -6.840011626895618, "navigation": -5.335934230119343, "navigationtimeout": -6.840011626895618, "needed": -6.840011626895618, "network": -6.840011626895618, "new": -6.840011626895618, "newcontext": -6.840011626895618, "news": -6.840011626895618, "ng": -6.434546518787453, "no": -5.453717265775727, "node": -5.335934230119343, "not": -5.923720895021463, "note": -6.840011626895618, "nth": -6.840011626895618, "occur": -6.840011626895618, "of": -5.230573714461517, "on": -6.434546518787453, "open": -6.146864446335672, "option": -6.840011626895618, "options": -5.923720895021463, "or": -5.741399338227508, "out": -6.840011626895618, "override": -6.434546518787453, "page": -4.1658629774690885, "pages": -6.840011626895618, "password": -5.923720895021463, "pbutton": -6.840011626895618, "pid": -6.434546518787453, "pipe": -6.840011626895618, "playwright": -4.642787049559399, "private": -6.840011626895618, "problematic": -6.840011626895618, "progress": -6.840011626895618, "progresscontroller": -6.840011626895618, "protocol": -6.840011626895618, "pthread": -6.840011626895618, "pw": -6.434546518787453, "question": -6.840011626895618, "rather": -6.840011626895618, "reason": -6.146864446335672, "regexp": -6.840011626895618, "release": -6.434546518787453, "rerun": -6.840011626895618, "resolved": -6.434546518787453, "retrieve": -6.840011626895618, "retry": -6.840011626895618, "run": -6.146864446335672, "runnavigationtask": -6.840011626895618, "running": -6.434546518787453, "say": -6.840011626895618, "scope": -6.840011626895618, "scrolling": -6.434546518787453, "seconds": -6.840011626895618, "select": -6.146864446335672, "selector": -5.923720895021463, "self": -6.840011626895618, "session": -6.840011626895618, "set": -5.58724865840025, "sets": -6.840011626895618, "settimeout": -6.840011626895618, "sh": -6.840011626895618, "share": -6.434546518787453, "show": -6.840011626895618, "sidebar": -6.434546518787453, "signed": -6.840011626895618, "similar": -6.840011626895618, "single": -6.840011626895618, "site": -6.146864446335672, "slow": -6.840011626895618, "snap": -6.840011626895618, "so": -6.840011626895618, "sometimes": -6.840011626895618, "span": -6.840011626895618, "spec": -6.434546518787453, "specific": -6.434546518787453, "src": -6.840011626895618, "ssl": -6.840011626895618, "stable": -6.146864446335672, "startup": -6.840011626895618, "statement": -6.840011626895618, "status": -6.840011626895618, "stuck": -6.146864446335672, "submit": -6.840011626895618, "symbol": -6.434546518787453, "target": -4.825108606353353, "teaser": -6.840011626895618, "test": -4.642787049559399, "tests": -6.146864446335672, "text": -6.434546518787453, "that": -5.923720895021463, "the": -4.314282982587362, "there": -5.923720895021463, "this": -5.923720895021463, "throw": -6.840011626895618, "throws": -6.840011626895618, "time": -6.840011626895618, "timed": -6.840011626895618, "timeout": -3.9222408948113383, "timeouterror": -5.923720895021463, "timeouts": -5.923720895021463, "to": -4.588719828289123, "tobevisible": -6.840011626895618, "tried": -6.840011626895618, "ts": -6.434546518787453, "undefined": -6.840011626895618, "unhandledpromiserejectionwarning": -6.840011626895618, "until": -6.840011626895618, "url": -5.923720895021463, "use": -5.923720895021463, "user": -6.434546518787453, "username": -6.434546518787453, "using": -6.840011626895618, "usr": -6.840011626895618, "variable": -6.840011626895618, "version": -6.840011626895618, "view": -6.840011626895618, "visible": -5.453717265775727, "wait": -6.840011626895618, "waitforloadstate": -6.840011626895618, "waitforselector": -6.434546518787453, "waitfortimeout": -6.434546518787453, "waiting": -4.894101477840304, "waituntil": -6.840011626895618, "wamdata": -6.840011626895618, "was": -5.58724865840025, "way": -6.840011626895618, "we": -6.840011626895618, "webkit": -6.434546518787453, "when": -6.840011626895618, "while": -6.146864446335672, "whole": -6.840011626895618, "will": -6.840011626895618, "window": -6.840011626895618, "with": -6.146864446335672, "wrapper": -5.923720895021463, "x86": -6.840011626895618, "yet": -6.840011626895618, "your": -6.434546518787453 } }, "playwrightVersion": "1.61.1", "priors": { "assertion": -2.2472349979108808, "env-config": -1.6766901394432678, "flaky-by-retry": -2.7327428136925813, "locator-not-found": -2.0395956331326364, "navigation": -1.7211419020141017, "network": -2.1041341542702074, "timeout": -1.5540878173509354 }, "totals": { "assertion": 323, "env-config": 694, "flaky-by-retry": 68, "locator-not-found": 368, "navigation": 731, "network": 555, "timeout": 959 }, "version": 3, "vocabSize": 910 };
12165
12166
  }
12166
12167
  });
12167
12168
 
package/dist/index.d.mts CHANGED
@@ -487,6 +487,18 @@ declare class PdfReporter implements Reporter {
487
487
  * onBegin) and PDF generation (awaited in onEnd) — at most one network trip.
488
488
  */
489
489
  private license;
490
+ /**
491
+ * onEnd entry point for licensing: the memoized resolution can be as old as
492
+ * the whole run (it is shared with the live stream from onBegin), and a JWT
493
+ * issued near the subscription's period end can expire MID-RUN while the
494
+ * subscription itself renews and stays active — the exact case where the
495
+ * admin dashboard shows "active" but generateAll's expiry gate would throw.
496
+ * When the token is expired or about to be, re-resolve once: with < 24h TTL
497
+ * the client always takes the network path, and its token_expired recovery
498
+ * (clear cache → fresh activation) picks up the renewed period. A refresh
499
+ * failure downgrades to the normal warn-and-skip, never a hard ERROR.
500
+ */
501
+ private freshLicense;
490
502
  private resolveLicense;
491
503
  /**
492
504
  * Wires up live streaming: derives the run id (shared by all shards), kicks
package/dist/index.d.ts CHANGED
@@ -487,6 +487,18 @@ declare class PdfReporter implements Reporter {
487
487
  * onBegin) and PDF generation (awaited in onEnd) — at most one network trip.
488
488
  */
489
489
  private license;
490
+ /**
491
+ * onEnd entry point for licensing: the memoized resolution can be as old as
492
+ * the whole run (it is shared with the live stream from onBegin), and a JWT
493
+ * issued near the subscription's period end can expire MID-RUN while the
494
+ * subscription itself renews and stays active — the exact case where the
495
+ * admin dashboard shows "active" but generateAll's expiry gate would throw.
496
+ * When the token is expired or about to be, re-resolve once: with < 24h TTL
497
+ * the client always takes the network path, and its token_expired recovery
498
+ * (clear cache → fresh activation) picks up the renewed period. A refresh
499
+ * failure downgrades to the normal warn-and-skip, never a hard ERROR.
500
+ */
501
+ private freshLicense;
490
502
  private resolveLicense;
491
503
  /**
492
504
  * Wires up live streaming: derives the run id (shared by all shards), kicks
package/dist/index.js CHANGED
@@ -10857,7 +10857,7 @@ var import_node_crypto = require("crypto");
10857
10857
 
10858
10858
  // src/analysis/model-bundle.ts
10859
10859
  init_cjs_shims();
10860
- var MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "NUM": -4.574710978503383, "assertionerror": -4.980176086611547, "be": -4.980176086611547, "cart": -4.980176086611547, "checkout": -4.980176086611547, "com": -4.980176086611547, "dashboard": -4.980176086611547, "deep": -4.980176086611547, "equal": -4.980176086611547, "equality": -4.980176086611547, "error": -4.980176086611547, "expect": -3.5938817254916566, "expected": -3.1083739097099556, "failed": -4.980176086611547, "false": -4.980176086611547, "got": -4.980176086611547, "id": -4.574710978503383, "john": -4.980176086611547, "locator": -4.574710978503383, "login": -4.980176086611547, "must": -4.980176086611547, "page": -4.980176086611547, "pattern": -4.980176086611547, "received": -3.275427994373122, "string": -4.980176086611547, "to": -4.980176086611547, "tobe": -4.980176086611547, "tobetruthy": -4.980176086611547, "toequal": -4.980176086611547, "tohavecount": -4.980176086611547, "tohavetext": -4.980176086611547, "tohavetitle": -4.980176086611547, "tohavevalue": -4.980176086611547, "truthy": -4.980176086611547, "value": -4.980176086611547 }, "env-config": { "NUM": -4.997212273764115, "api": -4.997212273764115, "at": -4.997212273764115, "back": -4.997212273764115, "base": -4.997212273764115, "baseurl": -4.997212273764115, "browsers": -4.997212273764115, "cannot": -4.997212273764115, "ci": -4.997212273764115, "config": -4.304065093204169, "directory": -4.591747165655951, "dotenv": -4.997212273764115, "enoent": -4.997212273764115, "env": -4.591747165655951, "environment": -4.591747165655951, "error": -4.08092154188996, "existent": -4.997212273764115, "failed": -4.997212273764115, "falling": -4.997212273764115, "file": -4.997212273764115, "find": -4.997212273764115, "from": -4.997212273764115, "in": -4.591747165655951, "invalid": -4.997212273764115, "is": -4.997212273764115, "json": -4.591747165655951, "key": -4.997212273764115, "load": -4.997212273764115, "missing": -4.997212273764115, "module": -4.997212273764115, "no": -4.997212273764115, "non": -4.997212273764115, "not": -4.997212273764115, "open": -4.997212273764115, "or": -4.997212273764115, "path": -4.997212273764115, "playwright": -4.591747165655951, "points": -4.997212273764115, "position": -4.997212273764115, "required": -4.997212273764115, "set": -4.997212273764115, "spec": -4.997212273764115, "such": -4.997212273764115, "syntaxerror": -4.997212273764115, "test": -4.997212273764115, "to": -4.304065093204169, "token": -4.997212273764115, "ts": -4.997212273764115, "tsconfig": -4.997212273764115, "undefined": -4.591747165655951, "unexpected": -4.997212273764115, "url": -4.997212273764115, "values": -4.997212273764115, "variable": -4.591747165655951 }, "flaky-by-retry": { "after": -4.58836306767171, "and": -4.993828175779875, "animation": -4.993828175779875, "attempt": -4.07753744390572, "between": -4.993828175779875, "blip": -4.993828175779875, "cause": -4.993828175779875, "change": -4.993828175779875, "click": -4.993828175779875, "code": -4.993828175779875, "commit": -4.993828175779875, "condition": -4.993828175779875, "dependency": -4.993828175779875, "detached": -4.993828175779875, "deterministic": -4.993828175779875, "element": -4.993828175779875, "failed": -4.300680995219929, "fails": -4.993828175779875, "flaky": -4.07753744390572, "green": -4.993828175779875, "in": -4.993828175779875, "intermittent": -4.993828175779875, "locator": -4.993828175779875, "marked": -4.993828175779875, "network": -4.993828175779875, "no": -4.993828175779875, "non": -4.993828175779875, "on": -3.895215887111765, "order": -4.993828175779875, "passed": -3.895215887111765, "quarantined": -4.993828175779875, "race": -4.993828175779875, "reproducible": -4.993828175779875, "rerun": -4.993828175779875, "retry": -4.07753744390572, "runs": -4.993828175779875, "same": -4.993828175779875, "second": -4.993828175779875, "stale": -4.993828175779875, "succeeded": -4.993828175779875, "test": -4.58836306767171, "the": -4.993828175779875, "then": -4.993828175779875, "timeout": -4.993828175779875, "unstable": -4.993828175779875, "with": -4.993828175779875, "without": -4.993828175779875 }, "locator-not-found": { "an": -4.993828175779875, "attached": -4.993828175779875, "btn": -4.993828175779875, "button": -4.58836306767171, "cart": -4.993828175779875, "checkout": -4.993828175779875, "click": -4.993828175779875, "data": -4.993828175779875, "div": -4.993828175779875, "dom": -4.993828175779875, "element": -4.07753744390572, "elements": -4.300680995219929, "error": -4.58836306767171, "find": -4.993828175779875, "for": -4.58836306767171, "found": -4.58836306767171, "getbyrole": -4.993828175779875, "getbytext": -4.993828175779875, "icon": -4.993828175779875, "id": -4.993828175779875, "is": -4.993828175779875, "locator": -4.07753744390572, "matched": -4.993828175779875, "matches": -4.993828175779875, "missing": -4.993828175779875, "mode": -4.58836306767171, "name": -4.993828175779875, "no": -4.58836306767171, "node": -4.993828175779875, "not": -4.58836306767171, "resolved": -4.58836306767171, "save": -4.993828175779875, "selector": -4.58836306767171, "strict": -4.58836306767171, "submit": -4.993828175779875, "testid": -4.993828175779875, "textcontent": -4.993828175779875, "the": -4.58836306767171, "to": -4.07753744390572, "total": -4.993828175779875, "unable": -4.993828175779875, "violation": -4.58836306767171, "waiting": -4.993828175779875, "with": -4.993828175779875, "xpath": -4.993828175779875 }, "navigation": { "NUM": -4.983606621708336, "aborted": -4.983606621708336, "another": -4.983606621708336, "back": -4.983606621708336, "because": -4.578141513600172, "by": -4.578141513600172, "checkout": -4.983606621708336, "context": -4.983606621708336, "crashed": -4.983606621708336, "dashboard": -4.983606621708336, "destroyed": -4.983606621708336, "detached": -4.983606621708336, "entry": -4.983606621708336, "err": -4.578141513600172, "exceeded": -4.983606621708336, "execution": -4.983606621708336, "failed": -4.983606621708336, "frame": -4.578141513600172, "goback": -4.983606621708336, "goto": -4.290459441148391, "history": -4.983606621708336, "home": -4.983606621708336, "interrupted": -4.578141513600172, "is": -4.983606621708336, "likely": -4.983606621708336, "login": -4.983606621708336, "many": -4.983606621708336, "maybe": -4.983606621708336, "most": -4.983606621708336, "navigate": -4.983606621708336, "navigating": -4.983606621708336, "navigation": -3.7308436532129683, "net": -4.578141513600172, "no": -4.983606621708336, "of": -4.983606621708336, "page": -3.884994333040227, "redirects": -4.983606621708336, "timeout": -4.983606621708336, "to": -3.7308436532129683, "too": -4.983606621708336, "waitforurl": -4.983606621708336, "was": -4.578141513600172 }, "network": { "NUM": -4.57126863431241, "URL": -4.283586561860629, "again": -4.976733742420574, "api": -4.976733742420574, "apirequestcontext": -4.976733742420574, "at": -4.976733742420574, "body": -4.976733742420574, "connect": -4.976733742420574, "connection": -4.57126863431241, "disconnected": -4.976733742420574, "eai": -4.976733742420574, "econnrefused": -4.976733742420574, "err": -3.8781214537524646, "error": -4.976733742420574, "failed": -4.283586561860629, "fetch": -4.976733742420574, "fetching": -4.976733742420574, "from": -4.976733742420574, "get": -4.976733742420574, "getaddrinfo": -4.976733742420574, "goto": -4.976733742420574, "hang": -4.976733742420574, "internet": -4.976733742420574, "loading": -4.976733742420574, "name": -4.976733742420574, "net": -3.8781214537524646, "not": -4.976733742420574, "on": -4.976733742420574, "out": -4.976733742420574, "page": -4.57126863431241, "products": -4.976733742420574, "protocol": -4.976733742420574, "reading": -4.976733742420574, "reason": -4.976733742420574, "refused": -4.976733742420574, "request": -4.57126863431241, "resolved": -4.976733742420574, "resource": -4.976733742420574, "response": -4.976733742420574, "route": -4.976733742420574, "socket": -4.976733742420574, "ssl": -4.976733742420574, "timed": -4.976733742420574, "to": -4.976733742420574, "up": -4.976733742420574, "upstream": -4.976733742420574, "while": -4.976733742420574 }, "timeout": { "NUM": -3.4965075614664802, "after": -5.000584958242754, "be": -4.59511985013459, "cart": -5.000584958242754, "click": -5.000584958242754, "element": -5.000584958242754, "event": -5.000584958242754, "exceeded": -3.6142905971228636, "expect": -5.000584958242754, "fill": -5.000584958242754, "for": -3.7478219897473863, "function": -5.000584958242754, "load": -5.000584958242754, "locator": -4.084294226368599, "navigation": -5.000584958242754, "of": -5.000584958242754, "out": -5.000584958242754, "page": -4.59511985013459, "running": -5.000584958242754, "selector": -5.000584958242754, "submit": -5.000584958242754, "test": -4.59511985013459, "timed": -5.000584958242754, "timeout": -3.6142905971228636, "timeouterror": -4.59511985013459, "to": -4.59511985013459, "tobevisible": -5.000584958242754, "visible": -4.59511985013459, "waitforloadstate": -5.000584958242754, "waitforselector": -5.000584958242754, "waiting": -3.7478219897473863, "while": -5.000584958242754 } }, "playwrightVersion": "1.59.1", "priors": { "assertion": -1.9636097261547143, "env-config": -1.9636097261547143, "flaky-by-retry": -1.9636097261547143, "locator-not-found": -1.9636097261547143, "navigation": -1.9636097261547143, "network": -1.9636097261547143, "timeout": -1.845826690498331 }, "totals": { "assertion": 64, "env-config": 69, "flaky-by-retry": 68, "locator-not-found": 68, "navigation": 65, "network": 63, "timeout": 70 }, "version": 1, "vocabSize": 227 };
10860
+ var MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "13": -6.424058322604399, "16": -6.424058322604399, "17": -6.424058322604399, "20": -6.424058322604399, "21": -6.018593214496234, "22": -6.424058322604399, "23": -6.424058322604399, "25": -6.424058322604399, "30": -6.424058322604399, "41": -6.424058322604399, "43": -6.424058322604399, "61": -6.424058322604399, "00": -6.018593214496234, "03": -6.424058322604399, "12t07": -6.424058322604399, "6s": -6.424058322604399, "NUM": -4.283992159108128, "URL": -6.424058322604399, "actual": -6.018593214496234, "am": -6.424058322604399, "assertionerror": -6.424058322604399, "assertionname": -6.424058322604399, "async": -6.424058322604399, "at": -5.507767590730244, "await": -5.32544603393629, "basic": -5.507767590730244, "be": -5.730911142044453, "below": -6.424058322604399, "button": -6.424058322604399, "call": -5.507767590730244, "cart": -6.424058322604399, "checkout": -6.424058322604399, "com": -6.424058322604399, "const": -6.424058322604399, "count": -5.730911142044453, "dashboard": -6.424058322604399, "deep": -6.424058322604399, "downloads": -6.018593214496234, "equal": -6.424058322604399, "equality": -6.424058322604399, "error": -5.32544603393629, "example": -5.171295354109031, "expect": -4.283992159108128, "expected": -3.9817112872351945, "failed": -6.018593214496234, "false": -6.424058322604399, "field": -6.424058322604399, "for": -5.507767590730244, "getbytext": -6.018593214496234, "getting": -6.424058322604399, "ggorlen": -6.424058322604399, "got": -6.424058322604399, "goto": -6.424058322604399, "id": -6.018593214496234, "in": -6.018593214496234, "inner": -6.018593214496234, "internal": -6.018593214496234, "isnot": -6.018593214496234, "john": -6.424058322604399, "js": -5.32544603393629, "lib": -6.424058322604399, "locator": -4.478148173549085, "log": -5.507767590730244, "logged": -6.018593214496234, "login": -6.424058322604399, "matcherhint": -6.424058322604399, "matcherresult": -5.507767590730244, "modules": -6.424058322604399, "must": -6.424058322604399, "my": -6.424058322604399, "name": -6.018593214496234, "navbar": -5.507767590730244, "node": -5.507767590730244, "not": -6.424058322604399, "npx": -6.424058322604399, "page": -5.171295354109031, "pattern": -6.424058322604399, "playwright": -5.32544603393629, "printexpected": -6.018593214496234, "printreceived": -6.018593214496234, "process": -6.424058322604399, "processimmediate": -6.424058322604399, "queues": -6.424058322604399, "received": -4.22683374526818, "reply": -6.424058322604399, "return": -6.424058322604399, "runnextticks": -6.424058322604399, "running": -6.424058322604399, "runtestwithbeforehooks": -6.424058322604399, "selector": -6.424058322604399, "should": -6.018593214496234, "spec": -5.32544603393629, "string": -5.037763961484508, "task": -6.424058322604399, "test": -4.814620410170298, "tests": -5.507767590730244, "text": -6.424058322604399, "this": -5.171295354109031, "timeout": -5.730911142044453, "timers": -6.424058322604399, "title": -5.507767590730244, "to": -6.424058322604399, "tobe": -6.424058322604399, "tobetruthy": -6.424058322604399, "tobevisible": -6.018593214496234, "toequal": -6.424058322604399, "tohavecount": -6.424058322604399, "tohavetext": -4.919980925828125, "tohavetitle": -6.424058322604399, "tohavevalue": -6.424058322604399, "truthy": -6.424058322604399, "ts": -6.424058322604399, "undefined": -6.018593214496234, "users": -6.018593214496234, "using": -6.424058322604399, "utils": -5.32544603393629, "value": -6.424058322604399, "vu": -6.018593214496234, "waiting": -5.507767590730244, "with": -5.730911142044453, "worker": -6.424058322604399, "workerrunner": -6.018593214496234 }, "env-config": { "16": -6.687108607866515, "44": -6.687108607866515, "64": -6.687108607866515, "66": -6.687108607866515, "70": -5.77081787599236, "00": -6.28164349975835, "05": -6.687108607866515, "16t15": -6.687108607866515, "51z": -6.687108607866515, "8hauptrolle": -6.687108607866515, "NUM": -5.18303121109024, "activity": -6.687108607866515, "add": -6.687108607866515, "additional": -6.687108607866515, "aimed": -6.687108607866515, "alderoberge": -6.687108607866515, "alejo": -6.687108607866515, "also": -5.588496319198405, "and": -5.588496319198405, "any": -6.28164349975835, "anyone": -6.28164349975835, "api": -6.687108607866515, "assist": -6.687108607866515, "at": -5.434345639371147, "available": -6.28164349975835, "awb": -6.28164349975835, "back": -6.687108607866515, "base": -6.687108607866515, "baseurl": -6.687108607866515, "be": -6.28164349975835, "believe": -6.687108607866515, "binary": -6.687108607866515, "box": -6.28164349975835, "bridge": -6.687108607866515, "browser": -6.687108607866515, "browsername": -5.588496319198405, "browsers": -5.18303121109024, "browsertype": -4.9823605156280895, "but": -6.28164349975835, "by": -6.687108607866515, "cache": -5.77081787599236, "can": -6.28164349975835, "cannot": -6.687108607866515, "channel": -5.077670695432414, "cheron": -6.687108607866515, "chrome": -5.18303121109024, "chromium": -4.9823605156280895, "ci": -6.687108607866515, "cmu": -4.9823605156280895, "cmulex": -6.687108607866515, "command": -5.993961427306569, "commented": -6.687108607866515, "config": -5.993961427306569, "default": -6.687108607866515, "dependencies": -5.588496319198405, "deps": -5.993961427306569, "despite": -6.687108607866515, "difference": -6.687108607866515, "different": -6.687108607866515, "directory": -6.28164349975835, "displays": -6.687108607866515, "distros": -5.993961427306569, "do": -6.28164349975835, "docker": -6.687108607866515, "doesn": -5.434345639371147, "dotenv": -6.687108607866515, "download": -6.28164349975835, "edit": -6.687108607866515, "effort": -6.687108607866515, "elementary": -6.687108607866515, "enoent": -6.687108607866515, "env": -6.28164349975835, "environment": -6.28164349975835, "error": -4.741198458811201, "example": -6.687108607866515, "exec": -6.687108607866515, "executable": -5.77081787599236, "exist": -5.77081787599236, "existent": -6.687108607866515, "explain": -6.28164349975835, "eyes": -6.687108607866515, "failed": -6.687108607866515, "fak3": -6.687108607866515, "falling": -6.687108607866515, "file": -6.28164349975835, "files": -6.687108607866515, "find": -6.687108607866515, "firefox": -6.28164349975835, "fix": -6.687108607866515, "fixing": -6.687108607866515, "following": -6.28164349975835, "for": -5.588496319198405, "from": -6.687108607866515, "gnu": -6.687108607866515, "goes": -6.687108607866515, "goto": -6.687108607866515, "grapheme": -6.28164349975835, "guess": -6.28164349975835, "has": -6.28164349975835, "have": -6.28164349975835, "having": -6.28164349975835, "home": -6.687108607866515, "hopefully": -6.687108607866515, "host": -5.77081787599236, "if": -6.28164349975835, "image": -6.687108607866515, "in": -6.28164349975835, "incompatible": -6.687108607866515, "indic": -6.28164349975835, "information": -6.687108607866515, "insights": -6.687108607866515, "install": -5.588496319198405, "installed": -5.993961427306569, "instead": -6.687108607866515, "into": -6.687108607866515, "invalid": -6.687108607866515, "is": -5.077670695432414, "isn": -6.687108607866515, "issue": -5.588496319198405, "it": -4.9823605156280895, "js": -6.687108607866515, "json": -6.28164349975835, "just": -5.588496319198405, "kal": -6.687108607866515, "kal16": -6.687108607866515, "keep": -6.687108607866515, "key": -6.687108607866515, "kunukn": -6.687108607866515, "lang": -6.28164349975835, "launch": -4.9823605156280895, "leo": -6.687108607866515, "lex": -6.28164349975835, "lib": -6.687108607866515, "libatk": -6.28164349975835, "libatspi": -6.687108607866515, "libcups": -6.687108607866515, "libdbus": -6.687108607866515, "libdrm": -6.687108607866515, "libexpat": -6.687108607866515, "libflite": -4.741198458811201, "libgio": -6.687108607866515, "libglib": -6.687108607866515, "libgobject": -6.687108607866515, "libgstcodecparsers": -6.687108607866515, "libicu70": -6.687108607866515, "libicudata": -6.687108607866515, "libicui18n": -6.687108607866515, "libicuio": -6.687108607866515, "libicuuc": -6.687108607866515, "libnspr4": -6.687108607866515, "libnss3": -6.687108607866515, "libnssutil3": -6.687108607866515, "libpthread": -6.687108607866515, "libraries": -5.77081787599236, "libsmime3": -6.687108607866515, "libx264": -6.687108607866515, "libxcb": -6.687108607866515, "libxkbcommon": -6.687108607866515, "like": -5.77081787599236, "linux": -4.895349138638459, "load": -6.687108607866515, "looks": -5.993961427306569, "lookup": -6.687108607866515, "lot": -6.687108607866515, "make": -6.687108607866515, "malaver": -6.687108607866515, "matching": -6.687108607866515, "may": -6.28164349975835, "meant": -6.687108607866515, "message": -6.687108607866515, "minibrowser": -6.687108607866515, "mint": -5.77081787599236, "missing": -5.077670695432414, "module": -6.687108607866515, "more": -6.687108607866515, "most": -6.28164349975835, "ms": -5.77081787599236, "must": -6.687108607866515, "my": -6.687108607866515, "name": -6.687108607866515, "need": -6.687108607866515, "new": -6.28164349975835, "newer": -6.687108607866515, "no": -6.687108607866515, "non": -6.687108607866515, "not": -5.993961427306569, "npx": -6.28164349975835, "of": -5.434345639371147, "old": -6.687108607866515, "on": -5.18303121109024, "one": -6.28164349975835, "open": -6.687108607866515, "or": -5.77081787599236, "other": -6.687108607866515, "out": -5.77081787599236, "package": -6.687108607866515, "page": -6.687108607866515, "parameter": -6.687108607866515, "path": -6.687108607866515, "platforms": -6.687108607866515, "playwright": -4.435816809260019, "please": -6.28164349975835, "pnpm": -6.687108607866515, "points": -6.687108607866515, "popular": -6.28164349975835, "position": -6.687108607866515, "prompt": -6.687108607866515, "provided": -6.687108607866515, "quick": -6.687108607866515, "react": -6.687108607866515, "related": -6.687108607866515, "replace": -6.687108607866515, "reply": -6.687108607866515, "repositories": -6.28164349975835, "required": -6.687108607866515, "rms": -6.687108607866515, "root": -5.993961427306569, "run": -5.300814246746624, "running": -5.993961427306569, "safari": -6.28164349975835, "same": -5.77081787599236, "seems": -6.687108607866515, "set": -6.687108607866515, "should": -6.28164349975835, "simensbat": -6.687108607866515, "simply": -6.687108607866515, "slt": -6.687108607866515, "so": -3.742669628700074, "some": -6.28164349975835, "spec": -6.28164349975835, "such": -6.687108607866515, "super": -6.687108607866515, "support": -6.687108607866515, "symbol": -6.28164349975835, "syntaxerror": -6.687108607866515, "system": -5.588496319198405, "team": -6.687108607866515, "test": -6.28164349975835, "tests": -6.687108607866515, "the": -4.547042444370244, "there": -5.77081787599236, "this": -5.77081787599236, "time": -6.687108607866515, "title": -6.687108607866515, "tls": -6.687108607866515, "to": -4.489884030530295, "token": -6.687108607866515, "tried": -6.28164349975835, "troubleshooting": -6.687108607866515, "ts": -6.687108607866515, "tsconfig": -6.687108607866515, "ubuntu": -5.588496319198405, "undefined": -5.993961427306569, "unexpected": -6.687108607866515, "unsupported": -5.588496319198405, "updated": -6.28164349975835, "url": -6.687108607866515, "us": -5.588496319198405, "use": -6.687108607866515, "usenglish": -6.687108607866515, "uses": -6.28164349975835, "using": -6.28164349975835, "usr": -6.687108607866515, "value": -6.687108607866515, "values": -6.687108607866515, "variable": -6.28164349975835, "version": -6.28164349975835, "vsts": -6.687108607866515, "was": -5.993961427306569, "way": -6.687108607866515, "webkit": -5.77081787599236, "which": -6.28164349975835, "why": -6.28164349975835, "with": -5.300814246746624, "work": -5.77081787599236, "worker": -6.687108607866515, "works": -6.28164349975835, "would": -6.687108607866515, "x86": -6.687108607866515, "you": -6.28164349975835 }, "flaky-by-retry": { "after": -5.786897381366708, "and": -6.192362489474872, "animation": -6.192362489474872, "attempt": -5.276071757600717, "between": -6.192362489474872, "blip": -6.192362489474872, "cause": -6.192362489474872, "change": -6.192362489474872, "click": -6.192362489474872, "code": -6.192362489474872, "commit": -6.192362489474872, "condition": -6.192362489474872, "dependency": -6.192362489474872, "detached": -6.192362489474872, "deterministic": -6.192362489474872, "element": -6.192362489474872, "failed": -5.499215308914927, "fails": -6.192362489474872, "flaky": -5.276071757600717, "green": -6.192362489474872, "in": -6.192362489474872, "intermittent": -6.192362489474872, "locator": -6.192362489474872, "marked": -6.192362489474872, "network": -6.192362489474872, "no": -6.192362489474872, "non": -6.192362489474872, "on": -5.093750200806762, "order": -6.192362489474872, "passed": -5.093750200806762, "quarantined": -6.192362489474872, "race": -6.192362489474872, "reproducible": -6.192362489474872, "rerun": -6.192362489474872, "retry": -5.276071757600717, "runs": -6.192362489474872, "same": -6.192362489474872, "second": -6.192362489474872, "stale": -6.192362489474872, "succeeded": -6.192362489474872, "test": -5.786897381366708, "the": -6.192362489474872, "then": -6.192362489474872, "timeout": -6.192362489474872, "unstable": -6.192362489474872, "with": -6.192362489474872, "without": -6.192362489474872 }, "locator-not-found": { "25": -6.459904454377535, "30": -5.3612921657094255, "46": -6.459904454377535, "06": -6.459904454377535, "NUM": -5.5436137225033795, "aka": -4.588102277475944, "alert": -6.459904454377535, "all": -6.459904454377535, "an": -6.459904454377535, "api": -6.459904454377535, "aria": -6.05443934626937, "async": -6.459904454377535, "attached": -6.459904454377535, "based": -6.459904454377535, "being": -6.459904454377535, "birth": -6.459904454377535, "btn": -6.459904454377535, "button": -4.588102277475944, "by": -6.459904454377535, "captura": -6.459904454377535, "cart": -6.459904454377535, "carteiras": -6.05443934626937, "cell": -6.05443934626937, "checkout": -6.459904454377535, "checks": -6.459904454377535, "click": -5.5436137225033795, "cns": -5.766757273817589, "columns": -6.459904454377535, "const": -6.459904454377535, "contains": -6.459904454377535, "copy": -6.05443934626937, "count": -6.459904454377535, "cpf": -5.766757273817589, "da": -6.05443934626937, "data": -6.05443934626937, "de": -6.459904454377535, "div": -5.2071414858821665, "does": -6.459904454377535, "dom": -6.459904454377535, "easiest": -6.459904454377535, "element": -5.5436137225033795, "elements": -4.755156362139109, "error": -4.513994305322221, "even": -6.459904454377535, "exact": -5.766757273817589, "expected": -6.459904454377535, "fail": -6.459904454377535, "field": -6.459904454377535, "filtering": -6.459904454377535, "find": -6.459904454377535, "first": -5.766757273817589, "for": -6.05443934626937, "found": -6.05443934626937, "frame": -6.459904454377535, "from": -6.459904454377535, "getbyrole": -5.3612921657094255, "getbytext": -5.073610093257644, "icon": -6.459904454377535, "id": -5.766757273817589, "if": -6.459904454377535, "iframe": -6.459904454377535, "in": -5.766757273817589, "into": -6.459904454377535, "is": -5.5436137225033795, "issue": -6.05443934626937, "it": -5.766757273817589, "javascript": -6.459904454377535, "just": -6.459904454377535, "kb": -6.459904454377535, "label": -6.05443934626937, "licenses": -6.459904454377535, "link": -6.459904454377535, "list": -6.459904454377535, "locator": -4.2626798770413155, "match": -6.459904454377535, "matched": -6.459904454377535, "matches": -6.459904454377535, "mean": -6.459904454377535, "method": -6.459904454377535, "missing": -6.459904454377535, "mode": -4.66814498514948, "mother": -6.459904454377535, "munic": -6.05443934626937, "municipality": -6.459904454377535, "my": -6.459904454377535, "name": -5.2071414858821665, "nascimento": -6.05443934626937, "new": -6.05443934626937, "no": -6.05443934626937, "node": -6.459904454377535, "nome": -5.5436137225033795, "not": -6.05443934626937, "note": -6.459904454377535, "nov": -6.05443934626937, "novalistagem": -6.459904454377535, "nth": -6.459904454377535, "of": -6.459904454377535, "or": -5.766757273817589, "page": -6.459904454377535, "passes": -6.459904454377535, "pio": -6.05443934626937, "playwright": -6.05443934626937, "position": -5.766757273817589, "question": -6.459904454377535, "resolve": -6.459904454377535, "resolved": -4.955827057601261, "response": -6.459904454377535, "rest": -6.459904454377535, "result": -5.766757273817589, "results": -6.459904454377535, "role": -6.459904454377535, "run": -6.459904454377535, "save": -6.459904454377535, "selection": -6.459904454377535, "selector": -6.05443934626937, "simplest": -6.459904454377535, "solution": -6.459904454377535, "span": -5.766757273817589, "specify": -6.459904454377535, "specifying": -6.459904454377535, "state": -6.459904454377535, "strict": -4.66814498514948, "submit": -6.459904454377535, "tabindex": -6.05443934626937, "table": -6.459904454377535, "take": -6.459904454377535, "td": -6.459904454377535, "tela": -6.459904454377535, "test": -6.05443934626937, "testid": -6.459904454377535, "text": -5.766757273817589, "textcontent": -6.459904454377535, "that": -6.05443934626937, "the": -4.513994305322221, "thead": -6.459904454377535, "this": -5.5436137225033795, "title": -6.459904454377535, "to": -4.513994305322221, "total": -6.459904454377535, "tr": -6.459904454377535, "true": -5.766757273817589, "type": -6.05443934626937, "uf": -6.05443934626937, "unable": -6.459904454377535, "validate": -6.459904454377535, "validatefieldvalue": -6.459904454377535, "validation": -6.459904454377535, "violation": -4.755156362139109, "waitfor": -6.459904454377535, "waiting": -6.459904454377535, "we": -6.459904454377535, "what": -6.459904454377535, "when": -6.459904454377535, "whether": -6.459904454377535, "will": -6.459904454377535, "with": -6.459904454377535, "xpath": -6.459904454377535 }, "navigation": { "14": -6.304448802421981, "19": -6.709913910530146, "25": -6.709913910530146, "27": -6.304448802421981, "39": -6.709913910530146, "49": -6.709913910530146, "66": -6.709913910530146, "0ms": -6.304448802421981, "6ms": -6.709913910530146, "NUM": -4.569847747033875, "URL": -5.793623178655991, "abort": -6.0167667299702, "aborted": -4.91815444130209, "acting": -6.709913910530146, "additional": -6.709913910530146, "adjusting": -6.709913910530146, "after": -6.0167667299702, "an": -6.304448802421981, "and": -6.304448802421981, "another": -6.709913910530146, "api": -5.611301621862036, "appends": -6.709913910530146, "are": -6.709913910530146, "argument": -6.709913910530146, "as": -6.709913910530146, "async": -6.0167667299702, "at": -5.457150942034778, "avoid": -6.709913910530146, "await": -4.91815444130209, "back": -6.709913910530146, "base": -6.709913910530146, "be": -6.709913910530146, "because": -5.457150942034778, "before": -6.304448802421981, "behavior": -6.709913910530146, "being": -6.709913910530146, "both": -6.709913910530146, "browser": -6.0167667299702, "bug": -6.304448802421981, "but": -6.304448802421981, "by": -6.0167667299702, "call": -5.457150942034778, "callback": -6.709913910530146, "called": -6.709913910530146, "calling": -6.709913910530146, "cancelled": -6.709913910530146, "cannot": -6.709913910530146, "caused": -6.709913910530146, "causes": -6.709913910530146, "certain": -6.709913910530146, "chain": -6.304448802421981, "channel": -6.709913910530146, "checkout": -6.709913910530146, "chrome": -6.709913910530146, "click": -6.709913910530146, "close": -6.709913910530146, "closed": -6.709913910530146, "code": -6.709913910530146, "comment": -6.709913910530146, "commented": -6.709913910530146, "common": -6.304448802421981, "complicated": -6.709913910530146, "connection": -6.709913910530146, "const": -6.709913910530146, "context": -6.304448802421981, "copy": -6.0167667299702, "crashed": -5.793623178655991, "create": -6.709913910530146, "dashboard": -6.0167667299702, "debugging": -6.709913910530146, "describe": -6.709913910530146, "destroyed": -6.0167667299702, "detached": -5.100475998096045, "developer": -6.709913910530146, "didn": -6.709913910530146, "different": -6.709913910530146, "directly": -6.709913910530146, "document": -6.709913910530146, "does": -6.709913910530146, "domcontentloaded": -6.304448802421981, "dowrite": -6.709913910530146, "during": -6.304448802421981, "en": -6.709913910530146, "entry": -6.709913910530146, "err": -4.695010889987881, "error": -4.838111733628554, "event": -6.304448802421981, "example": -6.709913910530146, "exceeded": -6.304448802421981, "execution": -6.709913910530146, "expect": -6.709913910530146, "expected": -6.709913910530146, "facing": -6.709913910530146, "failed": -5.611301621862036, "file": -5.323619549410255, "fine": -6.304448802421981, "fired": -6.304448802421981, "firefox": -6.709913910530146, "for": -5.793623178655991, "frame": -4.6304723688503096, "frames": -6.709913910530146, "frequent": -6.709913910530146, "from": -6.709913910530146, "frompromise": -6.709913910530146, "full": -6.709913910530146, "future": -6.709913910530146, "getbyrole": -6.709913910530146, "getting": -6.709913910530146, "given": -6.709913910530146, "goback": -6.709913910530146, "going": -6.709913910530146, "goto": -4.312018637731775, "handler": -6.709913910530146, "happens": -6.709913910530146, "have": -6.709913910530146, "headless": -6.709913910530146, "helper": -6.0167667299702, "hint": -6.709913910530146, "history": -6.709913910530146, "home": -5.323619549410255, "html": -6.0167667299702, "impl": -6.709913910530146, "in": -5.457150942034778, "include": -6.709913910530146, "info": -6.709913910530146, "initial": -6.709913910530146, "innerhtml": -6.709913910530146, "inside": -6.709913910530146, "instead": -6.709913910530146, "internal": -6.709913910530146, "interrupted": -6.304448802421981, "is": -6.304448802421981, "issue": -5.457150942034778, "it": -6.304448802421981, "its": -6.709913910530146, "js": -5.611301621862036, "jul": -6.304448802421981, "lang": -6.709913910530146, "last": -6.304448802421981, "lib": -5.793623178655991, "likely": -6.709913910530146, "line": -5.457150942034778, "link": -5.793623178655991, "load": -5.793623178655991, "loads": -6.304448802421981, "locals": -5.793623178655991, "log": -6.0167667299702, "login": -6.0167667299702, "logs": -6.304448802421981, "main": -6.709913910530146, "many": -6.304448802421981, "maxschmitt": -6.709913910530146, "may": -6.709913910530146, "maybe": -5.100475998096045, "means": -6.709913910530146, "message": -6.709913910530146, "method": -6.709913910530146, "mistake": -6.709913910530146, "mjs": -6.709913910530146, "mobile": -6.709913910530146, "mode": -6.709913910530146, "more": -6.709913910530146, "most": -6.0167667299702, "my": -6.709913910530146, "name": -6.304448802421981, "navigate": -6.709913910530146, "navigates": -6.709913910530146, "navigatetojobs": -6.709913910530146, "navigating": -5.323619549410255, "navigation": -4.695010889987881, "net": -4.838111733628554, "new": -5.205836513753871, "next": -6.709913910530146, "no": -6.304448802421981, "node": -6.0167667299702, "non": -6.709913910530146, "none": -6.709913910530146, "oauth": -6.709913910530146, "obj": -6.709913910530146, "of": -5.457150942034778, "on": -6.0167667299702, "open": -6.304448802421981, "options": -6.709913910530146, "or": -6.304448802421981, "other": -6.709913910530146, "out": -6.709913910530146, "packages": -5.793623178655991, "page": -3.9065535296236105, "pages": -6.0167667299702, "params": -6.304448802421981, "per": -6.709913910530146, "playwright": -4.91815444130209, "pretty": -6.709913910530146, "process": -6.709913910530146, "promises": -6.709913910530146, "pw": -5.793623178655991, "py": -5.457150942034778, "python3": -5.793623178655991, "randomly": -6.709913910530146, "rebuilds": -6.709913910530146, "received": -6.709913910530146, "recent": -6.304448802421981, "redirect": -6.0167667299702, "redirects": -6.709913910530146, "reload": -6.304448802421981, "removed": -6.304448802421981, "removes": -6.709913910530146, "replaced": -6.709913910530146, "replaces": -6.709913910530146, "replicate": -6.709913910530146, "request": -6.709913910530146, "resolved": -6.709913910530146, "response": -6.709913910530146, "result": -6.709913910530146, "retrieving": -6.709913910530146, "return": -6.709913910530146, "returns": -6.709913910530146, "root": -6.709913910530146, "route": -6.0167667299702, "run": -6.709913910530146, "same": -6.709913910530146, "script": -6.304448802421981, "selector": -6.709913910530146, "self": -5.611301621862036, "send": -6.304448802421981, "sends": -6.709913910530146, "settings": -6.304448802421981, "site": -5.793623178655991, "skip": -6.709913910530146, "socket": -6.709913910530146, "some": -6.304448802421981, "somepage": -6.709913910530146, "spa": -6.304448802421981, "started": -6.709913910530146, "states": -6.709913910530146, "stcpage": -6.304448802421981, "stcunregisteredpage": -6.709913910530146, "stephen100mwangi": -6.709913910530146, "stream": -5.793623178655991, "suddenly": -6.709913910530146, "suspects": -6.709913910530146, "test": -5.457150942034778, "tests": -6.709913910530146, "than": -6.709913910530146, "that": -5.793623178655991, "the": -4.695010889987881, "then": -6.709913910530146, "there": -6.709913910530146, "thing": -6.709913910530146, "this": -6.709913910530146, "through": -6.709913910530146, "timeout": -6.304448802421981, "to": -4.4073288175361, "too": -6.709913910530146, "totally": -6.709913910530146, "traceback": -6.0167667299702, "tried": -6.709913910530146, "triggers": -6.709913910530146, "triggeruncaughtexception": -6.709913910530146, "true": -6.709913910530146, "trying": -6.709913910530146, "uid": -6.709913910530146, "unhandledpromiserejectionwarning": -6.709913910530146, "until": -5.793623178655991, "url": -5.611301621862036, "users": -6.709913910530146, "v18": -6.709913910530146, "variant": -6.304448802421981, "venv": -5.793623178655991, "wait": -6.709913910530146, "waitforurl": -6.304448802421981, "waiting": -6.0167667299702, "waituntil": -6.709913910530146, "was": -4.6304723688503096, "way": -6.709913910530146, "website": -6.709913910530146, "were": -6.709913910530146, "when": -6.0167667299702, "which": -6.709913910530146, "while": -6.304448802421981, "with": -6.0167667299702, "worked": -6.709913910530146, "works": -6.709913910530146, "writable": -6.0167667299702, "write": -6.304448802421981, "writeorbuffer": -6.709913910530146, "your": -6.709913910530146 }, "network": { "10": -5.903316160331277, "11": -5.680172609017068, "12": -4.804703871663167, "13": -6.190998232783058, "14": -4.345171542284727, "15": -4.345171542284727, "16": -5.343700372395855, "17": -4.345171542284727, "19": -6.596463340891223, "20": -6.596463340891223, "21": -6.190998232783058, "23": -6.596463340891223, "31": -5.210168979771332, "34": -6.596463340891223, "48": -6.596463340891223, "51": -6.596463340891223, "61": -6.596463340891223, "64": -6.596463340891223, "65": -6.596463340891223, "69": -6.596463340891223, "77": -6.596463340891223, "95": -6.596463340891223, "98": -6.596463340891223, "NUM": -5.210168979771332, "URL": -4.345171542284727, "access": -6.190998232783058, "again": -6.596463340891223, "am": -6.596463340891223, "and": -6.190998232783058, "anonymous": -6.596463340891223, "api": -6.190998232783058, "apirequestcontext": -6.596463340891223, "applicationurl": -6.596463340891223, "async": -6.190998232783058, "at": -4.070734696582967, "await": -5.903316160331277, "basepage": -6.596463340891223, "before": -6.190998232783058, "beforeeach": -6.596463340891223, "body": -6.596463340891223, "bundle": -6.190998232783058, "capture": -6.596463340891223, "capturestacktrace": -6.596463340891223, "channelowner": -6.190998232783058, "check": -5.680172609017068, "checkout": -6.596463340891223, "chromium": -6.596463340891223, "client": -5.497851052223113, "clientrequest": -6.190998232783058, "close": -6.596463340891223, "code": -6.190998232783058, "common": -6.596463340891223, "connect": -6.596463340891223, "connection": -4.8917152486527975, "const": -6.596463340891223, "dashboardpage": -5.343700372395855, "day": -6.596463340891223, "debug": -6.596463340891223, "deliver": -6.596463340891223, "disconnected": -6.596463340891223, "domcontentloaded": -6.190998232783058, "each": -6.596463340891223, "eai": -6.596463340891223, "econnrefused": -6.596463340891223, "econnreset": -6.596463340891223, "emit": -6.190998232783058, "environment": -6.596463340891223, "err": -4.650553191835909, "error": -4.581560320348958, "events": -6.190998232783058, "failed": -5.903316160331277, "fetch": -6.596463340891223, "fetching": -6.596463340891223, "for": -6.596463340891223, "frame": -5.680172609017068, "from": -6.596463340891223, "get": -6.596463340891223, "getaddrinfo": -6.596463340891223, "git": -6.190998232783058, "goto": -4.650553191835909, "gotosearchproduct": -6.596463340891223, "handler": -6.596463340891223, "hang": -6.190998232783058, "hook": -6.596463340891223, "http": -6.596463340891223, "internet": -6.596463340891223, "js": -4.581560320348958, "lib": -5.343700372395855, "load": -6.190998232783058, "loadapplication": -6.596463340891223, "loading": -6.596463340891223, "login": -5.680172609017068, "logs": -5.092385944114948, "modules": -4.724661163989631, "name": -5.497851052223113, "navigating": -5.210168979771332, "net": -4.517021799211387, "networkidle": -5.680172609017068, "new": -5.903316160331277, "node": -4.724661163989631, "not": -5.903316160331277, "note": -6.596463340891223, "object": -6.596463340891223, "on": -6.190998232783058, "out": -6.190998232783058, "page": -4.456397177394951, "pages": -6.596463340891223, "personal": -6.190998232783058, "playwright": -4.154116305522018, "pnpm": -5.343700372395855, "product": -6.596463340891223, "producteditpage": -6.190998232783058, "products": -6.596463340891223, "productsearchpage": -6.190998232783058, "project": -6.190998232783058, "promises": -6.596463340891223, "protocol": -6.596463340891223, "proxy": -6.596463340891223, "proxyerror": -6.596463340891223, "public": -6.596463340891223, "pw": -6.596463340891223, "reading": -6.596463340891223, "reason": -6.596463340891223, "recording": -6.596463340891223, "refused": -5.343700372395855, "request": -6.190998232783058, "resolved": -5.903316160331277, "resource": -6.596463340891223, "response": -6.596463340891223, "route": -6.596463340891223, "runner": -6.190998232783058, "same": -6.596463340891223, "sauce": -6.190998232783058, "saucelabintegration": -6.596463340891223, "scheduleedit": -6.596463340891223, "sendmessagetoserver": -6.596463340891223, "server": -6.596463340891223, "settings": -6.596463340891223, "single": -6.596463340891223, "socket": -5.680172609017068, "socketcloselistener": -6.596463340891223, "spec": -6.190998232783058, "ssl": -6.596463340891223, "stacktrace": -6.596463340891223, "started": -6.596463340891223, "starting": -6.596463340891223, "tcp": -6.596463340891223, "test": -6.596463340891223, "tests": -5.680172609017068, "this": -6.596463340891223, "timed": -6.190998232783058, "timeouts": -6.596463340891223, "to": -4.987025428457122, "token": -6.190998232783058, "trace": -6.596463340891223, "ts": -6.596463340891223, "until": -5.210168979771332, "up": -6.190998232783058, "update": -6.190998232783058, "upstream": -6.596463340891223, "url": -6.190998232783058, "use": -6.596463340891223, "user": -5.903316160331277, "utils": -6.596463340891223, "valueof": -6.596463340891223, "variable": -6.596463340891223, "waiting": -5.210168979771332, "waituntil": -6.596463340891223, "while": -6.596463340891223, "wo": -6.596463340891223, "work": -5.343700372395855, "wrapapicall": -6.596463340891223, "your": -6.596463340891223 }, "timeout": { "10": -6.434546518787453, "15": -6.840011626895618, "16": -6.840011626895618, "17": -6.840011626895618, "18": -6.840011626895618, "19": -6.840011626895618, "20": -6.434546518787453, "21": -6.434546518787453, "22": -6.840011626895618, "23": -6.840011626895618, "30": -5.741399338227508, "31": -6.840011626895618, "54": -6.840011626895618, "58": -6.840011626895618, "59": -6.840011626895618, "60": -6.146864446335672, "61": -6.434546518787453, "62": -6.840011626895618, "63": -6.840011626895618, "64": -6.840011626895618, "73": -6.840011626895618, "79": -6.840011626895618, "83": -6.840011626895618, "00": -6.434546518787453, "NUM": -3.7719586917620003, "URL": -6.434546518787453, "action": -5.453717265775727, "actiontimeout": -6.840011626895618, "actual": -6.146864446335672, "after": -6.840011626895618, "afterall": -6.840011626895618, "all": -6.840011626895618, "amount": -6.840011626895618, "an": -5.741399338227508, "and": -5.135263534657192, "angle": -6.840011626895618, "anush": -6.434546518787453, "anzeigen": -6.840011626895618, "api": -5.923720895021463, "app": -6.840011626895618, "appeared": -6.840011626895618, "apply": -6.840011626895618, "are": -6.840011626895618, "areas": -6.840011626895618, "aren": -6.840011626895618, "as": -6.840011626895618, "assertions": -6.840011626895618, "async": -6.840011626895618, "at": -4.968209449994026, "attempt": -6.840011626895618, "attempting": -6.434546518787453, "attributetopage": -6.840011626895618, "auth": -6.146864446335672, "av": -6.434546518787453, "available": -6.840011626895618, "await": -5.453717265775727, "baseurl": -6.434546518787453, "basic": -6.146864446335672, "be": -5.741399338227508, "been": -5.923720895021463, "beforeall": -6.840011626895618, "beforeeach": -6.434546518787453, "between": -6.840011626895618, "bin": -6.840011626895618, "binding": -6.840011626895618, "br": -4.825108606353353, "browser": -5.58724865840025, "browsertype": -6.840011626895618, "btn": -6.840011626895618, "but": -6.840011626895618, "button": -5.923720895021463, "by": -6.434546518787453, "cache": -6.434546518787453, "call": -6.434546518787453, "can": -6.840011626895618, "capture": -6.840011626895618, "cart": -6.840011626895618, "case": -6.434546518787453, "certificates": -6.840011626895618, "chromium": -5.335934230119343, "class": -6.840011626895618, "click": -5.135263534657192, "closed": -5.230573714461517, "config": -5.58724865840025, "configured": -6.840011626895618, "const": -5.923720895021463, "consume": -6.840011626895618, "context": -5.923720895021463, "copy": -6.840011626895618, "core20": -6.840011626895618, "correlation": -6.840011626895618, "could": -6.146864446335672, "ctaheader": -6.840011626895618, "current": -6.840011626895618, "data": -6.146864446335672, "debug": -6.840011626895618, "default": -6.434546518787453, "defer": -6.840011626895618, "describe": -6.840011626895618, "deutschland": -6.434546518787453, "div": -6.146864446335672, "domcontentloaded": -6.434546518787453, "done": -6.840011626895618, "down": -6.840011626895618, "dropdown": -6.840011626895618, "during": -6.434546518787453, "each": -6.434546518787453, "element": -5.741399338227508, "enabled": -5.58724865840025, "entire": -6.840011626895618, "environment": -6.434546518787453, "err": -6.840011626895618, "error": -4.825108606353353, "event": -6.146864446335672, "exceeded": -4.699945463399347, "expect": -6.146864446335672, "fail": -6.840011626895618, "fill": -6.840011626895618, "filter": -6.840011626895618, "fired": -6.840011626895618, "first": -6.840011626895618, "fixture": -6.146864446335672, "for": -4.588719828289123, "force": -6.840011626895618, "form": -5.741399338227508, "frame": -6.434546518787453, "frames": -6.434546518787453, "from": -6.146864446335672, "function": -6.840011626895618, "glibc": -6.840011626895618, "global": -6.434546518787453, "globaltimeout": -6.840011626895618, "gnu": -6.840011626895618, "goto": -5.230573714461517, "gtk": -6.840011626895618, "has": -5.741399338227508, "hastext": -6.434546518787453, "have": -6.434546518787453, "helper": -6.840011626895618, "hold": -6.434546518787453, "home": -6.146864446335672, "hook": -6.146864446335672, "httpcredentials": -6.434546518787453, "icon": -6.840011626895618, "id": -6.840011626895618, "if": -6.146864446335672, "in": -4.825108606353353, "inaccurate": -6.146864446335672, "indexof": -6.840011626895618, "individual": -6.840011626895618, "init": -6.840011626895618, "insert": -6.840011626895618, "inspector": -6.840011626895618, "into": -6.434546518787453, "invalid": -6.840011626895618, "is": -5.048252157667562, "isn": -6.840011626895618, "issues": -6.840011626895618, "it": -6.434546518787453, "javascript": -6.840011626895618, "js": -5.230573714461517, "just": -5.923720895021463, "label": -6.840011626895618, "launch": -6.840011626895618, "league": -6.840011626895618, "leagues": -6.840011626895618, "lib": -5.335934230119343, "libc": -6.840011626895618, "libpthread": -6.840011626895618, "likely": -6.840011626895618, "link": -6.840011626895618, "linux": -6.840011626895618, "load": -6.434546518787453, "loading": -6.840011626895618, "locator": -4.699945463399347, "log": -6.434546518787453, "logs": -5.923720895021463, "lookup": -6.840011626895618, "may": -6.840011626895618, "message": -6.840011626895618, "minibrowser": -6.434546518787453, "minutes": -6.840011626895618, "module": -6.840011626895618, "modules": -5.453717265775727, "more": -6.840011626895618, "ms": -5.923720895021463, "my": -6.840011626895618, "navigated": -6.840011626895618, "navigating": -6.840011626895618, "navigation": -5.335934230119343, "navigationtimeout": -6.840011626895618, "needed": -6.840011626895618, "network": -6.840011626895618, "new": -6.840011626895618, "newcontext": -6.840011626895618, "news": -6.840011626895618, "ng": -6.434546518787453, "no": -5.453717265775727, "node": -5.335934230119343, "not": -5.923720895021463, "note": -6.840011626895618, "nth": -6.840011626895618, "occur": -6.840011626895618, "of": -5.230573714461517, "on": -6.434546518787453, "open": -6.146864446335672, "option": -6.840011626895618, "options": -5.923720895021463, "or": -5.741399338227508, "out": -6.840011626895618, "override": -6.434546518787453, "page": -4.1658629774690885, "pages": -6.840011626895618, "password": -5.923720895021463, "pbutton": -6.840011626895618, "pid": -6.434546518787453, "pipe": -6.840011626895618, "playwright": -4.642787049559399, "private": -6.840011626895618, "problematic": -6.840011626895618, "progress": -6.840011626895618, "progresscontroller": -6.840011626895618, "protocol": -6.840011626895618, "pthread": -6.840011626895618, "pw": -6.434546518787453, "question": -6.840011626895618, "rather": -6.840011626895618, "reason": -6.146864446335672, "regexp": -6.840011626895618, "release": -6.434546518787453, "rerun": -6.840011626895618, "resolved": -6.434546518787453, "retrieve": -6.840011626895618, "retry": -6.840011626895618, "run": -6.146864446335672, "runnavigationtask": -6.840011626895618, "running": -6.434546518787453, "say": -6.840011626895618, "scope": -6.840011626895618, "scrolling": -6.434546518787453, "seconds": -6.840011626895618, "select": -6.146864446335672, "selector": -5.923720895021463, "self": -6.840011626895618, "session": -6.840011626895618, "set": -5.58724865840025, "sets": -6.840011626895618, "settimeout": -6.840011626895618, "sh": -6.840011626895618, "share": -6.434546518787453, "show": -6.840011626895618, "sidebar": -6.434546518787453, "signed": -6.840011626895618, "similar": -6.840011626895618, "single": -6.840011626895618, "site": -6.146864446335672, "slow": -6.840011626895618, "snap": -6.840011626895618, "so": -6.840011626895618, "sometimes": -6.840011626895618, "span": -6.840011626895618, "spec": -6.434546518787453, "specific": -6.434546518787453, "src": -6.840011626895618, "ssl": -6.840011626895618, "stable": -6.146864446335672, "startup": -6.840011626895618, "statement": -6.840011626895618, "status": -6.840011626895618, "stuck": -6.146864446335672, "submit": -6.840011626895618, "symbol": -6.434546518787453, "target": -4.825108606353353, "teaser": -6.840011626895618, "test": -4.642787049559399, "tests": -6.146864446335672, "text": -6.434546518787453, "that": -5.923720895021463, "the": -4.314282982587362, "there": -5.923720895021463, "this": -5.923720895021463, "throw": -6.840011626895618, "throws": -6.840011626895618, "time": -6.840011626895618, "timed": -6.840011626895618, "timeout": -3.9222408948113383, "timeouterror": -5.923720895021463, "timeouts": -5.923720895021463, "to": -4.588719828289123, "tobevisible": -6.840011626895618, "tried": -6.840011626895618, "ts": -6.434546518787453, "undefined": -6.840011626895618, "unhandledpromiserejectionwarning": -6.840011626895618, "until": -6.840011626895618, "url": -5.923720895021463, "use": -5.923720895021463, "user": -6.434546518787453, "username": -6.434546518787453, "using": -6.840011626895618, "usr": -6.840011626895618, "variable": -6.840011626895618, "version": -6.840011626895618, "view": -6.840011626895618, "visible": -5.453717265775727, "wait": -6.840011626895618, "waitforloadstate": -6.840011626895618, "waitforselector": -6.434546518787453, "waitfortimeout": -6.434546518787453, "waiting": -4.894101477840304, "waituntil": -6.840011626895618, "wamdata": -6.840011626895618, "was": -5.58724865840025, "way": -6.840011626895618, "we": -6.840011626895618, "webkit": -6.434546518787453, "when": -6.840011626895618, "while": -6.146864446335672, "whole": -6.840011626895618, "will": -6.840011626895618, "window": -6.840011626895618, "with": -6.146864446335672, "wrapper": -5.923720895021463, "x86": -6.840011626895618, "yet": -6.840011626895618, "your": -6.434546518787453 } }, "playwrightVersion": "1.61.1", "priors": { "assertion": -2.2472349979108808, "env-config": -1.6766901394432678, "flaky-by-retry": -2.7327428136925813, "locator-not-found": -2.0395956331326364, "navigation": -1.7211419020141017, "network": -2.1041341542702074, "timeout": -1.5540878173509354 }, "totals": { "assertion": 323, "env-config": 694, "flaky-by-retry": 68, "locator-not-found": 368, "navigation": 731, "network": 555, "timeout": 959 }, "version": 3, "vocabSize": 910 };
10861
10861
 
10862
10862
  // src/analysis/NaiveBayesClassifier.ts
10863
10863
  init_cjs_shims();
@@ -12611,7 +12611,8 @@ var import_path3 = __toESM(require("path"));
12611
12611
  // src/utils/duration.ts
12612
12612
  init_cjs_shims();
12613
12613
  function formatDuration(ms) {
12614
- if (ms < 1e3) return `${ms}ms`;
12614
+ const rounded = Math.round(ms);
12615
+ if (rounded < 1e3) return `${rounded}ms`;
12615
12616
  const totalSeconds = ms / 1e3;
12616
12617
  if (totalSeconds < 60) return `${totalSeconds.toFixed(2)}s`;
12617
12618
  const minutes = Math.floor(totalSeconds / 60);
@@ -14344,6 +14345,7 @@ function chunkToString2(chunk) {
14344
14345
 
14345
14346
  // src/reporter.ts
14346
14347
  var DEFAULT_SERVER_URL2 = "https://reportforge.org";
14348
+ var LICENSE_STALE_MARGIN_MS = 5 * 60 * 1e3;
14347
14349
  var PdfReporter = class {
14348
14350
  constructor(rawOptions = {}) {
14349
14351
  this.cwd = process.cwd();
@@ -14354,7 +14356,7 @@ var PdfReporter = class {
14354
14356
  this.options = parseOptions(rawOptions);
14355
14357
  setLogLevel(this.options.logLevel);
14356
14358
  this.dataCollector = new DataCollector(this.options.capture);
14357
- this.version = true ? "0.20.0" : "0.x";
14359
+ this.version = true ? "0.20.2" : "0.x";
14358
14360
  logger.info(`@reportforge/playwright-pdf v${this.version} initialised`);
14359
14361
  this.licenseClient = new LicenseClient({
14360
14362
  licenseKey: this.options.licenseKey,
@@ -14425,13 +14427,16 @@ var PdfReporter = class {
14425
14427
  }
14426
14428
  }
14427
14429
  async onEnd(result) {
14428
- const licenseInfo = await this.license();
14430
+ const licenseInfo = await this.freshLicense();
14429
14431
  if (!licenseInfo) return;
14430
14432
  const collected = this._collectData(result);
14431
14433
  if (!collected) {
14432
14434
  maybePrintUpdateNotice(licenseInfo, this.version);
14433
14435
  return;
14434
14436
  }
14437
+ if (collected.stats.total === 0) {
14438
+ logger.warn("No tests were executed \u2014 check your --grep / project filters. The report has nothing to assess.");
14439
+ }
14435
14440
  if (this.options.showTrend && collected.stats.total > 0) {
14436
14441
  try {
14437
14442
  this._appendTrend(collected);
@@ -14544,6 +14549,31 @@ var PdfReporter = class {
14544
14549
  license() {
14545
14550
  return this.licensePromise ?? (this.licensePromise = this.resolveLicense());
14546
14551
  }
14552
+ /**
14553
+ * onEnd entry point for licensing: the memoized resolution can be as old as
14554
+ * the whole run (it is shared with the live stream from onBegin), and a JWT
14555
+ * issued near the subscription's period end can expire MID-RUN while the
14556
+ * subscription itself renews and stays active — the exact case where the
14557
+ * admin dashboard shows "active" but generateAll's expiry gate would throw.
14558
+ * When the token is expired or about to be, re-resolve once: with < 24h TTL
14559
+ * the client always takes the network path, and its token_expired recovery
14560
+ * (clear cache → fresh activation) picks up the renewed period. A refresh
14561
+ * failure downgrades to the normal warn-and-skip, never a hard ERROR.
14562
+ */
14563
+ async freshLicense() {
14564
+ const info = await this.license();
14565
+ if (!info) return null;
14566
+ if (info.expiry.getTime() - Date.now() > LICENSE_STALE_MARGIN_MS) return info;
14567
+ logger.info("License token expired or is about to expire \u2014 refreshing before PDF generation...");
14568
+ this.licensePromise = this.resolveLicense();
14569
+ const refreshed = await this.licensePromise;
14570
+ if (!refreshed) {
14571
+ logger.warn(
14572
+ "License could not be refreshed after expiring mid-run \u2014 PDF generation is skipped. If your subscription is active, the next run will recover automatically."
14573
+ );
14574
+ }
14575
+ return refreshed;
14576
+ }
14547
14577
  async resolveLicense() {
14548
14578
  try {
14549
14579
  return await this.licenseClient.resolve(
package/dist/index.mjs CHANGED
@@ -10858,7 +10858,7 @@ import { createPublicKey as createPublicKey2, verify as verify2 } from "crypto";
10858
10858
 
10859
10859
  // src/analysis/model-bundle.ts
10860
10860
  init_esm_shims();
10861
- var MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "NUM": -4.574710978503383, "assertionerror": -4.980176086611547, "be": -4.980176086611547, "cart": -4.980176086611547, "checkout": -4.980176086611547, "com": -4.980176086611547, "dashboard": -4.980176086611547, "deep": -4.980176086611547, "equal": -4.980176086611547, "equality": -4.980176086611547, "error": -4.980176086611547, "expect": -3.5938817254916566, "expected": -3.1083739097099556, "failed": -4.980176086611547, "false": -4.980176086611547, "got": -4.980176086611547, "id": -4.574710978503383, "john": -4.980176086611547, "locator": -4.574710978503383, "login": -4.980176086611547, "must": -4.980176086611547, "page": -4.980176086611547, "pattern": -4.980176086611547, "received": -3.275427994373122, "string": -4.980176086611547, "to": -4.980176086611547, "tobe": -4.980176086611547, "tobetruthy": -4.980176086611547, "toequal": -4.980176086611547, "tohavecount": -4.980176086611547, "tohavetext": -4.980176086611547, "tohavetitle": -4.980176086611547, "tohavevalue": -4.980176086611547, "truthy": -4.980176086611547, "value": -4.980176086611547 }, "env-config": { "NUM": -4.997212273764115, "api": -4.997212273764115, "at": -4.997212273764115, "back": -4.997212273764115, "base": -4.997212273764115, "baseurl": -4.997212273764115, "browsers": -4.997212273764115, "cannot": -4.997212273764115, "ci": -4.997212273764115, "config": -4.304065093204169, "directory": -4.591747165655951, "dotenv": -4.997212273764115, "enoent": -4.997212273764115, "env": -4.591747165655951, "environment": -4.591747165655951, "error": -4.08092154188996, "existent": -4.997212273764115, "failed": -4.997212273764115, "falling": -4.997212273764115, "file": -4.997212273764115, "find": -4.997212273764115, "from": -4.997212273764115, "in": -4.591747165655951, "invalid": -4.997212273764115, "is": -4.997212273764115, "json": -4.591747165655951, "key": -4.997212273764115, "load": -4.997212273764115, "missing": -4.997212273764115, "module": -4.997212273764115, "no": -4.997212273764115, "non": -4.997212273764115, "not": -4.997212273764115, "open": -4.997212273764115, "or": -4.997212273764115, "path": -4.997212273764115, "playwright": -4.591747165655951, "points": -4.997212273764115, "position": -4.997212273764115, "required": -4.997212273764115, "set": -4.997212273764115, "spec": -4.997212273764115, "such": -4.997212273764115, "syntaxerror": -4.997212273764115, "test": -4.997212273764115, "to": -4.304065093204169, "token": -4.997212273764115, "ts": -4.997212273764115, "tsconfig": -4.997212273764115, "undefined": -4.591747165655951, "unexpected": -4.997212273764115, "url": -4.997212273764115, "values": -4.997212273764115, "variable": -4.591747165655951 }, "flaky-by-retry": { "after": -4.58836306767171, "and": -4.993828175779875, "animation": -4.993828175779875, "attempt": -4.07753744390572, "between": -4.993828175779875, "blip": -4.993828175779875, "cause": -4.993828175779875, "change": -4.993828175779875, "click": -4.993828175779875, "code": -4.993828175779875, "commit": -4.993828175779875, "condition": -4.993828175779875, "dependency": -4.993828175779875, "detached": -4.993828175779875, "deterministic": -4.993828175779875, "element": -4.993828175779875, "failed": -4.300680995219929, "fails": -4.993828175779875, "flaky": -4.07753744390572, "green": -4.993828175779875, "in": -4.993828175779875, "intermittent": -4.993828175779875, "locator": -4.993828175779875, "marked": -4.993828175779875, "network": -4.993828175779875, "no": -4.993828175779875, "non": -4.993828175779875, "on": -3.895215887111765, "order": -4.993828175779875, "passed": -3.895215887111765, "quarantined": -4.993828175779875, "race": -4.993828175779875, "reproducible": -4.993828175779875, "rerun": -4.993828175779875, "retry": -4.07753744390572, "runs": -4.993828175779875, "same": -4.993828175779875, "second": -4.993828175779875, "stale": -4.993828175779875, "succeeded": -4.993828175779875, "test": -4.58836306767171, "the": -4.993828175779875, "then": -4.993828175779875, "timeout": -4.993828175779875, "unstable": -4.993828175779875, "with": -4.993828175779875, "without": -4.993828175779875 }, "locator-not-found": { "an": -4.993828175779875, "attached": -4.993828175779875, "btn": -4.993828175779875, "button": -4.58836306767171, "cart": -4.993828175779875, "checkout": -4.993828175779875, "click": -4.993828175779875, "data": -4.993828175779875, "div": -4.993828175779875, "dom": -4.993828175779875, "element": -4.07753744390572, "elements": -4.300680995219929, "error": -4.58836306767171, "find": -4.993828175779875, "for": -4.58836306767171, "found": -4.58836306767171, "getbyrole": -4.993828175779875, "getbytext": -4.993828175779875, "icon": -4.993828175779875, "id": -4.993828175779875, "is": -4.993828175779875, "locator": -4.07753744390572, "matched": -4.993828175779875, "matches": -4.993828175779875, "missing": -4.993828175779875, "mode": -4.58836306767171, "name": -4.993828175779875, "no": -4.58836306767171, "node": -4.993828175779875, "not": -4.58836306767171, "resolved": -4.58836306767171, "save": -4.993828175779875, "selector": -4.58836306767171, "strict": -4.58836306767171, "submit": -4.993828175779875, "testid": -4.993828175779875, "textcontent": -4.993828175779875, "the": -4.58836306767171, "to": -4.07753744390572, "total": -4.993828175779875, "unable": -4.993828175779875, "violation": -4.58836306767171, "waiting": -4.993828175779875, "with": -4.993828175779875, "xpath": -4.993828175779875 }, "navigation": { "NUM": -4.983606621708336, "aborted": -4.983606621708336, "another": -4.983606621708336, "back": -4.983606621708336, "because": -4.578141513600172, "by": -4.578141513600172, "checkout": -4.983606621708336, "context": -4.983606621708336, "crashed": -4.983606621708336, "dashboard": -4.983606621708336, "destroyed": -4.983606621708336, "detached": -4.983606621708336, "entry": -4.983606621708336, "err": -4.578141513600172, "exceeded": -4.983606621708336, "execution": -4.983606621708336, "failed": -4.983606621708336, "frame": -4.578141513600172, "goback": -4.983606621708336, "goto": -4.290459441148391, "history": -4.983606621708336, "home": -4.983606621708336, "interrupted": -4.578141513600172, "is": -4.983606621708336, "likely": -4.983606621708336, "login": -4.983606621708336, "many": -4.983606621708336, "maybe": -4.983606621708336, "most": -4.983606621708336, "navigate": -4.983606621708336, "navigating": -4.983606621708336, "navigation": -3.7308436532129683, "net": -4.578141513600172, "no": -4.983606621708336, "of": -4.983606621708336, "page": -3.884994333040227, "redirects": -4.983606621708336, "timeout": -4.983606621708336, "to": -3.7308436532129683, "too": -4.983606621708336, "waitforurl": -4.983606621708336, "was": -4.578141513600172 }, "network": { "NUM": -4.57126863431241, "URL": -4.283586561860629, "again": -4.976733742420574, "api": -4.976733742420574, "apirequestcontext": -4.976733742420574, "at": -4.976733742420574, "body": -4.976733742420574, "connect": -4.976733742420574, "connection": -4.57126863431241, "disconnected": -4.976733742420574, "eai": -4.976733742420574, "econnrefused": -4.976733742420574, "err": -3.8781214537524646, "error": -4.976733742420574, "failed": -4.283586561860629, "fetch": -4.976733742420574, "fetching": -4.976733742420574, "from": -4.976733742420574, "get": -4.976733742420574, "getaddrinfo": -4.976733742420574, "goto": -4.976733742420574, "hang": -4.976733742420574, "internet": -4.976733742420574, "loading": -4.976733742420574, "name": -4.976733742420574, "net": -3.8781214537524646, "not": -4.976733742420574, "on": -4.976733742420574, "out": -4.976733742420574, "page": -4.57126863431241, "products": -4.976733742420574, "protocol": -4.976733742420574, "reading": -4.976733742420574, "reason": -4.976733742420574, "refused": -4.976733742420574, "request": -4.57126863431241, "resolved": -4.976733742420574, "resource": -4.976733742420574, "response": -4.976733742420574, "route": -4.976733742420574, "socket": -4.976733742420574, "ssl": -4.976733742420574, "timed": -4.976733742420574, "to": -4.976733742420574, "up": -4.976733742420574, "upstream": -4.976733742420574, "while": -4.976733742420574 }, "timeout": { "NUM": -3.4965075614664802, "after": -5.000584958242754, "be": -4.59511985013459, "cart": -5.000584958242754, "click": -5.000584958242754, "element": -5.000584958242754, "event": -5.000584958242754, "exceeded": -3.6142905971228636, "expect": -5.000584958242754, "fill": -5.000584958242754, "for": -3.7478219897473863, "function": -5.000584958242754, "load": -5.000584958242754, "locator": -4.084294226368599, "navigation": -5.000584958242754, "of": -5.000584958242754, "out": -5.000584958242754, "page": -4.59511985013459, "running": -5.000584958242754, "selector": -5.000584958242754, "submit": -5.000584958242754, "test": -4.59511985013459, "timed": -5.000584958242754, "timeout": -3.6142905971228636, "timeouterror": -4.59511985013459, "to": -4.59511985013459, "tobevisible": -5.000584958242754, "visible": -4.59511985013459, "waitforloadstate": -5.000584958242754, "waitforselector": -5.000584958242754, "waiting": -3.7478219897473863, "while": -5.000584958242754 } }, "playwrightVersion": "1.59.1", "priors": { "assertion": -1.9636097261547143, "env-config": -1.9636097261547143, "flaky-by-retry": -1.9636097261547143, "locator-not-found": -1.9636097261547143, "navigation": -1.9636097261547143, "network": -1.9636097261547143, "timeout": -1.845826690498331 }, "totals": { "assertion": 64, "env-config": 69, "flaky-by-retry": 68, "locator-not-found": 68, "navigation": 65, "network": 63, "timeout": 70 }, "version": 1, "vocabSize": 227 };
10861
+ var MODEL = { "alpha": 1, "labels": ["assertion", "env-config", "flaky-by-retry", "locator-not-found", "navigation", "network", "timeout"], "logLikelihoods": { "assertion": { "13": -6.424058322604399, "16": -6.424058322604399, "17": -6.424058322604399, "20": -6.424058322604399, "21": -6.018593214496234, "22": -6.424058322604399, "23": -6.424058322604399, "25": -6.424058322604399, "30": -6.424058322604399, "41": -6.424058322604399, "43": -6.424058322604399, "61": -6.424058322604399, "00": -6.018593214496234, "03": -6.424058322604399, "12t07": -6.424058322604399, "6s": -6.424058322604399, "NUM": -4.283992159108128, "URL": -6.424058322604399, "actual": -6.018593214496234, "am": -6.424058322604399, "assertionerror": -6.424058322604399, "assertionname": -6.424058322604399, "async": -6.424058322604399, "at": -5.507767590730244, "await": -5.32544603393629, "basic": -5.507767590730244, "be": -5.730911142044453, "below": -6.424058322604399, "button": -6.424058322604399, "call": -5.507767590730244, "cart": -6.424058322604399, "checkout": -6.424058322604399, "com": -6.424058322604399, "const": -6.424058322604399, "count": -5.730911142044453, "dashboard": -6.424058322604399, "deep": -6.424058322604399, "downloads": -6.018593214496234, "equal": -6.424058322604399, "equality": -6.424058322604399, "error": -5.32544603393629, "example": -5.171295354109031, "expect": -4.283992159108128, "expected": -3.9817112872351945, "failed": -6.018593214496234, "false": -6.424058322604399, "field": -6.424058322604399, "for": -5.507767590730244, "getbytext": -6.018593214496234, "getting": -6.424058322604399, "ggorlen": -6.424058322604399, "got": -6.424058322604399, "goto": -6.424058322604399, "id": -6.018593214496234, "in": -6.018593214496234, "inner": -6.018593214496234, "internal": -6.018593214496234, "isnot": -6.018593214496234, "john": -6.424058322604399, "js": -5.32544603393629, "lib": -6.424058322604399, "locator": -4.478148173549085, "log": -5.507767590730244, "logged": -6.018593214496234, "login": -6.424058322604399, "matcherhint": -6.424058322604399, "matcherresult": -5.507767590730244, "modules": -6.424058322604399, "must": -6.424058322604399, "my": -6.424058322604399, "name": -6.018593214496234, "navbar": -5.507767590730244, "node": -5.507767590730244, "not": -6.424058322604399, "npx": -6.424058322604399, "page": -5.171295354109031, "pattern": -6.424058322604399, "playwright": -5.32544603393629, "printexpected": -6.018593214496234, "printreceived": -6.018593214496234, "process": -6.424058322604399, "processimmediate": -6.424058322604399, "queues": -6.424058322604399, "received": -4.22683374526818, "reply": -6.424058322604399, "return": -6.424058322604399, "runnextticks": -6.424058322604399, "running": -6.424058322604399, "runtestwithbeforehooks": -6.424058322604399, "selector": -6.424058322604399, "should": -6.018593214496234, "spec": -5.32544603393629, "string": -5.037763961484508, "task": -6.424058322604399, "test": -4.814620410170298, "tests": -5.507767590730244, "text": -6.424058322604399, "this": -5.171295354109031, "timeout": -5.730911142044453, "timers": -6.424058322604399, "title": -5.507767590730244, "to": -6.424058322604399, "tobe": -6.424058322604399, "tobetruthy": -6.424058322604399, "tobevisible": -6.018593214496234, "toequal": -6.424058322604399, "tohavecount": -6.424058322604399, "tohavetext": -4.919980925828125, "tohavetitle": -6.424058322604399, "tohavevalue": -6.424058322604399, "truthy": -6.424058322604399, "ts": -6.424058322604399, "undefined": -6.018593214496234, "users": -6.018593214496234, "using": -6.424058322604399, "utils": -5.32544603393629, "value": -6.424058322604399, "vu": -6.018593214496234, "waiting": -5.507767590730244, "with": -5.730911142044453, "worker": -6.424058322604399, "workerrunner": -6.018593214496234 }, "env-config": { "16": -6.687108607866515, "44": -6.687108607866515, "64": -6.687108607866515, "66": -6.687108607866515, "70": -5.77081787599236, "00": -6.28164349975835, "05": -6.687108607866515, "16t15": -6.687108607866515, "51z": -6.687108607866515, "8hauptrolle": -6.687108607866515, "NUM": -5.18303121109024, "activity": -6.687108607866515, "add": -6.687108607866515, "additional": -6.687108607866515, "aimed": -6.687108607866515, "alderoberge": -6.687108607866515, "alejo": -6.687108607866515, "also": -5.588496319198405, "and": -5.588496319198405, "any": -6.28164349975835, "anyone": -6.28164349975835, "api": -6.687108607866515, "assist": -6.687108607866515, "at": -5.434345639371147, "available": -6.28164349975835, "awb": -6.28164349975835, "back": -6.687108607866515, "base": -6.687108607866515, "baseurl": -6.687108607866515, "be": -6.28164349975835, "believe": -6.687108607866515, "binary": -6.687108607866515, "box": -6.28164349975835, "bridge": -6.687108607866515, "browser": -6.687108607866515, "browsername": -5.588496319198405, "browsers": -5.18303121109024, "browsertype": -4.9823605156280895, "but": -6.28164349975835, "by": -6.687108607866515, "cache": -5.77081787599236, "can": -6.28164349975835, "cannot": -6.687108607866515, "channel": -5.077670695432414, "cheron": -6.687108607866515, "chrome": -5.18303121109024, "chromium": -4.9823605156280895, "ci": -6.687108607866515, "cmu": -4.9823605156280895, "cmulex": -6.687108607866515, "command": -5.993961427306569, "commented": -6.687108607866515, "config": -5.993961427306569, "default": -6.687108607866515, "dependencies": -5.588496319198405, "deps": -5.993961427306569, "despite": -6.687108607866515, "difference": -6.687108607866515, "different": -6.687108607866515, "directory": -6.28164349975835, "displays": -6.687108607866515, "distros": -5.993961427306569, "do": -6.28164349975835, "docker": -6.687108607866515, "doesn": -5.434345639371147, "dotenv": -6.687108607866515, "download": -6.28164349975835, "edit": -6.687108607866515, "effort": -6.687108607866515, "elementary": -6.687108607866515, "enoent": -6.687108607866515, "env": -6.28164349975835, "environment": -6.28164349975835, "error": -4.741198458811201, "example": -6.687108607866515, "exec": -6.687108607866515, "executable": -5.77081787599236, "exist": -5.77081787599236, "existent": -6.687108607866515, "explain": -6.28164349975835, "eyes": -6.687108607866515, "failed": -6.687108607866515, "fak3": -6.687108607866515, "falling": -6.687108607866515, "file": -6.28164349975835, "files": -6.687108607866515, "find": -6.687108607866515, "firefox": -6.28164349975835, "fix": -6.687108607866515, "fixing": -6.687108607866515, "following": -6.28164349975835, "for": -5.588496319198405, "from": -6.687108607866515, "gnu": -6.687108607866515, "goes": -6.687108607866515, "goto": -6.687108607866515, "grapheme": -6.28164349975835, "guess": -6.28164349975835, "has": -6.28164349975835, "have": -6.28164349975835, "having": -6.28164349975835, "home": -6.687108607866515, "hopefully": -6.687108607866515, "host": -5.77081787599236, "if": -6.28164349975835, "image": -6.687108607866515, "in": -6.28164349975835, "incompatible": -6.687108607866515, "indic": -6.28164349975835, "information": -6.687108607866515, "insights": -6.687108607866515, "install": -5.588496319198405, "installed": -5.993961427306569, "instead": -6.687108607866515, "into": -6.687108607866515, "invalid": -6.687108607866515, "is": -5.077670695432414, "isn": -6.687108607866515, "issue": -5.588496319198405, "it": -4.9823605156280895, "js": -6.687108607866515, "json": -6.28164349975835, "just": -5.588496319198405, "kal": -6.687108607866515, "kal16": -6.687108607866515, "keep": -6.687108607866515, "key": -6.687108607866515, "kunukn": -6.687108607866515, "lang": -6.28164349975835, "launch": -4.9823605156280895, "leo": -6.687108607866515, "lex": -6.28164349975835, "lib": -6.687108607866515, "libatk": -6.28164349975835, "libatspi": -6.687108607866515, "libcups": -6.687108607866515, "libdbus": -6.687108607866515, "libdrm": -6.687108607866515, "libexpat": -6.687108607866515, "libflite": -4.741198458811201, "libgio": -6.687108607866515, "libglib": -6.687108607866515, "libgobject": -6.687108607866515, "libgstcodecparsers": -6.687108607866515, "libicu70": -6.687108607866515, "libicudata": -6.687108607866515, "libicui18n": -6.687108607866515, "libicuio": -6.687108607866515, "libicuuc": -6.687108607866515, "libnspr4": -6.687108607866515, "libnss3": -6.687108607866515, "libnssutil3": -6.687108607866515, "libpthread": -6.687108607866515, "libraries": -5.77081787599236, "libsmime3": -6.687108607866515, "libx264": -6.687108607866515, "libxcb": -6.687108607866515, "libxkbcommon": -6.687108607866515, "like": -5.77081787599236, "linux": -4.895349138638459, "load": -6.687108607866515, "looks": -5.993961427306569, "lookup": -6.687108607866515, "lot": -6.687108607866515, "make": -6.687108607866515, "malaver": -6.687108607866515, "matching": -6.687108607866515, "may": -6.28164349975835, "meant": -6.687108607866515, "message": -6.687108607866515, "minibrowser": -6.687108607866515, "mint": -5.77081787599236, "missing": -5.077670695432414, "module": -6.687108607866515, "more": -6.687108607866515, "most": -6.28164349975835, "ms": -5.77081787599236, "must": -6.687108607866515, "my": -6.687108607866515, "name": -6.687108607866515, "need": -6.687108607866515, "new": -6.28164349975835, "newer": -6.687108607866515, "no": -6.687108607866515, "non": -6.687108607866515, "not": -5.993961427306569, "npx": -6.28164349975835, "of": -5.434345639371147, "old": -6.687108607866515, "on": -5.18303121109024, "one": -6.28164349975835, "open": -6.687108607866515, "or": -5.77081787599236, "other": -6.687108607866515, "out": -5.77081787599236, "package": -6.687108607866515, "page": -6.687108607866515, "parameter": -6.687108607866515, "path": -6.687108607866515, "platforms": -6.687108607866515, "playwright": -4.435816809260019, "please": -6.28164349975835, "pnpm": -6.687108607866515, "points": -6.687108607866515, "popular": -6.28164349975835, "position": -6.687108607866515, "prompt": -6.687108607866515, "provided": -6.687108607866515, "quick": -6.687108607866515, "react": -6.687108607866515, "related": -6.687108607866515, "replace": -6.687108607866515, "reply": -6.687108607866515, "repositories": -6.28164349975835, "required": -6.687108607866515, "rms": -6.687108607866515, "root": -5.993961427306569, "run": -5.300814246746624, "running": -5.993961427306569, "safari": -6.28164349975835, "same": -5.77081787599236, "seems": -6.687108607866515, "set": -6.687108607866515, "should": -6.28164349975835, "simensbat": -6.687108607866515, "simply": -6.687108607866515, "slt": -6.687108607866515, "so": -3.742669628700074, "some": -6.28164349975835, "spec": -6.28164349975835, "such": -6.687108607866515, "super": -6.687108607866515, "support": -6.687108607866515, "symbol": -6.28164349975835, "syntaxerror": -6.687108607866515, "system": -5.588496319198405, "team": -6.687108607866515, "test": -6.28164349975835, "tests": -6.687108607866515, "the": -4.547042444370244, "there": -5.77081787599236, "this": -5.77081787599236, "time": -6.687108607866515, "title": -6.687108607866515, "tls": -6.687108607866515, "to": -4.489884030530295, "token": -6.687108607866515, "tried": -6.28164349975835, "troubleshooting": -6.687108607866515, "ts": -6.687108607866515, "tsconfig": -6.687108607866515, "ubuntu": -5.588496319198405, "undefined": -5.993961427306569, "unexpected": -6.687108607866515, "unsupported": -5.588496319198405, "updated": -6.28164349975835, "url": -6.687108607866515, "us": -5.588496319198405, "use": -6.687108607866515, "usenglish": -6.687108607866515, "uses": -6.28164349975835, "using": -6.28164349975835, "usr": -6.687108607866515, "value": -6.687108607866515, "values": -6.687108607866515, "variable": -6.28164349975835, "version": -6.28164349975835, "vsts": -6.687108607866515, "was": -5.993961427306569, "way": -6.687108607866515, "webkit": -5.77081787599236, "which": -6.28164349975835, "why": -6.28164349975835, "with": -5.300814246746624, "work": -5.77081787599236, "worker": -6.687108607866515, "works": -6.28164349975835, "would": -6.687108607866515, "x86": -6.687108607866515, "you": -6.28164349975835 }, "flaky-by-retry": { "after": -5.786897381366708, "and": -6.192362489474872, "animation": -6.192362489474872, "attempt": -5.276071757600717, "between": -6.192362489474872, "blip": -6.192362489474872, "cause": -6.192362489474872, "change": -6.192362489474872, "click": -6.192362489474872, "code": -6.192362489474872, "commit": -6.192362489474872, "condition": -6.192362489474872, "dependency": -6.192362489474872, "detached": -6.192362489474872, "deterministic": -6.192362489474872, "element": -6.192362489474872, "failed": -5.499215308914927, "fails": -6.192362489474872, "flaky": -5.276071757600717, "green": -6.192362489474872, "in": -6.192362489474872, "intermittent": -6.192362489474872, "locator": -6.192362489474872, "marked": -6.192362489474872, "network": -6.192362489474872, "no": -6.192362489474872, "non": -6.192362489474872, "on": -5.093750200806762, "order": -6.192362489474872, "passed": -5.093750200806762, "quarantined": -6.192362489474872, "race": -6.192362489474872, "reproducible": -6.192362489474872, "rerun": -6.192362489474872, "retry": -5.276071757600717, "runs": -6.192362489474872, "same": -6.192362489474872, "second": -6.192362489474872, "stale": -6.192362489474872, "succeeded": -6.192362489474872, "test": -5.786897381366708, "the": -6.192362489474872, "then": -6.192362489474872, "timeout": -6.192362489474872, "unstable": -6.192362489474872, "with": -6.192362489474872, "without": -6.192362489474872 }, "locator-not-found": { "25": -6.459904454377535, "30": -5.3612921657094255, "46": -6.459904454377535, "06": -6.459904454377535, "NUM": -5.5436137225033795, "aka": -4.588102277475944, "alert": -6.459904454377535, "all": -6.459904454377535, "an": -6.459904454377535, "api": -6.459904454377535, "aria": -6.05443934626937, "async": -6.459904454377535, "attached": -6.459904454377535, "based": -6.459904454377535, "being": -6.459904454377535, "birth": -6.459904454377535, "btn": -6.459904454377535, "button": -4.588102277475944, "by": -6.459904454377535, "captura": -6.459904454377535, "cart": -6.459904454377535, "carteiras": -6.05443934626937, "cell": -6.05443934626937, "checkout": -6.459904454377535, "checks": -6.459904454377535, "click": -5.5436137225033795, "cns": -5.766757273817589, "columns": -6.459904454377535, "const": -6.459904454377535, "contains": -6.459904454377535, "copy": -6.05443934626937, "count": -6.459904454377535, "cpf": -5.766757273817589, "da": -6.05443934626937, "data": -6.05443934626937, "de": -6.459904454377535, "div": -5.2071414858821665, "does": -6.459904454377535, "dom": -6.459904454377535, "easiest": -6.459904454377535, "element": -5.5436137225033795, "elements": -4.755156362139109, "error": -4.513994305322221, "even": -6.459904454377535, "exact": -5.766757273817589, "expected": -6.459904454377535, "fail": -6.459904454377535, "field": -6.459904454377535, "filtering": -6.459904454377535, "find": -6.459904454377535, "first": -5.766757273817589, "for": -6.05443934626937, "found": -6.05443934626937, "frame": -6.459904454377535, "from": -6.459904454377535, "getbyrole": -5.3612921657094255, "getbytext": -5.073610093257644, "icon": -6.459904454377535, "id": -5.766757273817589, "if": -6.459904454377535, "iframe": -6.459904454377535, "in": -5.766757273817589, "into": -6.459904454377535, "is": -5.5436137225033795, "issue": -6.05443934626937, "it": -5.766757273817589, "javascript": -6.459904454377535, "just": -6.459904454377535, "kb": -6.459904454377535, "label": -6.05443934626937, "licenses": -6.459904454377535, "link": -6.459904454377535, "list": -6.459904454377535, "locator": -4.2626798770413155, "match": -6.459904454377535, "matched": -6.459904454377535, "matches": -6.459904454377535, "mean": -6.459904454377535, "method": -6.459904454377535, "missing": -6.459904454377535, "mode": -4.66814498514948, "mother": -6.459904454377535, "munic": -6.05443934626937, "municipality": -6.459904454377535, "my": -6.459904454377535, "name": -5.2071414858821665, "nascimento": -6.05443934626937, "new": -6.05443934626937, "no": -6.05443934626937, "node": -6.459904454377535, "nome": -5.5436137225033795, "not": -6.05443934626937, "note": -6.459904454377535, "nov": -6.05443934626937, "novalistagem": -6.459904454377535, "nth": -6.459904454377535, "of": -6.459904454377535, "or": -5.766757273817589, "page": -6.459904454377535, "passes": -6.459904454377535, "pio": -6.05443934626937, "playwright": -6.05443934626937, "position": -5.766757273817589, "question": -6.459904454377535, "resolve": -6.459904454377535, "resolved": -4.955827057601261, "response": -6.459904454377535, "rest": -6.459904454377535, "result": -5.766757273817589, "results": -6.459904454377535, "role": -6.459904454377535, "run": -6.459904454377535, "save": -6.459904454377535, "selection": -6.459904454377535, "selector": -6.05443934626937, "simplest": -6.459904454377535, "solution": -6.459904454377535, "span": -5.766757273817589, "specify": -6.459904454377535, "specifying": -6.459904454377535, "state": -6.459904454377535, "strict": -4.66814498514948, "submit": -6.459904454377535, "tabindex": -6.05443934626937, "table": -6.459904454377535, "take": -6.459904454377535, "td": -6.459904454377535, "tela": -6.459904454377535, "test": -6.05443934626937, "testid": -6.459904454377535, "text": -5.766757273817589, "textcontent": -6.459904454377535, "that": -6.05443934626937, "the": -4.513994305322221, "thead": -6.459904454377535, "this": -5.5436137225033795, "title": -6.459904454377535, "to": -4.513994305322221, "total": -6.459904454377535, "tr": -6.459904454377535, "true": -5.766757273817589, "type": -6.05443934626937, "uf": -6.05443934626937, "unable": -6.459904454377535, "validate": -6.459904454377535, "validatefieldvalue": -6.459904454377535, "validation": -6.459904454377535, "violation": -4.755156362139109, "waitfor": -6.459904454377535, "waiting": -6.459904454377535, "we": -6.459904454377535, "what": -6.459904454377535, "when": -6.459904454377535, "whether": -6.459904454377535, "will": -6.459904454377535, "with": -6.459904454377535, "xpath": -6.459904454377535 }, "navigation": { "14": -6.304448802421981, "19": -6.709913910530146, "25": -6.709913910530146, "27": -6.304448802421981, "39": -6.709913910530146, "49": -6.709913910530146, "66": -6.709913910530146, "0ms": -6.304448802421981, "6ms": -6.709913910530146, "NUM": -4.569847747033875, "URL": -5.793623178655991, "abort": -6.0167667299702, "aborted": -4.91815444130209, "acting": -6.709913910530146, "additional": -6.709913910530146, "adjusting": -6.709913910530146, "after": -6.0167667299702, "an": -6.304448802421981, "and": -6.304448802421981, "another": -6.709913910530146, "api": -5.611301621862036, "appends": -6.709913910530146, "are": -6.709913910530146, "argument": -6.709913910530146, "as": -6.709913910530146, "async": -6.0167667299702, "at": -5.457150942034778, "avoid": -6.709913910530146, "await": -4.91815444130209, "back": -6.709913910530146, "base": -6.709913910530146, "be": -6.709913910530146, "because": -5.457150942034778, "before": -6.304448802421981, "behavior": -6.709913910530146, "being": -6.709913910530146, "both": -6.709913910530146, "browser": -6.0167667299702, "bug": -6.304448802421981, "but": -6.304448802421981, "by": -6.0167667299702, "call": -5.457150942034778, "callback": -6.709913910530146, "called": -6.709913910530146, "calling": -6.709913910530146, "cancelled": -6.709913910530146, "cannot": -6.709913910530146, "caused": -6.709913910530146, "causes": -6.709913910530146, "certain": -6.709913910530146, "chain": -6.304448802421981, "channel": -6.709913910530146, "checkout": -6.709913910530146, "chrome": -6.709913910530146, "click": -6.709913910530146, "close": -6.709913910530146, "closed": -6.709913910530146, "code": -6.709913910530146, "comment": -6.709913910530146, "commented": -6.709913910530146, "common": -6.304448802421981, "complicated": -6.709913910530146, "connection": -6.709913910530146, "const": -6.709913910530146, "context": -6.304448802421981, "copy": -6.0167667299702, "crashed": -5.793623178655991, "create": -6.709913910530146, "dashboard": -6.0167667299702, "debugging": -6.709913910530146, "describe": -6.709913910530146, "destroyed": -6.0167667299702, "detached": -5.100475998096045, "developer": -6.709913910530146, "didn": -6.709913910530146, "different": -6.709913910530146, "directly": -6.709913910530146, "document": -6.709913910530146, "does": -6.709913910530146, "domcontentloaded": -6.304448802421981, "dowrite": -6.709913910530146, "during": -6.304448802421981, "en": -6.709913910530146, "entry": -6.709913910530146, "err": -4.695010889987881, "error": -4.838111733628554, "event": -6.304448802421981, "example": -6.709913910530146, "exceeded": -6.304448802421981, "execution": -6.709913910530146, "expect": -6.709913910530146, "expected": -6.709913910530146, "facing": -6.709913910530146, "failed": -5.611301621862036, "file": -5.323619549410255, "fine": -6.304448802421981, "fired": -6.304448802421981, "firefox": -6.709913910530146, "for": -5.793623178655991, "frame": -4.6304723688503096, "frames": -6.709913910530146, "frequent": -6.709913910530146, "from": -6.709913910530146, "frompromise": -6.709913910530146, "full": -6.709913910530146, "future": -6.709913910530146, "getbyrole": -6.709913910530146, "getting": -6.709913910530146, "given": -6.709913910530146, "goback": -6.709913910530146, "going": -6.709913910530146, "goto": -4.312018637731775, "handler": -6.709913910530146, "happens": -6.709913910530146, "have": -6.709913910530146, "headless": -6.709913910530146, "helper": -6.0167667299702, "hint": -6.709913910530146, "history": -6.709913910530146, "home": -5.323619549410255, "html": -6.0167667299702, "impl": -6.709913910530146, "in": -5.457150942034778, "include": -6.709913910530146, "info": -6.709913910530146, "initial": -6.709913910530146, "innerhtml": -6.709913910530146, "inside": -6.709913910530146, "instead": -6.709913910530146, "internal": -6.709913910530146, "interrupted": -6.304448802421981, "is": -6.304448802421981, "issue": -5.457150942034778, "it": -6.304448802421981, "its": -6.709913910530146, "js": -5.611301621862036, "jul": -6.304448802421981, "lang": -6.709913910530146, "last": -6.304448802421981, "lib": -5.793623178655991, "likely": -6.709913910530146, "line": -5.457150942034778, "link": -5.793623178655991, "load": -5.793623178655991, "loads": -6.304448802421981, "locals": -5.793623178655991, "log": -6.0167667299702, "login": -6.0167667299702, "logs": -6.304448802421981, "main": -6.709913910530146, "many": -6.304448802421981, "maxschmitt": -6.709913910530146, "may": -6.709913910530146, "maybe": -5.100475998096045, "means": -6.709913910530146, "message": -6.709913910530146, "method": -6.709913910530146, "mistake": -6.709913910530146, "mjs": -6.709913910530146, "mobile": -6.709913910530146, "mode": -6.709913910530146, "more": -6.709913910530146, "most": -6.0167667299702, "my": -6.709913910530146, "name": -6.304448802421981, "navigate": -6.709913910530146, "navigates": -6.709913910530146, "navigatetojobs": -6.709913910530146, "navigating": -5.323619549410255, "navigation": -4.695010889987881, "net": -4.838111733628554, "new": -5.205836513753871, "next": -6.709913910530146, "no": -6.304448802421981, "node": -6.0167667299702, "non": -6.709913910530146, "none": -6.709913910530146, "oauth": -6.709913910530146, "obj": -6.709913910530146, "of": -5.457150942034778, "on": -6.0167667299702, "open": -6.304448802421981, "options": -6.709913910530146, "or": -6.304448802421981, "other": -6.709913910530146, "out": -6.709913910530146, "packages": -5.793623178655991, "page": -3.9065535296236105, "pages": -6.0167667299702, "params": -6.304448802421981, "per": -6.709913910530146, "playwright": -4.91815444130209, "pretty": -6.709913910530146, "process": -6.709913910530146, "promises": -6.709913910530146, "pw": -5.793623178655991, "py": -5.457150942034778, "python3": -5.793623178655991, "randomly": -6.709913910530146, "rebuilds": -6.709913910530146, "received": -6.709913910530146, "recent": -6.304448802421981, "redirect": -6.0167667299702, "redirects": -6.709913910530146, "reload": -6.304448802421981, "removed": -6.304448802421981, "removes": -6.709913910530146, "replaced": -6.709913910530146, "replaces": -6.709913910530146, "replicate": -6.709913910530146, "request": -6.709913910530146, "resolved": -6.709913910530146, "response": -6.709913910530146, "result": -6.709913910530146, "retrieving": -6.709913910530146, "return": -6.709913910530146, "returns": -6.709913910530146, "root": -6.709913910530146, "route": -6.0167667299702, "run": -6.709913910530146, "same": -6.709913910530146, "script": -6.304448802421981, "selector": -6.709913910530146, "self": -5.611301621862036, "send": -6.304448802421981, "sends": -6.709913910530146, "settings": -6.304448802421981, "site": -5.793623178655991, "skip": -6.709913910530146, "socket": -6.709913910530146, "some": -6.304448802421981, "somepage": -6.709913910530146, "spa": -6.304448802421981, "started": -6.709913910530146, "states": -6.709913910530146, "stcpage": -6.304448802421981, "stcunregisteredpage": -6.709913910530146, "stephen100mwangi": -6.709913910530146, "stream": -5.793623178655991, "suddenly": -6.709913910530146, "suspects": -6.709913910530146, "test": -5.457150942034778, "tests": -6.709913910530146, "than": -6.709913910530146, "that": -5.793623178655991, "the": -4.695010889987881, "then": -6.709913910530146, "there": -6.709913910530146, "thing": -6.709913910530146, "this": -6.709913910530146, "through": -6.709913910530146, "timeout": -6.304448802421981, "to": -4.4073288175361, "too": -6.709913910530146, "totally": -6.709913910530146, "traceback": -6.0167667299702, "tried": -6.709913910530146, "triggers": -6.709913910530146, "triggeruncaughtexception": -6.709913910530146, "true": -6.709913910530146, "trying": -6.709913910530146, "uid": -6.709913910530146, "unhandledpromiserejectionwarning": -6.709913910530146, "until": -5.793623178655991, "url": -5.611301621862036, "users": -6.709913910530146, "v18": -6.709913910530146, "variant": -6.304448802421981, "venv": -5.793623178655991, "wait": -6.709913910530146, "waitforurl": -6.304448802421981, "waiting": -6.0167667299702, "waituntil": -6.709913910530146, "was": -4.6304723688503096, "way": -6.709913910530146, "website": -6.709913910530146, "were": -6.709913910530146, "when": -6.0167667299702, "which": -6.709913910530146, "while": -6.304448802421981, "with": -6.0167667299702, "worked": -6.709913910530146, "works": -6.709913910530146, "writable": -6.0167667299702, "write": -6.304448802421981, "writeorbuffer": -6.709913910530146, "your": -6.709913910530146 }, "network": { "10": -5.903316160331277, "11": -5.680172609017068, "12": -4.804703871663167, "13": -6.190998232783058, "14": -4.345171542284727, "15": -4.345171542284727, "16": -5.343700372395855, "17": -4.345171542284727, "19": -6.596463340891223, "20": -6.596463340891223, "21": -6.190998232783058, "23": -6.596463340891223, "31": -5.210168979771332, "34": -6.596463340891223, "48": -6.596463340891223, "51": -6.596463340891223, "61": -6.596463340891223, "64": -6.596463340891223, "65": -6.596463340891223, "69": -6.596463340891223, "77": -6.596463340891223, "95": -6.596463340891223, "98": -6.596463340891223, "NUM": -5.210168979771332, "URL": -4.345171542284727, "access": -6.190998232783058, "again": -6.596463340891223, "am": -6.596463340891223, "and": -6.190998232783058, "anonymous": -6.596463340891223, "api": -6.190998232783058, "apirequestcontext": -6.596463340891223, "applicationurl": -6.596463340891223, "async": -6.190998232783058, "at": -4.070734696582967, "await": -5.903316160331277, "basepage": -6.596463340891223, "before": -6.190998232783058, "beforeeach": -6.596463340891223, "body": -6.596463340891223, "bundle": -6.190998232783058, "capture": -6.596463340891223, "capturestacktrace": -6.596463340891223, "channelowner": -6.190998232783058, "check": -5.680172609017068, "checkout": -6.596463340891223, "chromium": -6.596463340891223, "client": -5.497851052223113, "clientrequest": -6.190998232783058, "close": -6.596463340891223, "code": -6.190998232783058, "common": -6.596463340891223, "connect": -6.596463340891223, "connection": -4.8917152486527975, "const": -6.596463340891223, "dashboardpage": -5.343700372395855, "day": -6.596463340891223, "debug": -6.596463340891223, "deliver": -6.596463340891223, "disconnected": -6.596463340891223, "domcontentloaded": -6.190998232783058, "each": -6.596463340891223, "eai": -6.596463340891223, "econnrefused": -6.596463340891223, "econnreset": -6.596463340891223, "emit": -6.190998232783058, "environment": -6.596463340891223, "err": -4.650553191835909, "error": -4.581560320348958, "events": -6.190998232783058, "failed": -5.903316160331277, "fetch": -6.596463340891223, "fetching": -6.596463340891223, "for": -6.596463340891223, "frame": -5.680172609017068, "from": -6.596463340891223, "get": -6.596463340891223, "getaddrinfo": -6.596463340891223, "git": -6.190998232783058, "goto": -4.650553191835909, "gotosearchproduct": -6.596463340891223, "handler": -6.596463340891223, "hang": -6.190998232783058, "hook": -6.596463340891223, "http": -6.596463340891223, "internet": -6.596463340891223, "js": -4.581560320348958, "lib": -5.343700372395855, "load": -6.190998232783058, "loadapplication": -6.596463340891223, "loading": -6.596463340891223, "login": -5.680172609017068, "logs": -5.092385944114948, "modules": -4.724661163989631, "name": -5.497851052223113, "navigating": -5.210168979771332, "net": -4.517021799211387, "networkidle": -5.680172609017068, "new": -5.903316160331277, "node": -4.724661163989631, "not": -5.903316160331277, "note": -6.596463340891223, "object": -6.596463340891223, "on": -6.190998232783058, "out": -6.190998232783058, "page": -4.456397177394951, "pages": -6.596463340891223, "personal": -6.190998232783058, "playwright": -4.154116305522018, "pnpm": -5.343700372395855, "product": -6.596463340891223, "producteditpage": -6.190998232783058, "products": -6.596463340891223, "productsearchpage": -6.190998232783058, "project": -6.190998232783058, "promises": -6.596463340891223, "protocol": -6.596463340891223, "proxy": -6.596463340891223, "proxyerror": -6.596463340891223, "public": -6.596463340891223, "pw": -6.596463340891223, "reading": -6.596463340891223, "reason": -6.596463340891223, "recording": -6.596463340891223, "refused": -5.343700372395855, "request": -6.190998232783058, "resolved": -5.903316160331277, "resource": -6.596463340891223, "response": -6.596463340891223, "route": -6.596463340891223, "runner": -6.190998232783058, "same": -6.596463340891223, "sauce": -6.190998232783058, "saucelabintegration": -6.596463340891223, "scheduleedit": -6.596463340891223, "sendmessagetoserver": -6.596463340891223, "server": -6.596463340891223, "settings": -6.596463340891223, "single": -6.596463340891223, "socket": -5.680172609017068, "socketcloselistener": -6.596463340891223, "spec": -6.190998232783058, "ssl": -6.596463340891223, "stacktrace": -6.596463340891223, "started": -6.596463340891223, "starting": -6.596463340891223, "tcp": -6.596463340891223, "test": -6.596463340891223, "tests": -5.680172609017068, "this": -6.596463340891223, "timed": -6.190998232783058, "timeouts": -6.596463340891223, "to": -4.987025428457122, "token": -6.190998232783058, "trace": -6.596463340891223, "ts": -6.596463340891223, "until": -5.210168979771332, "up": -6.190998232783058, "update": -6.190998232783058, "upstream": -6.596463340891223, "url": -6.190998232783058, "use": -6.596463340891223, "user": -5.903316160331277, "utils": -6.596463340891223, "valueof": -6.596463340891223, "variable": -6.596463340891223, "waiting": -5.210168979771332, "waituntil": -6.596463340891223, "while": -6.596463340891223, "wo": -6.596463340891223, "work": -5.343700372395855, "wrapapicall": -6.596463340891223, "your": -6.596463340891223 }, "timeout": { "10": -6.434546518787453, "15": -6.840011626895618, "16": -6.840011626895618, "17": -6.840011626895618, "18": -6.840011626895618, "19": -6.840011626895618, "20": -6.434546518787453, "21": -6.434546518787453, "22": -6.840011626895618, "23": -6.840011626895618, "30": -5.741399338227508, "31": -6.840011626895618, "54": -6.840011626895618, "58": -6.840011626895618, "59": -6.840011626895618, "60": -6.146864446335672, "61": -6.434546518787453, "62": -6.840011626895618, "63": -6.840011626895618, "64": -6.840011626895618, "73": -6.840011626895618, "79": -6.840011626895618, "83": -6.840011626895618, "00": -6.434546518787453, "NUM": -3.7719586917620003, "URL": -6.434546518787453, "action": -5.453717265775727, "actiontimeout": -6.840011626895618, "actual": -6.146864446335672, "after": -6.840011626895618, "afterall": -6.840011626895618, "all": -6.840011626895618, "amount": -6.840011626895618, "an": -5.741399338227508, "and": -5.135263534657192, "angle": -6.840011626895618, "anush": -6.434546518787453, "anzeigen": -6.840011626895618, "api": -5.923720895021463, "app": -6.840011626895618, "appeared": -6.840011626895618, "apply": -6.840011626895618, "are": -6.840011626895618, "areas": -6.840011626895618, "aren": -6.840011626895618, "as": -6.840011626895618, "assertions": -6.840011626895618, "async": -6.840011626895618, "at": -4.968209449994026, "attempt": -6.840011626895618, "attempting": -6.434546518787453, "attributetopage": -6.840011626895618, "auth": -6.146864446335672, "av": -6.434546518787453, "available": -6.840011626895618, "await": -5.453717265775727, "baseurl": -6.434546518787453, "basic": -6.146864446335672, "be": -5.741399338227508, "been": -5.923720895021463, "beforeall": -6.840011626895618, "beforeeach": -6.434546518787453, "between": -6.840011626895618, "bin": -6.840011626895618, "binding": -6.840011626895618, "br": -4.825108606353353, "browser": -5.58724865840025, "browsertype": -6.840011626895618, "btn": -6.840011626895618, "but": -6.840011626895618, "button": -5.923720895021463, "by": -6.434546518787453, "cache": -6.434546518787453, "call": -6.434546518787453, "can": -6.840011626895618, "capture": -6.840011626895618, "cart": -6.840011626895618, "case": -6.434546518787453, "certificates": -6.840011626895618, "chromium": -5.335934230119343, "class": -6.840011626895618, "click": -5.135263534657192, "closed": -5.230573714461517, "config": -5.58724865840025, "configured": -6.840011626895618, "const": -5.923720895021463, "consume": -6.840011626895618, "context": -5.923720895021463, "copy": -6.840011626895618, "core20": -6.840011626895618, "correlation": -6.840011626895618, "could": -6.146864446335672, "ctaheader": -6.840011626895618, "current": -6.840011626895618, "data": -6.146864446335672, "debug": -6.840011626895618, "default": -6.434546518787453, "defer": -6.840011626895618, "describe": -6.840011626895618, "deutschland": -6.434546518787453, "div": -6.146864446335672, "domcontentloaded": -6.434546518787453, "done": -6.840011626895618, "down": -6.840011626895618, "dropdown": -6.840011626895618, "during": -6.434546518787453, "each": -6.434546518787453, "element": -5.741399338227508, "enabled": -5.58724865840025, "entire": -6.840011626895618, "environment": -6.434546518787453, "err": -6.840011626895618, "error": -4.825108606353353, "event": -6.146864446335672, "exceeded": -4.699945463399347, "expect": -6.146864446335672, "fail": -6.840011626895618, "fill": -6.840011626895618, "filter": -6.840011626895618, "fired": -6.840011626895618, "first": -6.840011626895618, "fixture": -6.146864446335672, "for": -4.588719828289123, "force": -6.840011626895618, "form": -5.741399338227508, "frame": -6.434546518787453, "frames": -6.434546518787453, "from": -6.146864446335672, "function": -6.840011626895618, "glibc": -6.840011626895618, "global": -6.434546518787453, "globaltimeout": -6.840011626895618, "gnu": -6.840011626895618, "goto": -5.230573714461517, "gtk": -6.840011626895618, "has": -5.741399338227508, "hastext": -6.434546518787453, "have": -6.434546518787453, "helper": -6.840011626895618, "hold": -6.434546518787453, "home": -6.146864446335672, "hook": -6.146864446335672, "httpcredentials": -6.434546518787453, "icon": -6.840011626895618, "id": -6.840011626895618, "if": -6.146864446335672, "in": -4.825108606353353, "inaccurate": -6.146864446335672, "indexof": -6.840011626895618, "individual": -6.840011626895618, "init": -6.840011626895618, "insert": -6.840011626895618, "inspector": -6.840011626895618, "into": -6.434546518787453, "invalid": -6.840011626895618, "is": -5.048252157667562, "isn": -6.840011626895618, "issues": -6.840011626895618, "it": -6.434546518787453, "javascript": -6.840011626895618, "js": -5.230573714461517, "just": -5.923720895021463, "label": -6.840011626895618, "launch": -6.840011626895618, "league": -6.840011626895618, "leagues": -6.840011626895618, "lib": -5.335934230119343, "libc": -6.840011626895618, "libpthread": -6.840011626895618, "likely": -6.840011626895618, "link": -6.840011626895618, "linux": -6.840011626895618, "load": -6.434546518787453, "loading": -6.840011626895618, "locator": -4.699945463399347, "log": -6.434546518787453, "logs": -5.923720895021463, "lookup": -6.840011626895618, "may": -6.840011626895618, "message": -6.840011626895618, "minibrowser": -6.434546518787453, "minutes": -6.840011626895618, "module": -6.840011626895618, "modules": -5.453717265775727, "more": -6.840011626895618, "ms": -5.923720895021463, "my": -6.840011626895618, "navigated": -6.840011626895618, "navigating": -6.840011626895618, "navigation": -5.335934230119343, "navigationtimeout": -6.840011626895618, "needed": -6.840011626895618, "network": -6.840011626895618, "new": -6.840011626895618, "newcontext": -6.840011626895618, "news": -6.840011626895618, "ng": -6.434546518787453, "no": -5.453717265775727, "node": -5.335934230119343, "not": -5.923720895021463, "note": -6.840011626895618, "nth": -6.840011626895618, "occur": -6.840011626895618, "of": -5.230573714461517, "on": -6.434546518787453, "open": -6.146864446335672, "option": -6.840011626895618, "options": -5.923720895021463, "or": -5.741399338227508, "out": -6.840011626895618, "override": -6.434546518787453, "page": -4.1658629774690885, "pages": -6.840011626895618, "password": -5.923720895021463, "pbutton": -6.840011626895618, "pid": -6.434546518787453, "pipe": -6.840011626895618, "playwright": -4.642787049559399, "private": -6.840011626895618, "problematic": -6.840011626895618, "progress": -6.840011626895618, "progresscontroller": -6.840011626895618, "protocol": -6.840011626895618, "pthread": -6.840011626895618, "pw": -6.434546518787453, "question": -6.840011626895618, "rather": -6.840011626895618, "reason": -6.146864446335672, "regexp": -6.840011626895618, "release": -6.434546518787453, "rerun": -6.840011626895618, "resolved": -6.434546518787453, "retrieve": -6.840011626895618, "retry": -6.840011626895618, "run": -6.146864446335672, "runnavigationtask": -6.840011626895618, "running": -6.434546518787453, "say": -6.840011626895618, "scope": -6.840011626895618, "scrolling": -6.434546518787453, "seconds": -6.840011626895618, "select": -6.146864446335672, "selector": -5.923720895021463, "self": -6.840011626895618, "session": -6.840011626895618, "set": -5.58724865840025, "sets": -6.840011626895618, "settimeout": -6.840011626895618, "sh": -6.840011626895618, "share": -6.434546518787453, "show": -6.840011626895618, "sidebar": -6.434546518787453, "signed": -6.840011626895618, "similar": -6.840011626895618, "single": -6.840011626895618, "site": -6.146864446335672, "slow": -6.840011626895618, "snap": -6.840011626895618, "so": -6.840011626895618, "sometimes": -6.840011626895618, "span": -6.840011626895618, "spec": -6.434546518787453, "specific": -6.434546518787453, "src": -6.840011626895618, "ssl": -6.840011626895618, "stable": -6.146864446335672, "startup": -6.840011626895618, "statement": -6.840011626895618, "status": -6.840011626895618, "stuck": -6.146864446335672, "submit": -6.840011626895618, "symbol": -6.434546518787453, "target": -4.825108606353353, "teaser": -6.840011626895618, "test": -4.642787049559399, "tests": -6.146864446335672, "text": -6.434546518787453, "that": -5.923720895021463, "the": -4.314282982587362, "there": -5.923720895021463, "this": -5.923720895021463, "throw": -6.840011626895618, "throws": -6.840011626895618, "time": -6.840011626895618, "timed": -6.840011626895618, "timeout": -3.9222408948113383, "timeouterror": -5.923720895021463, "timeouts": -5.923720895021463, "to": -4.588719828289123, "tobevisible": -6.840011626895618, "tried": -6.840011626895618, "ts": -6.434546518787453, "undefined": -6.840011626895618, "unhandledpromiserejectionwarning": -6.840011626895618, "until": -6.840011626895618, "url": -5.923720895021463, "use": -5.923720895021463, "user": -6.434546518787453, "username": -6.434546518787453, "using": -6.840011626895618, "usr": -6.840011626895618, "variable": -6.840011626895618, "version": -6.840011626895618, "view": -6.840011626895618, "visible": -5.453717265775727, "wait": -6.840011626895618, "waitforloadstate": -6.840011626895618, "waitforselector": -6.434546518787453, "waitfortimeout": -6.434546518787453, "waiting": -4.894101477840304, "waituntil": -6.840011626895618, "wamdata": -6.840011626895618, "was": -5.58724865840025, "way": -6.840011626895618, "we": -6.840011626895618, "webkit": -6.434546518787453, "when": -6.840011626895618, "while": -6.146864446335672, "whole": -6.840011626895618, "will": -6.840011626895618, "window": -6.840011626895618, "with": -6.146864446335672, "wrapper": -5.923720895021463, "x86": -6.840011626895618, "yet": -6.840011626895618, "your": -6.434546518787453 } }, "playwrightVersion": "1.61.1", "priors": { "assertion": -2.2472349979108808, "env-config": -1.6766901394432678, "flaky-by-retry": -2.7327428136925813, "locator-not-found": -2.0395956331326364, "navigation": -1.7211419020141017, "network": -2.1041341542702074, "timeout": -1.5540878173509354 }, "totals": { "assertion": 323, "env-config": 694, "flaky-by-retry": 68, "locator-not-found": 368, "navigation": 731, "network": 555, "timeout": 959 }, "version": 3, "vocabSize": 910 };
10862
10862
 
10863
10863
  // src/analysis/NaiveBayesClassifier.ts
10864
10864
  init_esm_shims();
@@ -12612,7 +12612,8 @@ import path9 from "path";
12612
12612
  // src/utils/duration.ts
12613
12613
  init_esm_shims();
12614
12614
  function formatDuration(ms) {
12615
- if (ms < 1e3) return `${ms}ms`;
12615
+ const rounded = Math.round(ms);
12616
+ if (rounded < 1e3) return `${rounded}ms`;
12616
12617
  const totalSeconds = ms / 1e3;
12617
12618
  if (totalSeconds < 60) return `${totalSeconds.toFixed(2)}s`;
12618
12619
  const minutes = Math.floor(totalSeconds / 60);
@@ -14345,6 +14346,7 @@ function chunkToString2(chunk) {
14345
14346
 
14346
14347
  // src/reporter.ts
14347
14348
  var DEFAULT_SERVER_URL2 = "https://reportforge.org";
14349
+ var LICENSE_STALE_MARGIN_MS = 5 * 60 * 1e3;
14348
14350
  var PdfReporter = class {
14349
14351
  constructor(rawOptions = {}) {
14350
14352
  this.cwd = process.cwd();
@@ -14355,7 +14357,7 @@ var PdfReporter = class {
14355
14357
  this.options = parseOptions(rawOptions);
14356
14358
  setLogLevel(this.options.logLevel);
14357
14359
  this.dataCollector = new DataCollector(this.options.capture);
14358
- this.version = true ? "0.20.0" : "0.x";
14360
+ this.version = true ? "0.20.2" : "0.x";
14359
14361
  logger.info(`@reportforge/playwright-pdf v${this.version} initialised`);
14360
14362
  this.licenseClient = new LicenseClient({
14361
14363
  licenseKey: this.options.licenseKey,
@@ -14426,13 +14428,16 @@ var PdfReporter = class {
14426
14428
  }
14427
14429
  }
14428
14430
  async onEnd(result) {
14429
- const licenseInfo = await this.license();
14431
+ const licenseInfo = await this.freshLicense();
14430
14432
  if (!licenseInfo) return;
14431
14433
  const collected = this._collectData(result);
14432
14434
  if (!collected) {
14433
14435
  maybePrintUpdateNotice(licenseInfo, this.version);
14434
14436
  return;
14435
14437
  }
14438
+ if (collected.stats.total === 0) {
14439
+ logger.warn("No tests were executed \u2014 check your --grep / project filters. The report has nothing to assess.");
14440
+ }
14436
14441
  if (this.options.showTrend && collected.stats.total > 0) {
14437
14442
  try {
14438
14443
  this._appendTrend(collected);
@@ -14545,6 +14550,31 @@ var PdfReporter = class {
14545
14550
  license() {
14546
14551
  return this.licensePromise ?? (this.licensePromise = this.resolveLicense());
14547
14552
  }
14553
+ /**
14554
+ * onEnd entry point for licensing: the memoized resolution can be as old as
14555
+ * the whole run (it is shared with the live stream from onBegin), and a JWT
14556
+ * issued near the subscription's period end can expire MID-RUN while the
14557
+ * subscription itself renews and stays active — the exact case where the
14558
+ * admin dashboard shows "active" but generateAll's expiry gate would throw.
14559
+ * When the token is expired or about to be, re-resolve once: with < 24h TTL
14560
+ * the client always takes the network path, and its token_expired recovery
14561
+ * (clear cache → fresh activation) picks up the renewed period. A refresh
14562
+ * failure downgrades to the normal warn-and-skip, never a hard ERROR.
14563
+ */
14564
+ async freshLicense() {
14565
+ const info = await this.license();
14566
+ if (!info) return null;
14567
+ if (info.expiry.getTime() - Date.now() > LICENSE_STALE_MARGIN_MS) return info;
14568
+ logger.info("License token expired or is about to expire \u2014 refreshing before PDF generation...");
14569
+ this.licensePromise = this.resolveLicense();
14570
+ const refreshed = await this.licensePromise;
14571
+ if (!refreshed) {
14572
+ logger.warn(
14573
+ "License could not be refreshed after expiring mid-run \u2014 PDF generation is skipped. If your subscription is active, the next run will recover automatically."
14574
+ );
14575
+ }
14576
+ return refreshed;
14577
+ }
14548
14578
  async resolveLicense() {
14549
14579
  try {
14550
14580
  return await this.licenseClient.resolve(
@@ -1,3 +1,23 @@
1
+ {{#unless (gt stats.total 0)}}
2
+ {{!-- Zero tests executed (e.g. a --grep that matched nothing): there is nothing
3
+ to assess, so the gate must be NEUTRAL — never "APPROVED TO SHIP" over an
4
+ empty run. --}}
5
+ <div class="release-gate release-gate--neutral">
6
+ <div class="release-gate__icon">&#x25CB;</div>
7
+ <div class="release-gate__body">
8
+ <div class="release-gate__label">Release Recommendation</div>
9
+ <div class="release-gate__verdict release-gate__verdict--neutral">NO TESTS RAN</div>
10
+ <div class="release-gate__detail">
11
+ 0 tests were executed &mdash; nothing to assess. Check your test filters
12
+ (e.g. --grep), project selection, or test discovery before relying on this report.
13
+ </div>
14
+ </div>
15
+ <div class="release-gate__meta">
16
+ {{#unless (isUnknown environment.branch)}}<span>{{environment.branch}}</span>{{/unless}}
17
+ {{#unless (isUnknown environment.commit)}}<span>{{environment.commit}}</span>{{/unless}}
18
+ </div>
19
+ </div>
20
+ {{else}}
1
21
  {{#if (gt stats.failed 0)}}
2
22
  <div class="release-gate release-gate--fail">
3
23
  <div class="release-gate__icon">&#x2715;</div>
@@ -61,3 +81,4 @@
61
81
  </div>
62
82
  {{/if}}
63
83
  {{/if}}
84
+ {{/unless}}
@@ -289,12 +289,17 @@ code {
289
289
  .release-gate--fail {
290
290
  background: var(--fail-dim); border-color: #E5C9BD;
291
291
  }
292
+ /* Zero tests executed — neutral, neither approval nor hold. */
293
+ .release-gate--neutral {
294
+ background: #F5F4F2; border-color: #D8D5D0;
295
+ }
292
296
  .release-gate__icon {
293
297
  font-size: 22px; font-weight: 700; flex-shrink: 0; width: 32px;
294
298
  text-align: center; line-height: 1;
295
299
  }
296
300
  .release-gate--pass .release-gate__icon { color: var(--pass); }
297
301
  .release-gate--fail .release-gate__icon { color: var(--fail); }
302
+ .release-gate--neutral .release-gate__icon { color: var(--text-3); }
298
303
  .release-gate__body { flex: 1; }
299
304
  .release-gate__label {
300
305
  font-family: 'Inter', system-ui, sans-serif; font-size: 8px;
@@ -307,6 +312,7 @@ code {
307
312
  }
308
313
  .release-gate__verdict--pass { color: var(--pass); }
309
314
  .release-gate__verdict--fail { color: var(--fail); }
315
+ .release-gate__verdict--neutral { color: var(--text-2); }
310
316
  .release-gate__detail {
311
317
  font-family: 'Inter', system-ui, sans-serif; font-size: 10px;
312
318
  color: var(--text-2); margin-top: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reportforge/playwright-pdf",
3
- "version": "0.20.0",
3
+ "version": "0.20.2",
4
4
  "description": "Playwright Test reporter that generates designed PDF reports: minimal, detailed, and executive templates with CI/CD integrations",
5
5
  "license": "Elastic-2.0",
6
6
  "author": "ReportForge",