@testrelic/playwright-analytics 2.2.1 → 2.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.cts CHANGED
@@ -82,11 +82,13 @@ declare class TestRelicReporter {
82
82
  private startedAt;
83
83
  private testRunId;
84
84
  private collectedTests;
85
+ private cloudClient;
86
+ private cloudRunId;
85
87
  constructor(options?: Partial<ReporterConfig>);
86
- onBegin(config: PwFullConfig, _suite: PwSuite): void;
88
+ onBegin(config: PwFullConfig, _suite: PwSuite): Promise<void>;
87
89
  onTestBegin(test: PwTestCase, _result: PwTestResult): void;
88
90
  onTestEnd(test: PwTestCase, result: PwTestResult): void;
89
- onEnd(_result: PwFullResult): void;
91
+ onEnd(_result: PwFullResult): Promise<void>;
90
92
  printsToStdio(): boolean;
91
93
  private buildTimeline;
92
94
  private toTestResult;
package/dist/index.d.ts CHANGED
@@ -82,11 +82,13 @@ declare class TestRelicReporter {
82
82
  private startedAt;
83
83
  private testRunId;
84
84
  private collectedTests;
85
+ private cloudClient;
86
+ private cloudRunId;
85
87
  constructor(options?: Partial<ReporterConfig>);
86
- onBegin(config: PwFullConfig, _suite: PwSuite): void;
88
+ onBegin(config: PwFullConfig, _suite: PwSuite): Promise<void>;
87
89
  onTestBegin(test: PwTestCase, _result: PwTestResult): void;
88
90
  onTestEnd(test: PwTestCase, result: PwTestResult): void;
89
- onEnd(_result: PwFullResult): void;
91
+ onEnd(_result: PwFullResult): Promise<void>;
90
92
  printsToStdio(): boolean;
91
93
  private buildTimeline;
92
94
  private toTestResult;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import {randomUUID,createHash}from'crypto';import {mkdirSync,writeFileSync,renameSync,readFileSync,existsSync,copyFileSync}from'fs';import {relative,dirname,join,extname,resolve}from'path';import {PAYLOAD_VERSION,ATTACHMENT_NAME,ATTACHMENT_CONTENT_TYPE,isTestRelicDataPayload,isValidConfig,createError,ErrorCode}from'@testrelic/core';export{ATTACHMENT_CONTENT_TYPE,ATTACHMENT_NAME,PAYLOAD_VERSION,isTestRelicDataPayload}from'@testrelic/core';import {exec}from'child_process';import {test}from'@playwright/test';import {performance}from'perf_hooks';var Pt=[/AKIA[A-Z0-9]{16}/g,/Bearer\s+[A-Za-z0-9\-._~+/]+=*/g,/-----BEGIN\s+(RSA\s+)?PRIVATE\sKEY-----[\s\S]*?-----END/g,/\/\/[^:]+:[^@]+@/g],Ot=["authorization","cookie","set-cookie","x-api-key"],Ht=["password","secret","token","apiKey","api_key"];function W(e){let t=Object.create(null);return t.trackApiCalls=e?.trackApiCalls??true,t.captureRequestHeaders=e?.captureRequestHeaders??true,t.captureResponseHeaders=e?.captureResponseHeaders??true,t.captureRequestBody=e?.captureRequestBody??true,t.captureResponseBody=e?.captureResponseBody??true,t.captureAssertions=e?.captureAssertions??true,t.redactHeaders=e?.redactHeaders??[...Ot],t.redactBodyFields=e?.redactBodyFields??[...Ht],t.apiIncludeUrls=e?.apiIncludeUrls??[],t.apiExcludeUrls=e?.apiExcludeUrls??[],Object.freeze(t)}function Z(e){if(e!==void 0&&!isValidConfig(e))throw createError(ErrorCode.CONFIG_INVALID,"Invalid reporter configuration");let t=Object.create(null);t.outputPath=e?.outputPath??"./test-results/analytics-timeline.json",t.includeStackTrace=e?.includeStackTrace??false,t.includeCodeSnippets=e?.includeCodeSnippets??true,t.codeContextLines=e?.codeContextLines??3,t.includeNetworkStats=e?.includeNetworkStats??true,t.navigationTypes=e?.navigationTypes??null,t.redactPatterns=[...Pt,...e?.redactPatterns??[]],t.testRunId=e?.testRunId??null,t.metadata=e?.metadata??null;let r=t.outputPath;return t.openReport=e?.openReport??true,t.htmlReportPath=e?.htmlReportPath??r.replace(/\.json$/,".html"),t.includeArtifacts=e?.includeArtifacts??true,t.trackApiCalls=e?.trackApiCalls??true,t.quiet=e?.quiet??false,t.includeActionSteps=e?.includeActionSteps??true,Object.freeze(t)}var O="1.3.0";function K(e,t,r){try{let n=readFileSync(e,"utf-8").split(`
2
- `);if(t<1||t>n.length)return null;let s=Math.max(1,t-r),o=Math.min(n.length,t+r),i=[];for(let d=s;d<=o;d++){let p=d===t?">":" ",l=String(d).padStart(String(o).length," ");i.push(`${p} ${l} | ${n[d-1]}`);}return i.join(`
3
- `)}catch{return null}}function X(e){return t=>{let r=t;for(let a of e)if(typeof a=="string"){let n=a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");r=r.replace(new RegExp(n,"g"),"[REDACTED]");}else {let n=a.flags.includes("g")?a.flags:a.flags+"g",s=new RegExp(a.source,n);r=r.replace(s,"[REDACTED]");}return r}}function Ut(e){return e.GITHUB_ACTIONS!=="true"?null:{provider:"github-actions",buildId:e.GITHUB_RUN_ID??null,commitSha:e.GITHUB_SHA??null,branch:e.GITHUB_REF_NAME??null}}function jt(e){return e.GITLAB_CI!=="true"?null:{provider:"gitlab-ci",buildId:e.CI_PIPELINE_ID??null,commitSha:e.CI_COMMIT_SHA??null,branch:e.CI_COMMIT_BRANCH??e.CI_COMMIT_REF_NAME??null}}function $t(e){if(!e.JENKINS_URL)return null;let t=e.GIT_BRANCH??null;return t?.startsWith("origin/")&&(t=t.slice(7)),{provider:"jenkins",buildId:e.BUILD_ID??null,commitSha:e.GIT_COMMIT??null,branch:t}}function Vt(e){return e.CIRCLECI!=="true"?null:{provider:"circleci",buildId:e.CIRCLE_BUILD_NUM??null,commitSha:e.CIRCLE_SHA1??null,branch:e.CIRCLE_BRANCH??null}}var Gt=[Ut,jt,$t,Vt];function Q(e){let t=process.env;for(let r of Gt){let a=r(t);if(a)return a}return null}var tt=`
1
+ import {randomUUID,createHash}from'crypto';import {mkdirSync,writeFileSync,renameSync,existsSync,readFileSync,copyFileSync,readdirSync,unlinkSync,statSync}from'fs';import {relative,dirname,join,extname,resolve,basename}from'path';import {PAYLOAD_VERSION,ATTACHMENT_NAME,ATTACHMENT_CONTENT_TYPE,isValidConfig,createError,ErrorCode,isTestRelicDataPayload,isValidEndpointUrl,isValidCloudConfig,isValidQueueEntry}from'@testrelic/core';export{ATTACHMENT_CONTENT_TYPE,ATTACHMENT_NAME,PAYLOAD_VERSION,isTestRelicDataPayload}from'@testrelic/core';import {exec,execSync}from'child_process';import {gzipSync}from'zlib';import {test}from'@playwright/test';import {performance}from'perf_hooks';var Le=".testrelic",qe=5,Pe=new Set(["__proto__","constructor","prototype"]),ht=Object.freeze({apiKey:null,endpoint:"https://api.testrelic.com/api/v1",uploadStrategy:"batch",timeout:3e4,projectName:null,queueMaxAge:6048e5,queueDirectory:".testrelic/queue"}),Me={s:1e3,m:60*1e3,h:3600*1e3,d:1440*60*1e3};function yt(e){let t=resolve(e);for(let r=0;r<=qe;r++){let n=join(t,Le);if(existsSync(n))return n;let a=dirname(t);if(a===t)break;t=a;}return null}function bt(e){try{let t=readFileSync(e,"utf-8"),r=JSON.parse(t);return typeof r!="object"||r===null||Array.isArray(r)||!vt(r)?null:r}catch{return null}}function vt(e){for(let t of Object.keys(e)){if(Pe.has(t))return false;let r=e[t];if(typeof r=="object"&&r!==null&&!Array.isArray(r)&&!vt(r))return false}return true}function wt(e){let t=/^\$\{([A-Za-z_][A-Za-z0-9_]*)\}$/.exec(e);if(t)return process.env[t[1]]??null;let r=/^\$([A-Za-z_][A-Za-z0-9_]*)$/.exec(e);return r?process.env[r[1]]??null:e}function K(e){let t=Object.create(null);for(let r of Object.keys(e)){let n=e[r];typeof n=="string"&&n.startsWith("$")?t[r]=wt(n):typeof n=="object"&&n!==null&&!Array.isArray(n)?t[r]=K(n):t[r]=n;}return t}function mt(e){let t=/^(\d+)\s*([smhd])$/.exec(e.trim());if(!t)return null;let r=parseInt(t[1],10),n=t[2],a=Me[n];return !a||r<=0?null:r*a}function xt(e,t){let r=Object.create(null);if(Object.assign(r,ht),e){let o=e.cloud;o&&typeof o=="object"&&(typeof o.endpoint=="string"&&(r.endpoint=o.endpoint),typeof o.upload=="string"&&(r.uploadStrategy=o.upload),typeof o.timeout=="number"&&(r.timeout=o.timeout),typeof o.apiKey=="string"&&o.apiKey.length>0&&(r.apiKey=o.apiKey));let c=e.project;c&&typeof c=="object"&&typeof c.name=="string"&&(r.projectName=c.name);let d=e.queue;if(d&&typeof d=="object"){if(typeof d.maxAge=="string"){let g=mt(d.maxAge);g!==null&&(r.queueMaxAge=g);}typeof d.directory=="string"&&(r.queueDirectory=d.directory);}}if(t){if(typeof t.apiKey=="string"&&t.apiKey.length>0){let o=t.apiKey.startsWith("$")?wt(t.apiKey):t.apiKey;o&&(r.apiKey=o);}if(typeof t.endpoint=="string"&&(r.endpoint=t.endpoint),typeof t.upload=="string"&&(r.uploadStrategy=t.upload),typeof t.timeout=="number"&&(r.timeout=t.timeout),typeof t.projectName=="string"&&(r.projectName=t.projectName),typeof t.queueMaxAge=="string"){let o=mt(t.queueMaxAge);o!==null&&(r.queueMaxAge=o);}typeof t.queueDirectory=="string"&&(r.queueDirectory=t.queueDirectory);}let n=process.env.TESTRELIC_API_KEY;n&&n.length>0&&(r.apiKey=n);let a=process.env.TESTRELIC_CLOUD_ENDPOINT;a&&isValidEndpointUrl(a)&&(r.endpoint=a);let s=process.env.TESTRELIC_UPLOAD_STRATEGY;s&&["batch","realtime","both"].includes(s)&&(r.uploadStrategy=s);let l=process.env.TESTRELIC_CLOUD_TIMEOUT;if(l){let o=parseInt(l,10);!isNaN(o)&&o>=1e3&&o<=12e4&&(r.timeout=o);}let i=Object.freeze(r);return isValidCloudConfig(i)?i:ht}var Oe=[/AKIA[A-Z0-9]{16}/g,/Bearer\s+[A-Za-z0-9\-._~+/]+=*/g,/-----BEGIN\s+(RSA\s+)?PRIVATE\sKEY-----[\s\S]*?-----END/g,/\/\/[^:]+:[^@]+@/g],He=["authorization","cookie","set-cookie","x-api-key"],Ue=["password","secret","token","apiKey","api_key"];function kt(e){let t=Object.create(null);return t.trackApiCalls=e?.trackApiCalls??true,t.captureRequestHeaders=e?.captureRequestHeaders??true,t.captureResponseHeaders=e?.captureResponseHeaders??true,t.captureRequestBody=e?.captureRequestBody??true,t.captureResponseBody=e?.captureResponseBody??true,t.captureAssertions=e?.captureAssertions??true,t.redactHeaders=e?.redactHeaders??[...He],t.redactBodyFields=e?.redactBodyFields??[...Ue],t.apiIncludeUrls=e?.apiIncludeUrls??[],t.apiExcludeUrls=e?.apiExcludeUrls??[],Object.freeze(t)}function Ct(e){if(e!==void 0&&!isValidConfig(e))throw createError(ErrorCode.CONFIG_INVALID,"Invalid reporter configuration");let t=Object.create(null);t.outputPath=e?.outputPath??"./test-results/analytics-timeline.json",t.includeStackTrace=e?.includeStackTrace??false,t.includeCodeSnippets=e?.includeCodeSnippets??true,t.codeContextLines=e?.codeContextLines??3,t.includeNetworkStats=e?.includeNetworkStats??true,t.navigationTypes=e?.navigationTypes??null,t.redactPatterns=[...Oe,...e?.redactPatterns??[]],t.testRunId=e?.testRunId??null,t.metadata=e?.metadata??null;let r=t.outputPath;t.openReport=e?.openReport??true,t.htmlReportPath=e?.htmlReportPath??r.replace(/\.json$/,".html"),t.includeArtifacts=e?.includeArtifacts??true,t.trackApiCalls=e?.trackApiCalls??true,t.quiet=e?.quiet??false,t.includeActionSteps=e?.includeActionSteps??true;let n=yt(process.cwd()),a=n?bt(n):null,s=a?K(a):null,l=xt(s,e?.cloud);return t.cloud=l.apiKey?l:null,Object.freeze(t)}var Y="1.3.0";function Tt(e,t,r){try{let a=readFileSync(e,"utf-8").split(`
2
+ `);if(t<1||t>a.length)return null;let s=Math.max(1,t-r),l=Math.min(a.length,t+r),i=[];for(let o=s;o<=l;o++){let c=o===t?">":" ",d=String(o).padStart(String(l).length," ");i.push(`${c} ${d} | ${a[o-1]}`);}return i.join(`
3
+ `)}catch{return null}}function Rt(e){return t=>{let r=t;for(let n of e)if(typeof n=="string"){let a=n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");r=r.replace(new RegExp(a,"g"),"[REDACTED]");}else {let a=n.flags.includes("g")?n.flags:n.flags+"g",s=new RegExp(n.source,a);r=r.replace(s,"[REDACTED]");}return r}}function ze(e){return e.GITHUB_ACTIONS!=="true"?null:{provider:"github-actions",buildId:e.GITHUB_RUN_ID??null,commitSha:e.GITHUB_SHA??null,branch:e.GITHUB_REF_NAME??null,runUrl:e.GITHUB_SERVER_URL&&e.GITHUB_REPOSITORY&&e.GITHUB_RUN_ID?`${e.GITHUB_SERVER_URL}/${e.GITHUB_REPOSITORY}/actions/runs/${e.GITHUB_RUN_ID}`:null}}function $e(e){return e.GITLAB_CI!=="true"?null:{provider:"gitlab-ci",buildId:e.CI_PIPELINE_ID??null,commitSha:e.CI_COMMIT_SHA??null,branch:e.CI_COMMIT_BRANCH??e.CI_COMMIT_REF_NAME??null,runUrl:e.CI_PIPELINE_URL??null}}function Ge(e){if(!e.JENKINS_URL)return null;let t=e.GIT_BRANCH??null;return t?.startsWith("origin/")&&(t=t.slice(7)),{provider:"jenkins",buildId:e.BUILD_ID??null,commitSha:e.GIT_COMMIT??null,branch:t,runUrl:e.BUILD_URL??null}}function Ve(e){return e.CIRCLECI!=="true"?null:{provider:"circleci",buildId:e.CIRCLE_BUILD_NUM??null,commitSha:e.CIRCLE_SHA1??null,branch:e.CIRCLE_BRANCH??null,runUrl:e.CIRCLE_BUILD_URL??null}}function Je(e){if(!e.BITBUCKET_PIPELINE_UUID)return null;let t=e.BITBUCKET_WORKSPACE&&e.BITBUCKET_REPO_SLUG&&e.BITBUCKET_PIPELINE_UUID?`https://bitbucket.org/${e.BITBUCKET_WORKSPACE}/${e.BITBUCKET_REPO_SLUG}/pipelines/results/${e.BITBUCKET_PIPELINE_UUID}`:null;return {provider:"bitbucket-pipelines",buildId:e.BITBUCKET_BUILD_NUMBER??null,commitSha:e.BITBUCKET_COMMIT??null,branch:e.BITBUCKET_BRANCH??null,runUrl:t}}var Ke=[ze,$e,Ge,Ve,Je];function I(e){let t=process.env;for(let r of Ke){let n=r(t);if(n)return n}return null}var St=`
4
4
  /* Theme Variables */
5
5
  :root,[data-theme="dark"]{
6
6
  --bg:#0f1117;--bg-1:#161b22;--bg-2:#1c2128;--bg-3:#21262d;--bg-code:#13111c;
@@ -500,15 +500,15 @@ body{
500
500
  print-color-adjust:exact;-webkit-print-color-adjust:exact;
501
501
  }
502
502
  }
503
- `;var et=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 247" fill="none">
503
+ `;var At=`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 196 247" fill="none">
504
504
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 1.08009C2.034 2.66209 -0.130999 7.63009 0.610001 10.5821C0.969001 12.0121 3.021 15.2131 5.17 17.6971C14.375 28.3321 18 39.7791 18 58.2101V71.0001H12.434C1.16501 71.0001 0 73.4641 0 97.3051C0 106.858 0.298003 128.922 0.662003 146.337L1.323 178H33.606C65.786 178 65.897 178.007 68.544 180.284C72.228 183.453 72.244 189.21 68.579 192.877L65.957 195.5L33.479 195.801L1 196.103V204.551V213H24.577H48.154L51.077 215.923C55.007 219.853 55.007 224.147 51.077 228.077L48.154 231H26.469H4.783L5.41901 233.534C5.76901 234.927 7.143 238.527 8.472 241.534L10.89 247H40.945H71L71.006 241.75C71.017 230.748 76.027 221.606 84.697 216.767C97.854 209.424 114.086 213.895 121.323 226.857C123.659 231.041 124.418 233.833 124.789 239.607L125.263 247H155.187H185.11L187.528 241.534C188.857 238.527 190.231 234.927 190.581 233.534L191.217 231H169.531H147.846L144.923 228.077C142.928 226.082 142 224.152 142 222C142 219.848 142.928 217.918 144.923 215.923L147.846 213H171.423H195V204.551V196.103L162.521 195.801L130.043 195.5L127.421 192.877C123.991 189.445 123.835 183.869 127.074 180.421L129.349 178H162.013H194.677L195.338 146.337C195.702 128.922 196 106.858 196 97.3051C196 73.4641 194.835 71.0001 183.566 71.0001H178V58.2101C178 39.6501 181.397 28.7731 190.538 18.0651C195.631 12.0971 196.572 9.00809 194.511 5.02109C192.672 1.46509 190.197 9.12233e-05 186.028 9.12233e-05C179.761 9.12233e-05 168.713 14.8831 163.388 30.5001C160.975 37.5771 160.608 40.3751 160.213 54.7501L159.765 71.0001H150.732H141.7L142.286 53.2501C142.904 34.5511 144.727 24.3761 148.938 16.1211C151.823 10.4671 151.628 5.90109 148.364 2.63609C145 -0.726907 140.105 -0.887909 136.596 2.25009C133.481 5.03609 128.686 17.0811 126.507 27.5921C125.569 32.1191 124.617 43.0901 124.28 53.2501L123.69 71.0001H115.345H107V38.4231V5.84609L104.077 2.92309C102.082 0.928088 100.152 9.12233e-05 98 9.12233e-05C95.848 9.12233e-05 93.918 0.928088 91.923 2.92309L89 5.84609V38.4231V71.0001H80.655H72.31L71.72 53.2501C71.383 43.0901 70.431 32.1191 69.493 27.5921C67.314 17.0811 62.519 5.03609 59.404 2.25009C55.998 -0.795909 51.059 -0.710905 47.646 2.45209C44.221 5.62609 44.191 9.92109 47.539 17.4911C51.71 26.9241 53.007 34.4791 53.676 53.2501L54.31 71.0001H45.272H36.235L35.787 54.7501C35.392 40.3751 35.025 37.5771 32.612 30.5001C27.194 14.6091 16.228 -0.02891 9.787 0.03009C7.979 0.04709 5.712 0.519093 4.75 1.08009ZM42.687 108.974C33.431 112.591 20.036 125.024 18.408 131.512C17.476 135.223 20.677 140.453 28.253 147.599C37.495 156.319 44.191 159.471 53.5 159.485C59.317 159.494 61.645 158.953 67.274 156.289C77.634 151.385 88.987 139.161 88.996 132.9C89.004 127.304 76.787 114.707 66.745 109.956C59.16 106.368 50.285 106.006 42.687 108.974ZM129.255 109.904C119.151 114.768 106.996 127.33 107.004 132.9C107.013 139.108 118.562 151.475 128.939 156.389C134.338 158.945 136.744 159.496 142.521 159.498C152.526 159.501 160.369 155.502 169.771 145.605C180.444 134.368 180.278 130.975 168.486 119.388C160.043 111.094 152.727 107.595 143 107.201C136.364 106.933 134.78 107.244 129.255 109.904ZM48.5 125.922C46.3 126.969 43.152 128.945 41.505 130.314L38.511 132.802L40.504 135.005C41.601 136.216 44.434 138.342 46.8 139.728C52.577 143.114 57.36 142.466 64.009 137.395L68.978 133.606L66.756 131.24C60.944 125.054 54.357 123.135 48.5 125.922ZM138.386 125.063C136.674 125.571 133.375 127.677 131.057 129.743L126.841 133.5L131.901 137.343C138.65 142.468 143.407 143.124 149.2 139.728C151.566 138.342 154.351 136.269 155.389 135.122C157.684 132.587 156.742 131.097 150.58 127.511C145.438 124.519 142.329 123.895 138.386 125.063ZM91.923 162.923C89.043 165.804 89 166.008 89 176.973C89 184.805 89.435 188.941 90.47 190.941C92.356 194.589 96.918 196.273 101.03 194.84C105.82 193.17 107 189.638 107 176.973C107 166.008 106.957 165.804 104.077 162.923C102.082 160.928 100.152 160 98 160C95.848 160 93.918 160.928 91.923 162.923ZM94.5 232.155C91.026 234.055 90 236.229 90 241.691V247H98H106V242.082C106 235.732 105.37 234.242 101.928 232.463C98.591 230.737 97.197 230.679 94.5 232.155Z" fill="url(#paint0_linear_55_11)"/>
505
505
  <defs><linearGradient id="paint0_linear_55_11" x1="98" y1="0.000244141" x2="98" y2="247" gradientUnits="userSpaceOnUse">
506
506
  <stop stop-color="#03B79C"/><stop offset="0.504808" stop-color="#4EDAA4"/><stop offset="0.865285" stop-color="#84F3AA"/>
507
- </linearGradient></defs></svg>`,rt=`<svg width="32" height="40" viewBox="0 0 196 247" fill="none" xmlns="http://www.w3.org/2000/svg">
507
+ </linearGradient></defs></svg>`,It=`<svg width="32" height="40" viewBox="0 0 196 247" fill="none" xmlns="http://www.w3.org/2000/svg">
508
508
  <path fill-rule="evenodd" clip-rule="evenodd" d="M4.75 1.08009C2.034 2.66209 -0.130999 7.63009 0.610001 10.5821C0.969001 12.0121 3.021 15.2131 5.17 17.6971C14.375 28.3321 18 39.7791 18 58.2101V71.0001H12.434C1.16501 71.0001 0 73.4641 0 97.3051C0 106.858 0.298003 128.922 0.662003 146.337L1.323 178H33.606C65.786 178 65.897 178.007 68.544 180.284C72.228 183.453 72.244 189.21 68.579 192.877L65.957 195.5L33.479 195.801L1 196.103V204.551V213H24.577H48.154L51.077 215.923C55.007 219.853 55.007 224.147 51.077 228.077L48.154 231H26.469H4.783L5.41901 233.534C5.76901 234.927 7.143 238.527 8.472 241.534L10.89 247H40.945H71L71.006 241.75C71.017 230.748 76.027 221.606 84.697 216.767C97.854 209.424 114.086 213.895 121.323 226.857C123.659 231.041 124.418 233.833 124.789 239.607L125.263 247H155.187H185.11L187.528 241.534C188.857 238.527 190.231 234.927 190.581 233.534L191.217 231H169.531H147.846L144.923 228.077C142.928 226.082 142 224.152 142 222C142 219.848 142.928 217.918 144.923 215.923L147.846 213H171.423H195V204.551V196.103L162.521 195.801L130.043 195.5L127.421 192.877C123.991 189.445 123.835 183.869 127.074 180.421L129.349 178H162.013H194.677L195.338 146.337C195.702 128.922 196 106.858 196 97.3051C196 73.4641 194.835 71.0001 183.566 71.0001H178V58.2101C178 39.6501 181.397 28.7731 190.538 18.0651C195.631 12.0971 196.572 9.00809 194.511 5.02109C192.672 1.46509 190.197 9.12233e-05 186.028 9.12233e-05C179.761 9.12233e-05 168.713 14.8831 163.388 30.5001C160.975 37.5771 160.608 40.3751 160.213 54.7501L159.765 71.0001H150.732H141.7L142.286 53.2501C142.904 34.5511 144.727 24.3761 148.938 16.1211C151.823 10.4671 151.628 5.90109 148.364 2.63609C145 -0.726907 140.105 -0.887909 136.596 2.25009C133.481 5.03609 128.686 17.0811 126.507 27.5921C125.569 32.1191 124.617 43.0901 124.28 53.2501L123.69 71.0001H115.345H107V38.4231V5.84609L104.077 2.92309C102.082 0.928088 100.152 9.12233e-05 98 9.12233e-05C95.848 9.12233e-05 93.918 0.928088 91.923 2.92309L89 5.84609V38.4231V71.0001H80.655H72.31L71.72 53.2501C71.383 43.0901 70.431 32.1191 69.493 27.5921C67.314 17.0811 62.519 5.03609 59.404 2.25009C55.998 -0.795909 51.059 -0.710905 47.646 2.45209C44.221 5.62609 44.191 9.92109 47.539 17.4911C51.71 26.9241 53.007 34.4791 53.676 53.2501L54.31 71.0001H45.272H36.235L35.787 54.7501C35.392 40.3751 35.025 37.5771 32.612 30.5001C27.194 14.6091 16.228 -0.02891 9.787 0.03009C7.979 0.04709 5.712 0.519093 4.75 1.08009ZM42.687 108.974C33.431 112.591 20.036 125.024 18.408 131.512C17.476 135.223 20.677 140.453 28.253 147.599C37.495 156.319 44.191 159.471 53.5 159.485C59.317 159.494 61.645 158.953 67.274 156.289C77.634 151.385 88.987 139.161 88.996 132.9C89.004 127.304 76.787 114.707 66.745 109.956C59.16 106.368 50.285 106.006 42.687 108.974ZM129.255 109.904C119.151 114.768 106.996 127.33 107.004 132.9C107.013 139.108 118.562 151.475 128.939 156.389C134.338 158.945 136.744 159.496 142.521 159.498C152.526 159.501 160.369 155.502 169.771 145.605C180.444 134.368 180.278 130.975 168.486 119.388C160.043 111.094 152.727 107.595 143 107.201C136.364 106.933 134.78 107.244 129.255 109.904ZM48.5 125.922C46.3 126.969 43.152 128.945 41.505 130.314L38.511 132.802L40.504 135.005C41.601 136.216 44.434 138.342 46.8 139.728C52.577 143.114 57.36 142.466 64.009 137.395L68.978 133.606L66.756 131.24C60.944 125.054 54.357 123.135 48.5 125.922ZM138.386 125.063C136.674 125.571 133.375 127.677 131.057 129.743L126.841 133.5L131.901 137.343C138.65 142.468 143.407 143.124 149.2 139.728C151.566 138.342 154.351 136.269 155.389 135.122C157.684 132.587 156.742 131.097 150.58 127.511C145.438 124.519 142.329 123.895 138.386 125.063ZM91.923 162.923C89.043 165.804 89 166.008 89 176.973C89 184.805 89.435 188.941 90.47 190.941C92.356 194.589 96.918 196.273 101.03 194.84C105.82 193.17 107 189.638 107 176.973C107 166.008 106.957 165.804 104.077 162.923C102.082 160.928 100.152 160 98 160C95.848 160 93.918 160.928 91.923 162.923ZM94.5 232.155C91.026 234.055 90 236.229 90 241.691V247H98H106V242.082C106 235.732 105.37 234.242 101.928 232.463C98.591 230.737 97.197 230.679 94.5 232.155Z" fill="url(#paint0_linear_55_11)"/>
509
509
  <defs><linearGradient id="paint0_linear_55_11" x1="98" y1="0.000244141" x2="98" y2="247" gradientUnits="userSpaceOnUse">
510
510
  <stop stop-color="#03B79C"/><stop offset="0.504808" stop-color="#4EDAA4"/><stop offset="0.865285" stop-color="#84F3AA"/>
511
- </linearGradient></defs></svg>`;var at=`
511
+ </linearGradient></defs></svg>`;var _t=`
512
512
  /* \u2500\u2500 Utilities \u2500\u2500 */
513
513
  function esc(s){if(!s)return '';return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;')}
514
514
  function stripAnsi(s){return s?s.replace(/\\u001b\\[[0-9;]*m/g,'').replace(/\\x1b\\[[0-9;]*m/g,''):''}
@@ -719,7 +719,7 @@ body{
719
719
 
720
720
  /* \u2500\u2500 Search \u2500\u2500 */
721
721
  function doSearch(q){searchQuery=q;applyFilters();}
722
- `;var nt=`
722
+ `;var Nt=`
723
723
  /* \u2500\u2500 Network Visualization Helpers \u2500\u2500 */
724
724
  var RES_COLORS={xhr:'#60a5fa',document:'#818cf8',script:'#fbbf24',stylesheet:'#a78bfa',image:'#34d399',font:'#f472b6',other:'#6b7280'};
725
725
  var RES_LABELS={xhr:'XHR',document:'Doc',script:'JS',stylesheet:'CSS',image:'Img',font:'Font',other:'Other'};
@@ -1017,7 +1017,7 @@ body{
1017
1017
  var countEl=ndt.querySelector('.ndt-count');
1018
1018
  if(countEl)countEl.textContent=visible+' / '+rows.length+' requests';
1019
1019
  }
1020
- `;var st=`
1020
+ `;var Et=`
1021
1021
  var _filterState={status:{},type:{},specFile:{}};
1022
1022
  var _totalTests=0;
1023
1023
  var _originalSummary=null;
@@ -1188,7 +1188,7 @@ function _updateCard(cls,val){
1188
1188
  var el=document.querySelector('.'+cls+' .s-count');
1189
1189
  if(el)el.textContent=''+val;
1190
1190
  }
1191
- `;var it=`
1191
+ `;var Lt=`
1192
1192
  /* \u2500\u2500 Event Delegation \u2500\u2500 */
1193
1193
  document.addEventListener('click',function(e){
1194
1194
  var target=e.target;
@@ -1415,7 +1415,7 @@ function _updateCard(cls,val){
1415
1415
  var d=document.getElementById('filter-drawer');if(d)d.classList.remove('open');
1416
1416
  var b=document.getElementById('filter-drawer-backdrop');if(b)b.classList.remove('open');
1417
1417
  }
1418
- `;var ot=`
1418
+ `;var qt=`
1419
1419
  /* \u2500\u2500 Category badge helpers \u2500\u2500 */
1420
1420
  function actionBadgeClass(cat){
1421
1421
  if(cat==='assertion')return 'action-badge-assertion';
@@ -1461,21 +1461,21 @@ function _updateCard(cls,val){
1461
1461
  h+='</div>';
1462
1462
  return h;
1463
1463
  }
1464
- `;var Jt=`
1464
+ `;var Ye=`
1465
1465
  (function(){
1466
1466
  var data=JSON.parse(document.getElementById('report-data').textContent);
1467
- ${at}
1468
- ${ot}
1469
- ${nt}
1470
- ${st}
1471
- ${it}
1467
+ ${_t}
1468
+ ${qt}
1469
+ ${Nt}
1470
+ ${Et}
1471
+ ${Lt}
1472
1472
  applyTheme();
1473
1473
  renderRunMeta();
1474
1474
  renderSummary();
1475
1475
  initFilters();
1476
1476
  renderFilterBar();
1477
1477
  renderTestGrid();
1478
- })();`;function lt(e){let t=e.replace(/<\//g,"<\\/");return `<!-- TestRelic AI Analytics Report \u2014 self-contained, no external dependencies -->
1478
+ })();`;function Pt(e){let t=e.replace(/<\//g,"<\\/");return `<!-- TestRelic AI Analytics Report \u2014 self-contained, no external dependencies -->
1479
1479
  <!DOCTYPE html>
1480
1480
  <html lang="en" data-theme="">
1481
1481
  <head>
@@ -1483,15 +1483,15 @@ function _updateCard(cls,val){
1483
1483
  <meta name="viewport" content="width=device-width,initial-scale=1">
1484
1484
  <meta http-equiv="Content-Security-Policy" content="default-src 'none'; style-src 'unsafe-inline'; script-src 'unsafe-inline'; img-src data: blob: 'self'; media-src blob: 'self';">
1485
1485
  <title>TestRelic AI Analytics Report</title>
1486
- <link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,${Buffer.from(et).toString("base64")}">
1487
- <style>${tt}</style>
1486
+ <link rel="icon" type="image/svg+xml" href="data:image/svg+xml;base64,${Buffer.from(At).toString("base64")}">
1487
+ <style>${St}</style>
1488
1488
  <script>(function(){var p=localStorage.getItem('tr-theme')||'system';var t=p==='system'?(window.matchMedia('(prefers-color-scheme:light)').matches?'light':'dark'):p;document.documentElement.setAttribute('data-theme',t);})()</script>
1489
1489
  </head>
1490
1490
  <body>
1491
1491
  <div class="wrap">
1492
1492
  <div class="top-bar">
1493
1493
  <div class="brand">
1494
- ${rt}
1494
+ ${It}
1495
1495
  <div class="brand-text">
1496
1496
  <span class="brand-title">TestRelic AI</span>
1497
1497
  <span class="brand-sub">Analytics Report</span>
@@ -1526,16 +1526,37 @@ function _updateCard(cls,val){
1526
1526
  <div class="filter-drawer-body" id="filter-drawer-body"></div>
1527
1527
  </aside>
1528
1528
  <script id="report-data" type="application/json">${t}</script>
1529
- <script>${Jt}</script>
1529
+ <script>${Ye}</script>
1530
1530
  </body>
1531
- </html>`}function dt(e){try{let t=process.platform,r;t==="darwin"?r=`open "${e}"`:t==="win32"?r=`start "" "${e}"`:r=`xdg-open "${e}"`,exec(r,a=>{a&&process.stderr.write(`[testrelic] Failed to open browser: ${a.message}
1532
- `);});}catch{}}function te(e){let t=JSON.stringify(e);return lt(t)}function ct(e,t){try{let r=te(e),a=t.htmlReportPath,n=dirname(a);mkdirSync(n,{recursive:!0});let s=a+".tmp";if(writeFileSync(s,r,"utf-8"),renameSync(s,a),t.openReport&&e.ci===null){let o=resolve(a);dt(o);}}catch(r){process.stderr.write(`[testrelic] Failed to write HTML report: ${r instanceof Error?r.message:String(r)}
1533
- `);}}function re(e){let t=e.replace(/[^a-zA-Z0-9\-_ ]/g,"-").replace(/\s+/g,"-").replace(/-{2,}/g,"-").replace(/^-+|-+$/g,"");return t.length>100&&(t=t.substring(0,100).replace(/-+$/,"")),t||"unnamed-test"}function ft(e,t,r,a){let n=e.find(p=>p.name==="screenshot"&&p.path),s=e.find(p=>p.name==="video"&&p.path);if(!n&&!s)return null;let o=re(t);r>0&&(o+=`--retry-${r}`);let i=join(a,"artifacts",o),d={};try{mkdirSync(i,{recursive:!0});}catch{return null}if(n?.path)try{if(existsSync(n.path)){let l=`screenshot${extname(n.path)||".png"}`;copyFileSync(n.path,join(i,l)),d.screenshot=`artifacts/${o}/${l}`;}}catch{}if(s?.path)try{if(existsSync(s.path)){let l=`video${extname(s.path)||".webm"}`;copyFileSync(s.path,join(i,l)),d.video=`artifacts/${o}/${l}`;}}catch{}return !d.screenshot&&!d.video?null:d}function bt(e,t){let r=[];for(let a of e){let n=ae(a),s=ne(a),o=se(a,n,s,t),i=ie(a,n,s);if(o.length===0&&i.length===0){r.push({type:"navigation",url:"about:blank",timestamp:a.startedAt,durationOnUrl:a.duration,navigationType:"dummy",domContentLoadedAt:null,networkIdleAt:null,networkStats:null,specFile:a.specFile,test:n,tests:[s],_testTitle:a.title});continue}r.push(...o,...i);}return r.sort(oe),le(r,e),r.map((a,n)=>a.type==="navigation"?{...{index:n,type:"navigation",url:a.url,timestamp:a.timestamp,durationOnUrl:a.durationOnUrl??0,navigationType:a.navigationType,domContentLoadedAt:a.domContentLoadedAt??null,networkIdleAt:a.networkIdleAt??null,networkStats:a.networkStats??null,specFile:a.specFile,test:a.test},tests:a.tests}:{...{index:n,type:"api_call",callId:a.callId,method:a.method,url:a.url,timestamp:a.timestamp,responseTime:a.responseTime??null,request:a.request,response:a.response??null,...a.error?{error:a.error}:{},assertions:a.assertions??[],specFile:a.specFile,test:a.test},tests:a.tests})}function ae(e){return {title:e.title,fullTitle:e.titlePath,status:e.status,duration:e.duration,retries:e.retryCount,retry:e.retry,tags:e.tags,failure:e.failure}}function ne(e){return {title:e.title,status:e.status,duration:e.duration,startedAt:e.startedAt,completedAt:e.completedAt,retryCount:e.retryCount,tags:e.tags,failure:e.failure,testId:e.testId,filePath:e.filePath,suiteName:e.suiteName,testType:e.testType,isFlaky:e.isFlaky,retryStatus:e.retryStatus,expectedStatus:e.expectedStatus,actualStatus:e.actualStatus,artifacts:e.artifacts,networkRequests:e.networkRequests,apiCalls:e.apiCalls,apiAssertions:e.apiAssertions,actions:e.actions}}function se(e,t,r,a){let n=[];for(let s of e.navigations)a.navigationTypes!==null&&!a.navigationTypes.includes(s.navigationType)||n.push({type:"navigation",url:s.url,timestamp:s.timestamp,durationOnUrl:0,navigationType:s.navigationType,domContentLoadedAt:s.domContentLoadedAt??null,networkIdleAt:s.networkIdleAt??null,networkStats:s.networkStats??null,specFile:e.specFile,test:t,tests:[r],_testTitle:e.title});return n}function ie(e,t,r){if(!e.apiCalls||e.apiCalls.length===0)return [];let a=e.apiAssertions??[];return e.apiCalls.map(n=>{let s=a.filter(i=>i.callId===n.id).map(i=>({type:i.type,expected:i.expected,actual:i.actual,status:i.status,location:i.location,...i.expression!==void 0?{expression:i.expression}:{}})),o=null;return n.responseStatusCode!==null&&n.responseStatusText!==null&&(o={statusCode:n.responseStatusCode,statusText:n.responseStatusText,headers:n.responseHeaders,body:mt(n.responseBody)}),{type:"api_call",callId:n.id,method:n.method,url:n.url,timestamp:n.timestamp,responseTime:n.error?null:n.responseTimeMs,request:{headers:n.requestHeaders,body:mt(n.requestBody)},response:o,...n.error?{error:n.error}:{},assertions:s,specFile:e.specFile,test:t,tests:[r],_testTitle:e.title}})}function oe(e,t){let r=new Date(e.timestamp).getTime(),a=new Date(t.timestamp).getTime();if(r!==a)return r-a;let n={navigation:0,api_call:1},s=n[e.type],o=n[t.type];return s!==o?s-o:e.type==="api_call"&&t.type==="api_call"&&e.callId&&t.callId?ht(e.callId)-ht(t.callId):0}function ht(e){let t=e.match(/(\d+)$/);return t?parseInt(t[1],10):0}function le(e,t){for(let r=0;r<e.length;r++){let a=e[r];if(a.type!=="navigation")continue;let n=new Date(a.timestamp).getTime(),s=null;for(let o=r+1;o<e.length;o++)if(e[o]._testTitle===a._testTitle){s=new Date(e[o].timestamp).getTime();break}if(s!==null)a.durationOnUrl=Math.max(0,s-n);else {let o=t.find(i=>i.title===a._testTitle);if(o){let i=new Date(o.completedAt).getTime();a.durationOnUrl=Math.max(0,i-n);}}}}function mt(e){if(e==null)return null;try{return JSON.parse(e)}catch{return e}}function z(e,t){let r=e.length,a=Math.min(Math.ceil(t/100*r)-1,r-1);return e[Math.max(0,a)]}function de(e){try{let t=new URL(e);return t.origin+t.pathname}catch{return e}}function ce(e){return e==null?"error":e>=200&&e<300?"2xx":e>=300&&e<400?"3xx":e>=400&&e<500?"4xx":e>=500&&e<600?"5xx":"error"}function vt(e,t){let r=0,a=0,n=0,s=0,o=0;for(let g of e)switch(g.status){case "passed":r++;break;case "failed":a++;break;case "flaky":n++;break;case "skipped":s++;break;case "timedout":o++;break}let i=[];for(let g of e)g.apiCalls&&i.push(...g.apiCalls);let d=i.length,p=new Set,l={},f={"2xx":0,"3xx":0,"4xx":0,"5xx":0,error:0},u=[];for(let g of i)p.add(de(g.url)),l[g.method]=(l[g.method]??0)+1,f[ce(g.responseStatusCode)]+=1,u.push(g.responseTimeMs);let c=null;if(u.length>0){let g=[...u].sort((L,B)=>L-B),T=g.reduce((L,B)=>L+B,0);c={avg:Math.round(T/g.length),min:g[0],max:g[g.length-1],p50:z(g,50),p95:z(g,95),p99:z(g,99)};}let k=0,A=0,C=0;for(let g of e)if(g.apiAssertions)for(let T of g.apiAssertions)k++,T.status==="passed"?A++:C++;let m=0,v=new Set;for(let g of e){m+=g.navigations.length;for(let T of g.navigations)v.add(T.url);}let w=0,y={};function R(g){for(let T of g)w++,y[T.category]=(y[T.category]??0)+1,T.children.length>0&&R(T.children);}for(let g of e)g.actions&&R(g.actions);return {total:e.length,passed:r,failed:a,flaky:n,skipped:s,timedout:o,totalApiCalls:d,uniqueApiUrls:p.size,apiCallsByMethod:l,apiCallsByStatusRange:f,apiResponseTime:c,totalAssertions:k,passedAssertions:A,failedAssertions:C,totalNavigations:m,uniqueNavigationUrls:v.size,totalTimelineSteps:t,totalActionSteps:w,actionStepsByCategory:y}}function pe(e){let t=56-e.length;return t>0?e+" ".repeat(t):e}function S(e){return `\u2502 ${pe(e)} \u2502
1534
- `}function yt(e,t,r,a){if(a||e.total===0)return;let n=`\u250C${"\u2500".repeat(58)}\u2510
1531
+ </html>`}function Mt(e){try{let t=process.platform,r;t==="darwin"?r=`open "${e}"`:t==="win32"?r=`start "" "${e}"`:r=`xdg-open "${e}"`,exec(r,n=>{n&&process.stderr.write(`[testrelic] Failed to open browser: ${n.message}
1532
+ `);});}catch{}}function rr(e){let t=JSON.stringify(e);return Pt(t)}function Bt(e,t){try{let r=rr(e),n=t.htmlReportPath,a=dirname(n);mkdirSync(a,{recursive:!0});let s=n+".tmp";if(writeFileSync(s,r,"utf-8"),renameSync(s,n),t.openReport&&e.ci===null){let l=resolve(n);Mt(l);}}catch(r){process.stderr.write(`[testrelic] Failed to write HTML report: ${r instanceof Error?r.message:String(r)}
1533
+ `);}}function ar(e){let t=e.replace(/[^a-zA-Z0-9\-_ ]/g,"-").replace(/\s+/g,"-").replace(/-{2,}/g,"-").replace(/^-+|-+$/g,"");return t.length>100&&(t=t.substring(0,100).replace(/-+$/,"")),t||"unnamed-test"}function Ht(e,t,r,n){let a=e.find(c=>c.name==="screenshot"&&c.path),s=e.find(c=>c.name==="video"&&c.path);if(!a&&!s)return null;let l=ar(t);r>0&&(l+=`--retry-${r}`);let i=join(n,"artifacts",l),o={};try{mkdirSync(i,{recursive:!0});}catch{return null}if(a?.path)try{if(existsSync(a.path)){let d=`screenshot${extname(a.path)||".png"}`;copyFileSync(a.path,join(i,d)),o.screenshot=`artifacts/${l}/${d}`;}}catch{}if(s?.path)try{if(existsSync(s.path)){let d=`video${extname(s.path)||".webm"}`;copyFileSync(s.path,join(i,d)),o.video=`artifacts/${l}/${d}`;}}catch{}return !o.screenshot&&!o.video?null:o}function zt(e,t){let r=[];for(let n of e){let a=sr(n),s=ir(n),l=or(n,a,s,t),i=lr(n,a,s);if(l.length===0&&i.length===0){r.push({type:"navigation",url:"about:blank",timestamp:n.startedAt,durationOnUrl:n.duration,navigationType:"dummy",domContentLoadedAt:null,networkIdleAt:null,networkStats:null,specFile:n.specFile,test:a,tests:[s],_testTitle:n.title});continue}r.push(...l,...i);}return r.sort(dr),cr(r,e),r.map((n,a)=>n.type==="navigation"?{...{index:a,type:"navigation",url:n.url,timestamp:n.timestamp,durationOnUrl:n.durationOnUrl??0,navigationType:n.navigationType,domContentLoadedAt:n.domContentLoadedAt??null,networkIdleAt:n.networkIdleAt??null,networkStats:n.networkStats??null,specFile:n.specFile,test:n.test},tests:n.tests}:{...{index:a,type:"api_call",callId:n.callId,method:n.method,url:n.url,timestamp:n.timestamp,responseTime:n.responseTime??null,request:n.request,response:n.response??null,...n.error?{error:n.error}:{},assertions:n.assertions??[],specFile:n.specFile,test:n.test},tests:n.tests})}function sr(e){return {title:e.title,fullTitle:e.titlePath,status:e.status,duration:e.duration,retries:e.retryCount,retry:e.retry,tags:e.tags,failure:e.failure}}function ir(e){return {title:e.title,status:e.status,duration:e.duration,startedAt:e.startedAt,completedAt:e.completedAt,retryCount:e.retryCount,tags:e.tags,failure:e.failure,testId:e.testId,filePath:e.filePath,suiteName:e.suiteName,testType:e.testType,isFlaky:e.isFlaky,retryStatus:e.retryStatus,expectedStatus:e.expectedStatus,actualStatus:e.actualStatus,artifacts:e.artifacts,networkRequests:e.networkRequests,apiCalls:e.apiCalls,apiAssertions:e.apiAssertions,actions:e.actions}}function or(e,t,r,n){let a=[];for(let s of e.navigations)n.navigationTypes!==null&&!n.navigationTypes.includes(s.navigationType)||a.push({type:"navigation",url:s.url,timestamp:s.timestamp,durationOnUrl:0,navigationType:s.navigationType,domContentLoadedAt:s.domContentLoadedAt??null,networkIdleAt:s.networkIdleAt??null,networkStats:s.networkStats??null,specFile:e.specFile,test:t,tests:[r],_testTitle:e.title});return a}function lr(e,t,r){if(!e.apiCalls||e.apiCalls.length===0)return [];let n=e.apiAssertions??[];return e.apiCalls.map(a=>{let s=n.filter(i=>i.callId===a.id).map(i=>({type:i.type,expected:i.expected,actual:i.actual,status:i.status,location:i.location,...i.expression!==void 0?{expression:i.expression}:{}})),l=null;return a.responseStatusCode!==null&&a.responseStatusText!==null&&(l={statusCode:a.responseStatusCode,statusText:a.responseStatusText,headers:a.responseHeaders,body:jt(a.responseBody)}),{type:"api_call",callId:a.id,method:a.method,url:a.url,timestamp:a.timestamp,responseTime:a.error?null:a.responseTimeMs,request:{headers:a.requestHeaders,body:jt(a.requestBody)},response:l,...a.error?{error:a.error}:{},assertions:s,specFile:e.specFile,test:t,tests:[r],_testTitle:e.title}})}function dr(e,t){let r=new Date(e.timestamp).getTime(),n=new Date(t.timestamp).getTime();if(r!==n)return r-n;let a={navigation:0,api_call:1},s=a[e.type],l=a[t.type];return s!==l?s-l:e.type==="api_call"&&t.type==="api_call"&&e.callId&&t.callId?Ut(e.callId)-Ut(t.callId):0}function Ut(e){let t=e.match(/(\d+)$/);return t?parseInt(t[1],10):0}function cr(e,t){for(let r=0;r<e.length;r++){let n=e[r];if(n.type!=="navigation")continue;let a=new Date(n.timestamp).getTime(),s=null;for(let l=r+1;l<e.length;l++)if(e[l]._testTitle===n._testTitle){s=new Date(e[l].timestamp).getTime();break}if(s!==null)n.durationOnUrl=Math.max(0,s-a);else {let l=t.find(i=>i.title===n._testTitle);if(l){let i=new Date(l.completedAt).getTime();n.durationOnUrl=Math.max(0,i-a);}}}}function jt(e){if(e==null)return null;try{return JSON.parse(e)}catch{return e}}function Z(e,t){let r=e.length,n=Math.min(Math.ceil(t/100*r)-1,r-1);return e[Math.max(0,n)]}function ur(e){try{let t=new URL(e);return t.origin+t.pathname}catch{return e}}function pr(e){return e==null?"error":e>=200&&e<300?"2xx":e>=300&&e<400?"3xx":e>=400&&e<500?"4xx":e>=500&&e<600?"5xx":"error"}function $t(e,t){let r=0,n=0,a=0,s=0,l=0;for(let h of e)switch(h.status){case "passed":r++;break;case "failed":n++;break;case "flaky":a++;break;case "skipped":s++;break;case "timedout":l++;break}let i=[];for(let h of e)h.apiCalls&&i.push(...h.apiCalls);let o=i.length,c=new Set,d={},g={"2xx":0,"3xx":0,"4xx":0,"5xx":0,error:0},u=[];for(let h of i)c.add(ur(h.url)),d[h.method]=(d[h.method]??0)+1,g[pr(h.responseStatusCode)]+=1,u.push(h.responseTimeMs);let p=null;if(u.length>0){let h=[...u].sort((q,A)=>q-A),k=h.reduce((q,A)=>q+A,0);p={avg:Math.round(k/h.length),min:h[0],max:h[h.length-1],p50:Z(h,50),p95:Z(h,95),p99:Z(h,99)};}let f=0,m=0,v=0;for(let h of e)if(h.apiAssertions)for(let k of h.apiAssertions)f++,k.status==="passed"?m++:v++;let b=0,y=new Set;for(let h of e){b+=h.navigations.length;for(let k of h.navigations)y.add(k.url);}let x=0,w={};function S(h){for(let k of h)x++,w[k.category]=(w[k.category]??0)+1,k.children.length>0&&S(k.children);}for(let h of e)h.actions&&S(h.actions);return {total:e.length,passed:r,failed:n,flaky:a,skipped:s,timedout:l,totalApiCalls:o,uniqueApiUrls:c.size,apiCallsByMethod:d,apiCallsByStatusRange:g,apiResponseTime:p,totalAssertions:f,passedAssertions:m,failedAssertions:v,totalNavigations:b,uniqueNavigationUrls:y.size,totalTimelineSteps:t,totalActionSteps:x,actionStepsByCategory:w}}function gr(e){let t=56-e.length;return t>0?e+" ".repeat(t):e}function T(e){return `\u2502 ${gr(e)} \u2502
1534
+ `}function Gt(e,t,r,n){if(n||e.total===0)return;let a=`\u250C${"\u2500".repeat(58)}\u2510
1535
1535
  `,s=`\u2514${"\u2500".repeat(58)}\u2518
1536
- `,o=S(""),i=n;i+=S("TestRelic Timeline Generated"),i+=o;let d=[];if(e.passed>0&&d.push(`${e.passed} \u2713`),e.failed>0&&d.push(`${e.failed} \u2717`),e.flaky>0&&d.push(`${e.flaky} \u26A0`),e.skipped>0&&d.push(`${e.skipped} skipped`),e.timedout>0&&d.push(`${e.timedout} timedout`),i+=S(`Tests: ${e.total} total (${d.join(" ")})`),e.totalNavigations>0&&(i+=S(`Navigations: ${e.totalNavigations} visits across ${e.uniqueNavigationUrls} unique URLs`)),e.totalApiCalls>0){i+=S(`API Calls: ${e.totalApiCalls} calls across ${e.uniqueApiUrls} unique endpoints`);let p=Object.entries(e.apiCallsByMethod).filter(([,f])=>f>0).map(([f,u])=>`${f}: ${u}`);p.length>0&&(i+=S(` ${p.join(" ")}`));let l=Object.entries(e.apiCallsByStatusRange).filter(([,f])=>f>0).map(([f,u])=>`${f}: ${u}`);l.length>0&&(i+=S(` ${l.join(" ")}`)),e.apiResponseTime&&(i+=S(` Avg response: ${e.apiResponseTime.avg}ms P95: ${e.apiResponseTime.p95}ms`));}if(e.totalAssertions>0&&(i+=S(`Assertions: ${e.totalAssertions} total (${e.passedAssertions} \u2713 ${e.failedAssertions} \u2717)`)),e.totalActionSteps>0){let p=[],l=e.actionStepsByCategory;l.ui_action&&p.push(`${l.ui_action} UI`),l.assertion&&p.push(`${l.assertion} assertions`),l.custom_step&&p.push(`${l.custom_step} custom`);let f=p.length>0?` (${p.join(" ")})`:"";i+=S(`Actions: ${e.totalActionSteps} steps${f}`);}i+=S(`Report: ${r}`),i+=S(`Data: ${t}`),i+=s,process.stderr.write(i);}var ue=new Set(["pw:api","expect","test.step"]);function ge(e){return e==="expect"?"assertion":e==="test.step"?"custom_step":"ui_action"}function U(e,t,r){if(ue.has(e.category)){let a=[];for(let s of e.steps)U(s,t,a);let n=e.startTime.getTime()-t.getTime();r.push({title:e.title,category:ge(e.category),timestamp:e.startTime.toISOString(),duration:e.duration,videoOffset:n>=0?n/1e3:null,status:e.error?"failed":"passed",error:e.error?.message??null,children:a});}else for(let a of e.steps)U(a,t,r);}function xt(e,t){let r=[];for(let a of e)U(a,t,r);return r}function j(e){switch(e){case "passed":return "passed";case "failed":return "failed";case "timedOut":return "timedout";case "skipped":return "skipped";case "interrupted":return "failed";default:return "failed"}}function ke(e,t,r){let a=`${e}::${t}::${r}`;return createHash("sha256").update(a).digest("hex").substring(0,16)}function Ce(e){return e.length<=4?"":e[e.length-2]}function Te(e){let t=e.findIndex(r=>r.status==="passed");return t>0?`passed on retry ${t}`:null}function Se(e,t){let r=["e2e","api","unit"];for(let a of r)if(e.some(n=>n===`@${a}`||n===a))return a;for(let a of r)if(t.includes(`/${a}/`))return a;return "unknown"}var Ae="__testrelic_api_config";function Re(e){return JSON.stringify(e,(t,r)=>r instanceof RegExp?{__regexp:true,source:r.source,flags:r.flags}:r)}var M=class{constructor(t){this.rootDir="";this.startedAt="";this.testRunId="";this.collectedTests=[];this.config=Z(t),this.apiConfig=W(t);}onBegin(t,r){try{this.rootDir=t.rootDir,this.startedAt=new Date().toISOString(),this.testRunId=this.config.testRunId??randomUUID();}catch{}}onTestBegin(t,r){try{t.annotations.push({type:Ae,description:Re(this.apiConfig)});}catch{}}onTestEnd(t,r){try{let a=r,n=t.outcome(),s;n==="flaky"?s="flaky":n==="skipped"?s="skipped":s=j(a.status);let o=a.startTime.toISOString(),i=new Date(a.startTime.getTime()+a.duration).toISOString(),d=t.tags?[...t.tags]:t.annotations.filter(x=>x.type==="tag").map(x=>x.description??""),p=[],l=null,f=null,u=null,c=a.attachments.filter(x=>x.name===ATTACHMENT_NAME&&x.body),k=!1;if(c.length>0)for(let x of c)try{let h=JSON.parse(x.body.toString());isTestRelicDataPayload(h)&&(p=p.concat(h.navigations),h.networkRequests.length>0&&(l=(l??[]).concat(h.networkRequests)),h.apiCalls.length>0&&(f=(f??[]).concat(h.apiCalls)),h.apiAssertions.length>0&&(u=(u??[]).concat(h.apiAssertions)),k=!0);}catch{process.stderr.write(`[testrelic] Warning: Corrupt attachment for test "${t.title}", falling back to annotations
1537
- `);}if(!k){p=t.annotations.filter(b=>b.type==="lambdatest-navigation"&&b.description).map(b=>{try{return JSON.parse(b.description)}catch{return null}}).filter(b=>b!==null);let x=t.annotations.find(b=>b.type==="__testrelic_network_requests"&&b.description);if(x)try{l=JSON.parse(x.description);}catch{}let h=t.annotations.find(b=>b.type==="__testrelic_api_calls"&&b.description);if(h)try{f=JSON.parse(h.description);}catch{}let N=t.annotations.find(b=>b.type==="__testrelic_api_assertions"&&b.description);if(N)try{u=JSON.parse(N.description);}catch{}}p.length===0&&!l&&!f&&!u&&s!=="skipped"&&process.stderr.write(`[testrelic] Warning: No data found for test "${t.title}", data may be incomplete due to worker crash
1538
- `);let C=null;if(s==="failed"||s==="flaky"){let h=(s==="flaky"?t.results.find(N=>N.status!=="passed")?.errors??[]:a.errors)[0];if(h){let N=X(this.config.redactPatterns),b=h.location?.line??null,E=null;this.config.includeCodeSnippets&&b!==null&&h.location?.file&&(E=K(h.location.file,b,this.config.codeContextLines),E&&(E=N(E))),C={message:N(h.message??"Unknown error"),line:b,code:E,stack:this.config.includeStackTrace&&h.stack?N(h.stack):null};}}let m=t.titlePath().filter(Boolean),v=relative(this.rootDir||".",t.location.file),w=Ce(m),y=m.join(" > "),R=v,g=ke(R,w,y),T=Se(d,R),L=n==="flaky",B=Te(t.results),Lt=j(t.expectedStatus),Bt=j(a.status),Y=null;if(this.config.includeArtifacts&&s!=="skipped"&&a.attachments){let x=dirname(this.config.outputPath),h=m[m.length-1]??t.title;Y=ft(a.attachments,h,a.retry,x);}let Et=this.config.includeActionSteps&&a.steps?xt(a.steps,a.startTime):null;this.collectedTests.push({titlePath:m,title:y,status:s,duration:a.duration,startedAt:o,completedAt:i,retryCount:t.results.length-1,retry:a.retry,tags:d,failure:C,specFile:v,navigations:p,testId:g,filePath:R,suiteName:w,testType:T,isFlaky:L,retryStatus:B,expectedStatus:Lt,actualStatus:Bt,artifacts:Y,networkRequests:l,apiCalls:f,apiAssertions:u,actions:Et});}catch{}}onEnd(t){try{let r=new Date().toISOString(),a=new Date(this.startedAt).getTime(),s=new Date(r).getTime()-a,o=this.buildTimeline(),i=vt(this.collectedTests,o.length),d={schemaVersion:O,testRunId:this.testRunId,startedAt:this.startedAt,completedAt:r,totalDuration:s,summary:i,ci:Q(),metadata:this.config.metadata,timeline:o,shardRunIds:null};this.writeReport(d),ct(d,this.config),yt(i,this.config.outputPath,this.config.htmlReportPath,this.config.quiet);}catch{}}printsToStdio(){return false}buildTimeline(){let t=this.collectedTests.map(r=>({titlePath:r.titlePath,title:r.title,status:r.status,duration:r.duration,startedAt:r.startedAt,completedAt:r.completedAt,retryCount:r.retryCount,retry:r.retry,tags:r.tags,failure:r.failure,specFile:r.specFile,navigations:r.navigations,apiCalls:r.apiCalls,apiAssertions:r.apiAssertions,testId:r.testId,filePath:r.filePath,suiteName:r.suiteName,testType:r.testType,isFlaky:r.isFlaky,retryStatus:r.retryStatus,expectedStatus:r.expectedStatus,actualStatus:r.actualStatus,artifacts:r.artifacts,networkRequests:r.networkRequests,actions:r.actions}));return bt(t,{navigationTypes:this.config.navigationTypes})}toTestResult(t){return {title:t.title,status:t.status,duration:t.duration,startedAt:t.startedAt,completedAt:t.completedAt,retryCount:t.retryCount,tags:t.tags,failure:t.failure,testId:t.testId,filePath:t.filePath,suiteName:t.suiteName,testType:t.testType,isFlaky:t.isFlaky,retryStatus:t.retryStatus,expectedStatus:t.expectedStatus,actualStatus:t.actualStatus,artifacts:t.artifacts,networkRequests:t.networkRequests,apiCalls:t.apiCalls,apiAssertions:t.apiAssertions,actions:t.actions??null}}writeReport(t){try{let r=JSON.stringify(t,null,2),a=this.config.outputPath,n=dirname(a);mkdirSync(n,{recursive:!0});let s=a+".tmp";writeFileSync(s,r,"utf-8"),renameSync(s,a);}catch(r){process.stderr.write(`[testrelic] Failed to write report: ${r instanceof Error?r.message:String(r)}
1539
- `);}}};var Le=["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded","application/graphql"];function Be(e){let t=e.toLowerCase();return Le.some(r=>t.includes(r))}function kt(e,t){let r=new TextEncoder().encode(e);return r.length<=t?{text:e,truncated:false}:{text:new TextDecoder().decode(r.slice(0,t)),truncated:true}}var F=class{constructor(t,r){this.page=t;this.records=[];this.listeners=[];this.currentNetworkCounter=null;this.pendingRequests=new Map;this.capturedRequests=[];this.pendingBodyReads=[];this.requestIdCounter=0;this.requestCaptureCount=0;this.includeNetworkStats=r?.includeNetworkStats??true,this.origGoto=t.goto.bind(t),this.origGoBack=t.goBack.bind(t),this.origGoForward=t.goForward.bind(t),this.origReload=t.reload.bind(t),this.interceptMethods(),this.attachListeners();}async init(){await this.injectSPADetection();}async getCapturedRequests(){await Promise.allSettled(this.pendingBodyReads),this.pendingBodyReads=[];for(let[t,r]of this.pendingRequests)this.capturedRequests.push({url:r.url,method:r.method,resourceType:r.resourceType,statusCode:0,responseTimeMs:Date.now()-r.startTimeMs,startedAt:r.startedAt,requestHeaders:r.headers,requestBody:r.postData,responseBody:null,responseHeaders:null,contentType:null,responseSize:0,requestBodyTruncated:r.postDataTruncated,responseBodyTruncated:false,isBinary:false,error:"incomplete"}),this.pendingRequests.delete(t);return [...this.capturedRequests].sort((t,r)=>t.startedAt.localeCompare(r.startedAt))}async getData(){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}});let t=this.records.map(a=>({url:a.url,navigationType:a.navigationType,timestamp:a.timestamp,domContentLoadedAt:a.domContentLoadedAt,networkIdleAt:a.networkIdleAt,networkStats:a.networkStats})),r=this.includeNetworkStats?await this.getCapturedRequests():[];return {navigations:t,networkRequests:r}}async flushLegacyAnnotations(t){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}});for(let r of this.records){let a={url:r.url,navigationType:r.navigationType,timestamp:r.timestamp,domContentLoadedAt:r.domContentLoadedAt,networkIdleAt:r.networkIdleAt,networkStats:r.networkStats};t.annotations.push({type:"lambdatest-navigation",description:JSON.stringify(a)});}if(this.includeNetworkStats){let r=await this.getCapturedRequests();r.length>0&&t.annotations.push({type:"__testrelic_network_requests",description:JSON.stringify(r)});}}dispose(){this.page.goto=this.origGoto,this.page.goBack=this.origGoBack,this.page.goForward=this.origGoForward,this.page.reload=this.origReload;for(let{event:t,handler:r}of this.listeners)this.page.off(t,r);this.listeners=[],this.records=[],this.pendingRequests.clear(),this.capturedRequests=[],this.pendingBodyReads=[],this.requestCaptureCount=0;}getRecords(){return this.records}interceptMethods(){let t=this,r=this.page;r.goto=async function(a,n){return t.recordNavigation(a,"goto"),t.origGoto(a,n)},r.goBack=async function(a){let n=await t.origGoBack(a);return t.recordNavigation(r.url(),"back"),n},r.goForward=async function(a){let n=await t.origGoForward(a);return t.recordNavigation(r.url(),"forward"),n},r.reload=async function(a){return t.recordNavigation(r.url(),"refresh"),t.origReload(a)};}attachListeners(){let t=()=>{this.lastDomContentLoaded=new Date().toISOString(),this.records.length>0&&(this.records[this.records.length-1].domContentLoadedAt=this.lastDomContentLoaded);};this.page.on("domcontentloaded",t),this.listeners.push({event:"domcontentloaded",handler:t});let r=n=>{try{let s=n;if(typeof s.parentFrame=="function"&&s.parentFrame()!==null)return;let o=s.url(),i=this.records[this.records.length-1];if(i&&Date.now()-new Date(i.timestamp).getTime()<50&&i.url===o)return;this.recordNavigation(o,"navigation");}catch{}};this.page.on("framenavigated",r),this.listeners.push({event:"framenavigated",handler:r});let a=n=>{try{let s=n;if(s.type()!=="debug")return;let o=s.text();if(!o.startsWith("__testrelic_nav:"))return;let i=JSON.parse(o.slice(16));i.type&&i.url&&this.recordNavigation(i.url,i.type);}catch{}};if(this.page.on("console",a),this.listeners.push({event:"console",handler:a}),this.includeNetworkStats){let n=i=>{if(this.currentNetworkCounter&&this.currentNetworkCounter.totalRequests++,!(this.requestCaptureCount>=500)){this.requestCaptureCount++;try{let d=i,p=String(this.requestIdCounter++),l=d.postData()??null,f=!1;if(l!==null){let c=kt(l,10240);l=c.text,f=c.truncated;}let u={url:d.url(),method:d.method(),resourceType:this.mapResourceType(d.resourceType()),headers:d.headers(),postData:l,postDataTruncated:f,startedAt:new Date().toISOString(),startTimeMs:Date.now()};this.pendingRequests.set(p,u),i.__testrelic_id=p;}catch{}}};this.page.on("request",n),this.listeners.push({event:"request",handler:n});let s=i=>{try{let d=i;if(this.currentNetworkCounter){let m=d.status();m>=400&&(this.currentNetworkCounter.failedRequests++,this.currentNetworkCounter.failedRequestUrls.push(m+" "+d.url()));let v=d.headers()["content-length"];v&&(this.currentNetworkCounter.totalBytes+=parseInt(v,10)||0);let w=d.request().resourceType(),y=this.mapResourceType(w);this.currentNetworkCounter.byType[y]++;}let p=d.request().__testrelic_id;if(!p)return;let l=this.pendingRequests.get(p);if(!l)return;this.pendingRequests.delete(p);let f=Date.now()-l.startTimeMs,u=d.headers(),c=u["content-type"]??null,k=parseInt(u["content-length"]??"0",10)||0,A=c?!Be(c):!1,C=(async()=>{let m=null,v=!1;if(!A)try{let R=(await d.body()).toString("utf-8"),g=kt(R,10240);m=g.text,v=g.truncated;}catch{}let w={url:l.url,method:l.method,resourceType:l.resourceType,statusCode:d.status(),responseTimeMs:f,startedAt:l.startedAt,requestHeaders:l.headers,requestBody:l.postData,responseBody:m,responseHeaders:u,contentType:c,responseSize:k,requestBodyTruncated:l.postDataTruncated,responseBodyTruncated:v,isBinary:A,error:null};this.capturedRequests.push(w);})();this.pendingBodyReads.push(C);}catch{}};this.page.on("response",s),this.listeners.push({event:"response",handler:s});let o=i=>{if(this.currentNetworkCounter){this.currentNetworkCounter.failedRequests++;try{let d=i;this.currentNetworkCounter.failedRequestUrls.push("ERR "+d.url());}catch{}}try{let d=i,p=d.__testrelic_id;if(!p)return;let l=this.pendingRequests.get(p);if(!l)return;this.pendingRequests.delete(p);let f={url:l.url,method:l.method,resourceType:l.resourceType,statusCode:0,responseTimeMs:Date.now()-l.startTimeMs,startedAt:l.startedAt,requestHeaders:l.headers,requestBody:l.postData,responseBody:null,responseHeaders:null,contentType:null,responseSize:0,requestBodyTruncated:l.postDataTruncated,responseBodyTruncated:!1,isBinary:!1,error:d.failure()?.errorText??"Unknown error"};this.capturedRequests.push(f);}catch{}};this.page.on("requestfailed",o),this.listeners.push({event:"requestfailed",handler:o});}}async injectSPADetection(){try{await this.page.addInitScript(()=>{let t=history.pushState.bind(history),r=history.replaceState.bind(history);history.pushState=function(...a){t(...a),console.debug("__testrelic_nav:"+JSON.stringify({type:"spa_route",url:location.href}));},history.replaceState=function(...a){r(...a),console.debug("__testrelic_nav:"+JSON.stringify({type:"spa_replace",url:location.href}));},window.addEventListener("popstate",()=>{console.debug("__testrelic_nav:"+JSON.stringify({type:"popstate",url:location.href}));}),window.addEventListener("hashchange",()=>{console.debug("__testrelic_nav:"+JSON.stringify({type:"hash_change",url:location.href}));});});}catch{}}recordNavigation(t,r){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}}),this.records.push({url:t,navigationType:r,timestamp:new Date().toISOString()}),this.includeNetworkStats&&(this.currentNetworkCounter=this.createNetworkCounter());}createNetworkCounter(){return {totalRequests:0,failedRequests:0,failedRequestUrls:[],totalBytes:0,byType:{xhr:0,document:0,script:0,stylesheet:0,image:0,font:0,other:0}}}mapResourceType(t){switch(t){case "xhr":case "fetch":return "xhr";case "document":return "document";case "script":return "script";case "stylesheet":return "stylesheet";case "image":return "image";case "font":return "font";default:return "other"}}};var Ct=Symbol.for("__testrelic_call_id"),Ee="__testrelic_api_assertions",I=new WeakMap,_=class{constructor(){this.assertions=[];this.currentCallId=null;}recordAssertion(t){this.assertions.push(t);}getAssertions(){return this.assertions}setCurrentCallId(t){this.currentCallId=t;}getCurrentCallId(){return this.currentCallId}getData(){return [...this.assertions]}flushLegacyAnnotations(t){this.assertions.length!==0&&t.annotations.push({type:Ee,description:JSON.stringify(this.assertions)});}dispose(){this.assertions=[],this.currentCallId=null;}};var Tt="[REDACTED]";function V(e,t){if(e===null||t.length===0)return e;let r=new Set(t.map(n=>n.toLowerCase())),a={};for(let n of Object.keys(e))Object.hasOwn(e,n)&&(a[n]=r.has(n.toLowerCase())?Tt:e[n]);return a}function D(e,t){if(e===null||t.length===0)return e;let r;try{r=JSON.parse(e);}catch{return e}if(typeof r!="object"||r===null)return e;let a=new Set(t),n=$(r,a);return JSON.stringify(n)}function $(e,t){if(Array.isArray(e))return e.map(r=>$(r,t));if(typeof e=="object"&&e!==null){let r={};for(let a of Object.keys(e)){if(!Object.hasOwn(e,a))continue;let n=e[a];t.has(a)?r[a]=Tt:r[a]=$(n,t);}return r}return e}function At(e,t,r){if(r.length>0){for(let a of r)if(St(e,a))return false}if(t.length>0){for(let a of t)if(St(e,a))return true;return false}return true}function St(e,t){try{return t instanceof RegExp?t.test(e):Me(t).test(e)}catch{return console.warn(`[testrelic] Invalid URL filter pattern: ${String(t)}`),false}}function Me(e){let t="",r=0;for(;r<e.length;){let a=e[r];a==="*"&&e[r+1]==="*"?(t+=".*",r+=2,e[r]==="/"&&r++):a==="*"?(t+="[^/]*",r++):a==="?"?(t+="[^/]",r++):".+^${}()|[]\\".includes(a)?(t+="\\"+a,r++):(t+=a,r++);}return new RegExp(t)}var Fe=["get","post","put","patch","delete","head","fetch"],De=["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded","application/graphql"],Pe="__testrelic_api_calls";function Oe(e){let t=e.toLowerCase();return De.some(r=>t.includes(r))}function He(e){if(!e)return null;if(e.data!==void 0&&e.data!==null){let t=e.data;return typeof t=="string"?t:Buffer.isBuffer(t)?t.toString("base64"):JSON.stringify(t)}if(e.form!==void 0&&e.form!==null)return JSON.stringify(e.form);if(e.multipart!==void 0&&e.multipart!==null){let t=e.multipart,r={};for(let[a,n]of Object.entries(t))typeof n=="string"||typeof n=="number"||typeof n=="boolean"?r[a]=String(n):n&&typeof n=="object"&&"name"in n?r[a]=`[file: ${n.name}]`:r[a]="[binary]";return JSON.stringify(r)}return null}var P=class P{constructor(t,r,a){this.originals=new Map;this.capturedCalls=[];this.callCounter=0;this.disposed=false;this._lastCallId=null;this.primitiveCallIds=new Map;this.context=t,this.assertionTracker=r??null,this.apiConfig=a??P.DEFAULT_API_CONFIG;}get lastCallId(){return this._lastCallId}getCallIdForValue(t){return t!=null&&typeof t=="object"?I.get(t)??null:this.primitiveCallIds.get(t)??null}intercept(){for(let r of Fe){let a=this.context[r].bind(this.context);this.originals.set(r,a),this.context[r]=this.createWrapper(r,a);}let t=this.context.dispose.bind(this.context);this.originals.set("dispose",t),this.context.dispose=async r=>(this.disposed=true,t(r));}getData(){return [...this.capturedCalls]}flushLegacyAnnotations(t){this.capturedCalls.length!==0&&t.annotations.push({type:Pe,description:JSON.stringify(this.capturedCalls)});}dispose(){for(let[t,r]of this.originals)this.context[t]=r;this.originals.clear(),this.capturedCalls=[],this.callCounter=0,this._lastCallId=null,this.primitiveCallIds.clear();}get isDisposed(){return this.disposed}getCapturedCalls(){return this.capturedCalls}tagResponseMethods(t,r){let a=this,n=t.headers.bind(t);t.headers=function(){let c=n();return I.set(c,r),c};let s=t.headersArray.bind(t);t.headersArray=function(){let c=s();return I.set(c,r),c};let o=t.json.bind(t);t.json=async function(){let c=await o();return c!=null&&typeof c=="object"&&I.set(c,r),c};let i=t.status.bind(t);t.status=function(){let c=i();return a.primitiveCallIds.set(c,r),c};let d=t.statusText.bind(t);t.statusText=function(){let c=d();return a.primitiveCallIds.set(c,r),c};let p=t.ok.bind(t);t.ok=function(){let c=p();return a.primitiveCallIds.set(c,r),c};let l=t.text.bind(t);t.text=async function(){let c=await l();return a.primitiveCallIds.set(c,r),c};let f=t.body.bind(t);t.body=async function(){let c=await f();return I.set(c,r),c};}createWrapper(t,r){let a=this;return async function(s,o){if(!At(s,a.apiConfig.apiIncludeUrls,a.apiConfig.apiExcludeUrls))return r(s,o);let i=`api-call-${a.callCounter++}`,d=new Date().toISOString(),p=t==="fetch"?(o?.method??"GET").toUpperCase():t.toUpperCase(),l=He(o),f=performance.now();a._lastCallId=i,a.assertionTracker&&a.assertionTracker.setCurrentCallId(i);let u;try{u=await r(s,o);}catch(c){let k=performance.now();try{let A=a.apiConfig.captureRequestBody?D(l,a.apiConfig.redactBodyFields):null,C={id:i,timestamp:d,method:p,url:s,requestHeaders:null,requestBody:A,responseStatusCode:null,responseStatusText:null,responseHeaders:null,responseBody:null,responseTimeMs:Math.round((k-f)*100)/100,isBinary:!1,error:c instanceof Error?c.message:String(c)};a.capturedCalls.push(C);}catch{}throw c}try{let c=performance.now(),k=u.headers(),A=k["content-type"]??null,C=A?!Oe(A):!1,m=null;a.apiConfig.captureRequestHeaders&&o?.headers&&(m=o.headers);let v=null;a.apiConfig.captureResponseHeaders&&(v=k);let w=a.apiConfig.captureRequestBody?l:null,y=null;if(a.apiConfig.captureResponseBody)try{C?y=(await u.body()).toString("base64"):y=await u.text();}catch{}m=V(m,a.apiConfig.redactHeaders),v=V(v,a.apiConfig.redactHeaders),w=D(w,a.apiConfig.redactBodyFields),y=D(y,a.apiConfig.redactBodyFields);let R={id:i,timestamp:d,method:p,url:u.url(),requestHeaders:m,requestBody:w,responseStatusCode:u.status(),responseStatusText:u.statusText(),responseHeaders:v,responseBody:y,responseTimeMs:Math.round((c-f)*100)/100,isBinary:C,error:null};a.capturedCalls.push(R);}catch{}try{u[Ct]=i,a.tagResponseMethods(u,i);}catch{}return u}}};P.DEFAULT_API_CONFIG=Object.freeze({trackApiCalls:true,captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]});var q=P;var Ue="__testrelic_api_config",je="__testrelic_config_trackApiCalls";function J(e){let t=e.annotations.find(a=>a.type===Ue&&a.description!==void 0);if(t)try{return JSON.parse(t.description,$e)}catch{}let r=e.annotations.find(a=>a.type===je&&a.description!==void 0);return r?{trackApiCalls:r.description!=="false",captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]}:{trackApiCalls:true,captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]}}function $e(e,t){if(typeof t=="object"&&t!==null&&t.__regexp===true&&typeof t.source=="string"){let{source:r,flags:a}=t;return new RegExp(r,a)}return t}var It={page:async({page:e},t,r)=>{let a=new F(e);try{await a.init();}catch{}await t(e);try{let{navigations:n,networkRequests:s}=await a.getData(),o={testRelicData:!0,version:PAYLOAD_VERSION,navigations:n,networkRequests:s,apiCalls:[],apiAssertions:[]};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(o)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{await a.flushLegacyAnnotations(r);}catch{}a.dispose();},request:async({request:e},t,r)=>{let a=J(r);if(!a.trackApiCalls){await t(e);return}let n=new _,s=new q(e,n,a);s.intercept(),await t(e);try{let o=s.getData(),i=a.captureAssertions?n.getData():[],d={testRelicData:!0,version:PAYLOAD_VERSION,navigations:[],networkRequests:[],apiCalls:o,apiAssertions:i};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(d)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{s.flushLegacyAnnotations(r);}catch{}try{n.flushLegacyAnnotations(r);}catch{}s.dispose(),n.dispose();}};test.extend(It);var Ye={request:async({request:e},t,r)=>{let a=J(r);if(!a.trackApiCalls){await t(e);return}let n=new _,s=new q(e,n,a);s.intercept(),await t(e);try{let o=s.getData(),i=a.captureAssertions?n.getData():[],d={testRelicData:!0,version:PAYLOAD_VERSION,navigations:[],networkRequests:[],apiCalls:o,apiAssertions:i};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(d)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{s.flushLegacyAnnotations(r);}catch{}try{n.flushLegacyAnnotations(r);}catch{}s.dispose(),n.dispose();}};var qt=false;function xa(e,t,r="manual_record"){if(!e||!e.annotations){qt||(qt=true,process.stderr.write(`[testrelic] recordNavigation: reporter not active, navigation not recorded
1540
- `));return}let a={url:t,navigationType:r,timestamp:new Date().toISOString()};e.annotations.push({type:"lambdatest-navigation",description:JSON.stringify(a)});}export{O as SCHEMA_VERSION,M as default,xa as recordNavigation,Ye as testRelicApiFixture,It as testRelicFixture};//# sourceMappingURL=index.js.map
1536
+ `,l=T(""),i=a;i+=T("TestRelic AI - Playwright Test Report"),i+=l;let o=[];if(e.passed>0&&o.push(`${e.passed} \u2713`),e.failed>0&&o.push(`${e.failed} \u2717`),e.flaky>0&&o.push(`${e.flaky} \u26A0`),e.skipped>0&&o.push(`${e.skipped} skipped`),e.timedout>0&&o.push(`${e.timedout} timedout`),i+=T(`Tests: ${e.total} total (${o.join(" ")})`),e.totalNavigations>0&&(i+=T(`Navigations: ${e.totalNavigations} visits across ${e.uniqueNavigationUrls} unique URLs`)),e.totalApiCalls>0){i+=T(`API Calls: ${e.totalApiCalls} calls across ${e.uniqueApiUrls} unique endpoints`);let c=Object.entries(e.apiCallsByMethod).filter(([,g])=>g>0).map(([g,u])=>`${g}: ${u}`);c.length>0&&(i+=T(` ${c.join(" ")}`));let d=Object.entries(e.apiCallsByStatusRange).filter(([,g])=>g>0).map(([g,u])=>`${g}: ${u}`);d.length>0&&(i+=T(` ${d.join(" ")}`)),e.apiResponseTime&&(i+=T(` Avg response: ${e.apiResponseTime.avg}ms P95: ${e.apiResponseTime.p95}ms`));}if(e.totalAssertions>0&&(i+=T(`Assertions: ${e.totalAssertions} total (${e.passedAssertions} \u2713 ${e.failedAssertions} \u2717)`)),e.totalActionSteps>0){let c=[],d=e.actionStepsByCategory;d.ui_action&&c.push(`${d.ui_action} UI`),d.assertion&&c.push(`${d.assertion} assertions`),d.custom_step&&c.push(`${d.custom_step} custom`);let g=c.length>0?` (${c.join(" ")})`:"";i+=T(`Actions: ${e.totalActionSteps} steps${g}`);}i+=T(`Report: ${r}`),i+=T(`Data: ${t}`),i+=s,i+=`For more information visit us at https://docs.testrelic.ai
1537
+ `,process.stderr.write(i);}var fr=new Set(["pw:api","expect","test.step"]);function hr(e){return e==="expect"?"assertion":e==="test.step"?"custom_step":"ui_action"}function Q(e,t,r){if(fr.has(e.category)){let n=[];for(let s of e.steps)Q(s,t,n);let a=e.startTime.getTime()-t.getTime();r.push({title:e.title,category:hr(e.category),timestamp:e.startTime.toISOString(),duration:e.duration,videoOffset:a>=0?a/1e3:null,status:e.error?"failed":"passed",error:e.error?.message??null,children:n});}else for(let n of e.steps)Q(n,t,r);}function Vt(e,t){let r=[];for(let n of e)Q(n,t,r);return r}var br=new Set(["localhost","127.0.0.1","0.0.0.0"]);function Kt(e){let t=new URL(e);if(t.protocol!=="https:"&&!(t.protocol==="http:"&&br.has(t.hostname)))throw createError(ErrorCode.CLOUD_CONFIG_INVALID,`HTTPS is required for cloud communication. Got: ${t.protocol}//${t.hostname}`)}var vr=3e3;async function X(e){let t=new AbortController,r=setTimeout(()=>t.abort(),vr);try{return (await fetch(`${e}/health`,{method:"GET",signal:t.signal})).ok}catch{return false}finally{clearTimeout(r);}}async function Yt(e){return new Promise(t=>setTimeout(t,e))}async function Jt(e){try{let r=(await e.json()).error;if(r&&typeof r.message=="string"){let n=r.details;if(Array.isArray(n)&&n.length>0){let a=n.map(s=>`${s.field}: ${s.message}`).join(", ");return `${r.message} (${a})`}return r.message}}catch{}return `HTTP ${e.status}`}async function tt(e,t,r){let n=new AbortController,a=setTimeout(()=>n.abort(),r);try{let s=await fetch(`${e}/sdk/auth/token`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({apiKey:t}),signal:n.signal});if(s.ok){let i=await s.json();return {accessToken:i.accessToken,refreshToken:i.refreshToken,expiresIn:i.expiresIn,orgId:i.orgId,orgName:i.orgName,userId:i.userId,userName:i.userName}}if(s.status===429){let i=s.headers.get("Retry-After"),o=i?parseInt(i,10)*1e3:5e3;if(!isNaN(o)&&o>0){await Yt(o);let c=await fetch(`${e}/sdk/auth/token`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({apiKey:t}),signal:n.signal});if(c.ok){let d=await c.json();return {accessToken:d.accessToken,refreshToken:d.refreshToken,expiresIn:d.expiresIn,orgId:d.orgId,orgName:d.orgName,userId:d.userId,userName:d.userName}}}return {code:"rate_limited",message:"Rate limited during token exchange.",statusCode:429}}return s.status===400?{code:"validation_error",message:await Jt(s),statusCode:400}:s.status===401?{code:"invalid_key",message:"API key is invalid or has been revoked.",statusCode:401}:s.status===403?{code:"expired_key",message:"API key has expired.",statusCode:403}:{code:"server_error",message:await Jt(s),statusCode:s.status}}catch(s){return s instanceof DOMException&&s.name==="AbortError"?{code:"timeout",message:"Token exchange timed out.",statusCode:null}:{code:"network_error",message:"Failed to reach cloud for token exchange.",statusCode:null}}finally{clearTimeout(a);}}function et(e){return "code"in e&&typeof e.code=="string"&&["invalid_key","expired_key","validation_error","rate_limited","server_error","network_error","timeout"].includes(e.code)}async function Wt(e,t,r){let n=new AbortController,a=setTimeout(()=>n.abort(),r);try{let s=await fetch(`${e}/sdk/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:t}),signal:n.signal});if(s.status===429){let i=s.headers.get("Retry-After"),o=i?parseInt(i,10)*1e3:5e3;!isNaN(o)&&o>0&&(await Yt(o),s=await fetch(`${e}/sdk/auth/refresh`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:t}),signal:n.signal}));}if(!s.ok)return null;let l=await s.json();return {accessToken:l.accessToken,refreshToken:l.refreshToken,expiresIn:l.expiresIn}}catch{return null}finally{clearTimeout(a);}}async function Zt(e,t,r,n,a,s){let l=new AbortController,i=setTimeout(()=>l.abort(),a);try{let o={gitId:r,displayName:n};s&&(o.branch=s);let c=await fetch(`${e}/projects/resolve`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t}`},body:JSON.stringify(o),signal:l.signal});if(!c.ok)return null;let d=await c.json();return {projectId:d.projectId,displayName:d.displayName}}catch{return null}finally{clearTimeout(i);}}var Tr=5e3;function _(e,t){try{return execSync(e,{cwd:t,timeout:Tr,encoding:"utf-8",stdio:["pipe","pipe","pipe"]}).trim()||null}catch{return null}}function Qt(e){let t=_("git rev-parse --abbrev-ref HEAD",e),r=_("git rev-parse --short HEAD",e),n=_("git log -1 --pretty=%s",e),a=Rr(e),s=a?B(a):null;return {branch:t,commitSha:r,commitMessage:n,remoteUrl:s}}function Rr(e){let t=_("git remote get-url origin",e);if(t)return t;let r=_("git remote",e);if(!r)return null;let n=r.split(`
1538
+ `)[0]?.trim();return n?_(`git remote get-url ${n}`,e):null}function B(e){let t=e.trim();return t=t.replace(/^[a-z+]+:\/\//,""),t=t.replace(/^[^@]+@/,""),t=t.replace(/:(?!\d)/,"/"),t=t.replace(/\.git$/,""),t=t.replace(/\/+$/,""),t=t.replace(/^[^@/]+@/,""),t.toLowerCase()}function Xt(e){let t=e.split("/").filter(Boolean);return t[t.length-1]??e}function rt(e){try{let t=readFileSync(join(e,"package.json"),"utf-8"),r=JSON.parse(t);return typeof r.name=="string"&&r.name.length>0?r.name:null}catch{return null}}function D(e){let t=rt(e);return t||`local/${basename(e)}`}var Er="1.0.0",te=10;function at(e,t,r,n,a,s,l,i){try{mkdirSync(e,{recursive:!0});let o=Date.now(),c=`${o}-${t}-${r}.json`,d=join(e,c),g={version:Er,queuedAt:new Date(o).toISOString(),reason:n,retryCount:0,targetEndpoint:a,method:s,payload:l,headers:i},u=d+".tmp";writeFileSync(u,JSON.stringify(g,null,2),"utf-8"),renameSync(u,d);}catch(o){o.code==="ENOSPC"?process.stderr.write(`\u26A0 TestRelic: Disk full \u2014 unable to queue upload data.
1539
+ `):process.stderr.write(`\u26A0 TestRelic: Unable to queue upload data.
1540
+ `);}}async function ne(e,t,r){let n;try{n=readdirSync(e).filter(s=>s.endsWith(".json")&&!s.endsWith(".tmp")).sort();}catch{return}if(n.length===0)return;let a=[];for(let s=0;s<n.length;s+=te)a.push(n.slice(s,s+te));for(let s of a)for(let l of s){let i=join(e,l);try{if(!statSync(i).isFile())continue;let c=readFileSync(i,"utf-8"),d=JSON.parse(c);if(!isValidQueueEntry(d)){process.stderr.write(`\u26A0 TestRelic: Corrupted queue file deleted: ${l}
1541
+ `),unlinkSync(i);continue}let g=d;if((await fetch(g.targetEndpoint,{method:g.method,headers:{...g.headers,Authorization:`Bearer ${r}`},body:JSON.stringify(g.payload)})).ok)unlinkSync(i);else return}catch{return}}}function ae(e,t){try{let r=readdirSync(e).filter(a=>a.endsWith(".json")&&!a.endsWith(".tmp")),n=Date.now();for(let a of r){let s=join(e,a);try{let l=readFileSync(s,"utf-8"),o=JSON.parse(l).queuedAt;if(typeof o=="string"){let c=new Date(o).getTime();n-c>t&&unlinkSync(s);}}catch{try{unlinkSync(s);}catch{}}}}catch{}}var Fr=3e5,Or=864e5,Hr=6e4,se=3e4,it="https://app.testrelic.com/settings/api-keys",O=class{constructor(t){this.gitMetadata=null;this.projectId=null;this.failureReason=null;this.flushPromise=null;this.healthCheckTimer=null;this.config=t,this.authState={mode:"pending",accessToken:null,refreshToken:null,expiresAt:null,orgId:null,orgName:null,userId:null,userName:null};}async initialize(){if(!this.config||!this.config.apiKey){this.setLocalMode("no_api_key"),process.stderr.write(`\u2139 TestRelic: No API key configured. Running in local mode.
1542
+ `);return}try{if(Kt(this.config.endpoint),this.gitMetadata=Qt(),!await X(this.config.endpoint)){this.setLocalMode("cloud_unreachable"),process.stderr.write(`\u26A0 TestRelic: Cloud unreachable. Switching to local mode. Data will be queued for later upload.
1543
+ `);return}let r=await tt(this.config.endpoint,this.config.apiKey,this.config.timeout);if(et(r)){this.handleAuthError(r.code,r.statusCode);return}let n=r;this.authState={mode:"cloud",accessToken:n.accessToken,refreshToken:n.refreshToken,expiresAt:Date.now()+n.expiresIn*1e3,orgId:n.orgId,orgName:n.orgName,userId:n.userId,userName:n.userName},process.stderr.write(`\u2713 TestRelic: Connected to cloud (${n.orgName} / ${n.userName})
1544
+ `),await this.resolveProjectId(),this.config.queueDirectory&&(ae(this.config.queueDirectory,this.config.queueMaxAge),this.startBackgroundFlush()),this.startHealthCheck();}catch{this.setLocalMode("unexpected_error"),process.stderr.write(`\u26A0 TestRelic: Unexpected error during cloud initialization. Running in local mode.
1545
+ `);}}getMode(){return this.authState.mode}isCloudMode(){return this.authState.mode==="cloud"}isLocalMode(){return this.authState.mode==="local"}getAccessToken(){return this.authState.accessToken}getProjectId(){return this.projectId}getGitMetadata(){return this.gitMetadata}getConfig(){return this.config}getFailureReason(){return this.failureReason}getEndpoint(){return this.config?.endpoint??"https://api.testrelic.com/api/v1"}async ensureValidToken(){if(!this.isCloudMode()||!this.authState.accessToken)return false;let t=this.authState.expiresAt??0;if(Date.now()+Fr<t)return true;if(!this.config||!this.authState.refreshToken)return this.switchToLocalMode("token_expired_no_refresh"),false;try{let r=await Wt(this.config.endpoint,this.authState.refreshToken,this.config.timeout);return r?(this.authState.accessToken=r.accessToken,this.authState.refreshToken=r.refreshToken,this.authState.expiresAt=Date.now()+r.expiresIn*1e3,!0):(this.switchToLocalMode("token_refresh_failed"),!1)}catch{return this.switchToLocalMode("token_refresh_error"),false}}switchToLocalMode(t){this.authState.mode!=="local"&&(this.authState.mode="local",this.failureReason=t,process.stderr.write(`\u26A0 TestRelic: Switched to local mode (${t}).
1546
+ `));}async dispose(){if(this.healthCheckTimer&&(clearInterval(this.healthCheckTimer),this.healthCheckTimer=null),this.flushPromise){try{await Promise.race([this.flushPromise,new Promise(t=>setTimeout(t,se))]);}catch{}this.flushPromise=null;}this.authState={mode:"local",accessToken:null,refreshToken:null,expiresAt:null,orgId:null,orgName:null,userId:null,userName:null},this.projectId=null,this.gitMetadata=null;}setLocalMode(t){this.authState.mode="local",this.failureReason=t;}handleAuthError(t,r){switch(t){case "invalid_key":this.setLocalMode("invalid_api_key"),process.stderr.write(`\u26A0 TestRelic: API key is invalid or revoked. Running in local mode.
1547
+ \u2192 Manage keys: ${it}
1548
+ `);break;case "expired_key":this.setLocalMode("expired_api_key"),process.stderr.write(`\u26A0 TestRelic: API key has expired. Running in local mode.
1549
+ \u2192 Generate a new key: ${it}
1550
+ `);break;case "validation_error":this.setLocalMode("validation_error"),process.stderr.write(`\u26A0 TestRelic: API key format invalid. Running in local mode.
1551
+ \u2192 Manage keys: ${it}
1552
+ `);break;case "rate_limited":this.setLocalMode("rate_limited"),process.stderr.write(`\u26A0 TestRelic: Rate limited during authentication. Running in local mode.
1553
+ `);break;case "timeout":this.setLocalMode("auth_timeout"),process.stderr.write(`\u26A0 TestRelic: Authentication timed out. Running in local mode.
1554
+ `);break;default:this.setLocalMode(`auth_error_${r??"unknown"}`),process.stderr.write(`\u26A0 TestRelic: Cloud authentication failed. Running in local mode.
1555
+ `);break}}async resolveProjectId(){if(!this.config||!this.authState.accessToken)return;let t=this.gitMetadata?.remoteUrl?B(this.gitMetadata.remoteUrl):null,r=t?Xt(t):this.config.projectName??D(process.cwd()),n=t??this.config.projectName??D(process.cwd()),a=this.readProjectCache(n);if(a){this.projectId=a.projectId;return}try{let s=await Zt(this.config.endpoint,this.authState.accessToken,n,r,this.config.timeout,this.gitMetadata?.branch);s&&(this.projectId=s.projectId,this.writeProjectCache(n,s.projectId,s.displayName));}catch{}!t&&!this.config.projectName&&!rt(process.cwd())&&process.stderr.write(`\u2139 TestRelic: No git remote or package.json detected. Set project.name in .testrelic for stable project identity.
1556
+ `);}readProjectCache(t){if(!this.config)return null;let r=join(this.config.queueDirectory,"..","cache","project.json");try{if(!existsSync(r))return null;let n=readFileSync(r,"utf-8"),a=JSON.parse(n);if(a.gitId!==t||Date.now()-a.resolvedAt>Or)return null;let s=this.hashApiKey();return s&&a.apiKeyHash!==s?null:a}catch{return null}}writeProjectCache(t,r,n){if(!this.config)return;let a=join(this.config.queueDirectory,"..","cache"),s=join(a,"project.json");try{mkdirSync(a,{recursive:!0});let l={projectId:r,gitId:t,displayName:n,resolvedAt:Date.now(),apiKeyHash:this.hashApiKey()??""},i=s+".tmp";writeFileSync(i,JSON.stringify(l,null,2),"utf-8"),renameSync(i,s);}catch{}}hashApiKey(){return this.config?.apiKey?createHash("sha256").update(this.config.apiKey).digest("hex").substring(0,16):null}startBackgroundFlush(){if(!this.config||!this.authState.accessToken)return;let t=this.authState.accessToken,r=this.config.queueDirectory,n=this.config.endpoint;this.flushPromise=Promise.race([ne(r,n,t),new Promise(a=>setTimeout(a,se))]).catch(()=>{});}startHealthCheck(){if(!this.config)return;let t=this.config.endpoint;this.healthCheckTimer=setInterval(async()=>{if(!this.isCloudMode()&&!(!this.failureReason||!["cloud_unreachable","auth_timeout","network_error"].includes(this.failureReason)))try{if(!await X(t))return;if(this.config?.apiKey){let n=await tt(this.config.endpoint,this.config.apiKey,this.config.timeout);if(!et(n)){let a=n;this.authState={mode:"cloud",accessToken:a.accessToken,refreshToken:a.refreshToken,expiresAt:Date.now()+a.expiresIn*1e3,orgId:a.orgId,orgName:a.orgName,userId:a.userId,userName:a.userName},this.failureReason=null,process.stderr.write(`\u2713 TestRelic: Cloud connectivity restored.
1557
+ `),this.startBackgroundFlush();}}}catch{}},Hr);}};var jr=1048576,H=[1e3,3e3,9e3],U=3;function ot(e,t,r,n){return {runId:e.testRunId,projectGitId:t,startedAt:e.startedAt,summary:e.summary,timeline:e.timeline,...r?.branch?{branch:r.branch}:{},...r?.commitSha?{commit:r.commitSha}:{},...r?.commitMessage?{commitMessage:r.commitMessage}:{},...e.completedAt?{finishedAt:e.completedAt}:{},...e.totalDuration?{duration:e.totalDuration}:{},...n?.provider?{ciProvider:n.provider}:{},...n?.runUrl?{ciRunUrl:n.runUrl}:{}}}async function j(e){return new Promise(t=>setTimeout(t,e))}function zr(e){let t={};for(let[r,n]of Object.entries(e))n!=null&&(t[r]=n);return t}async function $r(e,t,r){for(let n=0;n<U;n++)try{let a=await fetch(e,t);if(a.ok)return a;if(a.status===401&&r&&n===0){let s=await r();if(s){let l={...t,headers:{...t.headers,Authorization:`Bearer ${s}`}},i=await fetch(e,l);if(i.ok)return i}return null}if(a.status===429&&n<U-1){let s=a.headers.get("Retry-After"),l=s?parseInt(s,10)*1e3:H[n];!isNaN(l)&&l>0?await j(l):await j(H[n]);continue}if(a.status>=500&&n<U-1){await j(H[n]);continue}return a}catch{if(n<U-1){await j(H[n]);continue}return null}return null}function Gr(e){let t=JSON.stringify(e),r={"Content-Type":"application/json"};if(Buffer.byteLength(t,"utf-8")>jr){let n=gzipSync(Buffer.from(t,"utf-8"));return r["Content-Encoding"]="gzip",{body:n,headers:r}}return {body:t,headers:r}}async function ie(e,t,r,n){let a=`${e}/runs`,{body:s,headers:l}=Gr(r);l.Authorization=`Bearer ${t}`;let i=await $r(a,{method:"POST",headers:l,body:s},n);return i?.ok?{success:true,statusCode:i.status,error:null}:i?.status===409?{success:true,statusCode:409,error:null}:{success:false,reason:i?`Upload failed with status ${i.status}`:"Upload failed after retries",statusCode:i?.status??null,payload:r,targetEndpoint:a,method:"POST"}}async function oe(e,t,r){let n=`${e}/runs/init`;try{let a=await fetch(n,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t}`},body:JSON.stringify(zr(r))});return a.ok?{runId:(await a.json()).runId}:null}catch{return null}}function le(e,t,r,n){let a=`${e}/runs/${r}/tests`;fetch(a,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t}`},body:JSON.stringify(n)}).catch(()=>{});}async function de(e,t,r,n){let a=`${e}/runs/${r}/finalize`;try{return (await fetch(a,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${t}`},body:JSON.stringify(n)})).ok}catch{return false}}function ce(e,t,r,n){let a=[],s=null,l=null,i=null,o=e.filter(g=>g.name===ATTACHMENT_NAME&&g.body),c=false;if(o.length>0)for(let g of o)try{let u=JSON.parse(g.body.toString());isTestRelicDataPayload(u)&&(a=a.concat(u.navigations),u.networkRequests.length>0&&(s=(s??[]).concat(u.networkRequests)),u.apiCalls.length>0&&(l=(l??[]).concat(u.apiCalls)),u.apiAssertions.length>0&&(i=(i??[]).concat(u.apiAssertions)),c=!0);}catch{process.stderr.write(`[testrelic] Warning: Corrupt attachment for test "${r}", falling back to annotations
1558
+ `);}if(!c){a=t.filter(f=>f.type==="lambdatest-navigation"&&f.description).map(f=>{try{return JSON.parse(f.description)}catch{return null}}).filter(f=>f!==null);let g=t.find(f=>f.type==="__testrelic_network_requests"&&f.description);if(g)try{s=JSON.parse(g.description);}catch{}let u=t.find(f=>f.type==="__testrelic_api_calls"&&f.description);if(u)try{l=JSON.parse(u.description);}catch{}let p=t.find(f=>f.type==="__testrelic_api_assertions"&&f.description);if(p)try{i=JSON.parse(p.description);}catch{}}return a.length===0&&!s&&!l&&!i&&!n&&process.stderr.write(`[testrelic] Warning: No data found for test "${r}", data may be incomplete due to worker crash
1559
+ `),{navigations:a,networkRequests:s,apiCalls:l,apiAssertions:i}}function lt(e){let r=e.getGitMetadata()?.remoteUrl;return r?B(r):e.getConfig()?.projectName??D(process.cwd())}async function ue(e,t,r,n){if(!e.isCloudMode()||t!=="realtime"&&t!=="both"||!await e.ensureValidToken())return null;let s=e.getGitMetadata(),l=I();return (await oe(e.getEndpoint(),e.getAccessToken(),{runId:r,projectGitId:lt(e),branch:s?.branch??null,commit:s?.commitSha??null,startedAt:n,totalTests:null,ciProvider:l?.provider??null,ciRunUrl:l?.runUrl??null}))?.runId??null}async function pe(e,t,r,n,a,s,l,i,o){try{if(e.isCloudMode()&&a&&(r==="realtime"||r==="both")&&await e.ensureValidToken()&&await de(e.getEndpoint(),e.getAccessToken(),a,{finishedAt:l,duration:i,summary:o}),e.isCloudMode()&&(!r||r==="batch"||r==="both"))if(await e.ensureValidToken()){let d=e.getGitMetadata(),g=I(),u=lt(e),p=ot(s,u,d,g),f=await ie(e.getEndpoint(),e.getAccessToken(),p,async()=>await e.ensureValidToken()?e.getAccessToken():null);if(!f.success){let m=f,v=t?.queueDirectory??".testrelic/queue";at(v,n,"batch",m.reason,m.targetEndpoint,m.method,m.payload,{"Content-Type":"application/json"});}}else {let d=t?.queueDirectory??".testrelic/queue",g=e.getGitMetadata(),u=I(),p=lt(e),f=ot(s,p,g,u);at(d,n,"batch",e.getFailureReason()??"token_invalid",`${e.getEndpoint()}/runs`,"POST",f,{"Content-Type":"application/json"});}await e.dispose();}catch{try{await e.dispose();}catch{}}}function dt(e){switch(e){case "passed":return "passed";case "failed":return "failed";case "timedOut":return "timedout";case "skipped":return "skipped";case "interrupted":return "failed";default:return "failed"}}function tn(e,t,r){let n=`${e}::${t}::${r}`;return createHash("sha256").update(n).digest("hex").substring(0,16)}function en(e){return e.length<=4?"":e[e.length-2]}function rn(e){let t=e.findIndex(r=>r.status==="passed");return t>0?`passed on retry ${t}`:null}function nn(e,t){let r=["e2e","api","unit"];for(let n of r)if(e.some(a=>a===`@${n}`||a===n))return n;for(let n of r)if(t.includes(`/${n}/`))return n;return "unknown"}var an="__testrelic_api_config";function sn(e){return JSON.stringify(e,(t,r)=>r instanceof RegExp?{__regexp:true,source:r.source,flags:r.flags}:r)}var z=class{constructor(t){this.rootDir="";this.startedAt="";this.testRunId="";this.collectedTests=[];this.cloudClient=null;this.cloudRunId=null;this.config=Ct(t),this.apiConfig=kt(t);}async onBegin(t,r){try{this.rootDir=t.rootDir,this.startedAt=new Date().toISOString(),this.testRunId=this.config.testRunId??randomUUID();try{this.cloudClient=new O(this.config.cloud),await this.cloudClient.initialize(),this.cloudRunId=await ue(this.cloudClient,this.config.cloud?.uploadStrategy,this.testRunId,this.startedAt);}catch{this.cloudClient?.switchToLocalMode("init_error");}}catch{}}onTestBegin(t,r){try{t.annotations.push({type:an,description:sn(this.apiConfig)});}catch{}}onTestEnd(t,r){try{let n=r,a=t.outcome(),s;a==="flaky"?s="flaky":a==="skipped"?s="skipped":s=dt(n.status);let l=n.startTime.toISOString(),i=new Date(n.startTime.getTime()+n.duration).toISOString(),o=t.tags?[...t.tags]:t.annotations.filter(R=>R.type==="tag").map(R=>R.description??""),{navigations:c,networkRequests:d,apiCalls:g,apiAssertions:u}=ce(n.attachments,t.annotations,t.title,s==="skipped"),p=null;if(s==="failed"||s==="flaky"){let C=(s==="flaky"?t.results.find(P=>P.status!=="passed")?.errors??[]:n.errors)[0];if(C){let P=Rt(this.config.redactPatterns),J=C.location?.line??null,M=null;this.config.includeCodeSnippets&&J!==null&&C.location?.file&&(M=Tt(C.location.file,J,this.config.codeContextLines),M&&(M=P(M))),p={message:P(C.message??"Unknown error"),line:J,code:M,stack:this.config.includeStackTrace&&C.stack?P(C.stack):null};}}let f=t.titlePath().filter(Boolean),m=relative(this.rootDir||".",t.location.file),v=en(f),b=f.join(" > "),y=m,x=tn(y,v,b),w=nn(o,y),S=a==="flaky",h=rn(t.results),k=dt(t.expectedStatus),q=dt(n.status),A=null;if(this.config.includeArtifacts&&s!=="skipped"&&n.attachments){let R=dirname(this.config.outputPath),C=f[f.length-1]??t.title;A=Ht(n.attachments,C,n.retry,R);}let Te=this.config.includeActionSteps&&n.steps?Vt(n.steps,n.startTime):null,ft={titlePath:f,title:b,status:s,duration:n.duration,startedAt:l,completedAt:i,retryCount:t.results.length-1,retry:n.retry,tags:o,failure:p,specFile:m,navigations:c,testId:x,filePath:y,suiteName:v,testType:w,isFlaky:S,retryStatus:h,expectedStatus:k,actualStatus:q,artifacts:A,networkRequests:d,apiCalls:g,apiAssertions:u,actions:Te};this.collectedTests.push(ft);try{let R=this.config.cloud?.uploadStrategy;if(this.cloudClient?.isCloudMode()&&this.cloudRunId&&(R==="realtime"||R==="both")){let C=this.cloudClient.getAccessToken();C&&le(this.cloudClient.getEndpoint(),C,this.cloudRunId,this.toTestResult(ft));}}catch{}}catch{}}async onEnd(t){try{let r=new Date().toISOString(),n=new Date(this.startedAt).getTime(),s=new Date(r).getTime()-n,l=this.buildTimeline(),i=$t(this.collectedTests,l.length),o={schemaVersion:Y,testRunId:this.testRunId,startedAt:this.startedAt,completedAt:r,totalDuration:s,summary:i,ci:I(),metadata:this.config.metadata,timeline:l,shardRunIds:null};this.writeReport(o),Bt(o,this.config),Gt(i,this.config.outputPath,this.config.htmlReportPath,this.config.quiet),this.cloudClient&&await pe(this.cloudClient,this.config.cloud,this.config.cloud?.uploadStrategy,this.testRunId,this.cloudRunId,o,r,s,i);}catch{}}printsToStdio(){return false}buildTimeline(){let t=this.collectedTests.map(r=>({titlePath:r.titlePath,title:r.title,status:r.status,duration:r.duration,startedAt:r.startedAt,completedAt:r.completedAt,retryCount:r.retryCount,retry:r.retry,tags:r.tags,failure:r.failure,specFile:r.specFile,navigations:r.navigations,apiCalls:r.apiCalls,apiAssertions:r.apiAssertions,testId:r.testId,filePath:r.filePath,suiteName:r.suiteName,testType:r.testType,isFlaky:r.isFlaky,retryStatus:r.retryStatus,expectedStatus:r.expectedStatus,actualStatus:r.actualStatus,artifacts:r.artifacts,networkRequests:r.networkRequests,actions:r.actions}));return zt(t,{navigationTypes:this.config.navigationTypes})}toTestResult(t){return {title:t.title,status:t.status,duration:t.duration,startedAt:t.startedAt,completedAt:t.completedAt,retryCount:t.retryCount,tags:t.tags,failure:t.failure,testId:t.testId,filePath:t.filePath,suiteName:t.suiteName,testType:t.testType,isFlaky:t.isFlaky,retryStatus:t.retryStatus,expectedStatus:t.expectedStatus,actualStatus:t.actualStatus,artifacts:t.artifacts,networkRequests:t.networkRequests,apiCalls:t.apiCalls,apiAssertions:t.apiAssertions,actions:t.actions??null}}writeReport(t){try{let r=JSON.stringify(t,null,2),n=this.config.outputPath,a=dirname(n);mkdirSync(a,{recursive:!0});let s=n+".tmp";writeFileSync(s,r,"utf-8"),renameSync(s,n);}catch(r){process.stderr.write(`[testrelic] Failed to write report: ${r instanceof Error?r.message:String(r)}
1560
+ `);}}};var un=["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded","application/graphql"];function pn(e){let t=e.toLowerCase();return un.some(r=>t.includes(r))}function fe(e,t){let r=new TextEncoder().encode(e);return r.length<=t?{text:e,truncated:false}:{text:new TextDecoder().decode(r.slice(0,t)),truncated:true}}var $=class{constructor(t,r){this.page=t;this.records=[];this.listeners=[];this.currentNetworkCounter=null;this.pendingRequests=new Map;this.capturedRequests=[];this.pendingBodyReads=[];this.requestIdCounter=0;this.requestCaptureCount=0;this.includeNetworkStats=r?.includeNetworkStats??true,this.origGoto=t.goto.bind(t),this.origGoBack=t.goBack.bind(t),this.origGoForward=t.goForward.bind(t),this.origReload=t.reload.bind(t),this.interceptMethods(),this.attachListeners();}async init(){await this.injectSPADetection();}async getCapturedRequests(){await Promise.allSettled(this.pendingBodyReads),this.pendingBodyReads=[];for(let[t,r]of this.pendingRequests)this.capturedRequests.push({url:r.url,method:r.method,resourceType:r.resourceType,statusCode:0,responseTimeMs:Date.now()-r.startTimeMs,startedAt:r.startedAt,requestHeaders:r.headers,requestBody:r.postData,responseBody:null,responseHeaders:null,contentType:null,responseSize:0,requestBodyTruncated:r.postDataTruncated,responseBodyTruncated:false,isBinary:false,error:"incomplete"}),this.pendingRequests.delete(t);return [...this.capturedRequests].sort((t,r)=>t.startedAt.localeCompare(r.startedAt))}async getData(){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}});let t=this.records.map(n=>({url:n.url,navigationType:n.navigationType,timestamp:n.timestamp,domContentLoadedAt:n.domContentLoadedAt,networkIdleAt:n.networkIdleAt,networkStats:n.networkStats})),r=this.includeNetworkStats?await this.getCapturedRequests():[];return {navigations:t,networkRequests:r}}async flushLegacyAnnotations(t){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}});for(let r of this.records){let n={url:r.url,navigationType:r.navigationType,timestamp:r.timestamp,domContentLoadedAt:r.domContentLoadedAt,networkIdleAt:r.networkIdleAt,networkStats:r.networkStats};t.annotations.push({type:"lambdatest-navigation",description:JSON.stringify(n)});}if(this.includeNetworkStats){let r=await this.getCapturedRequests();r.length>0&&t.annotations.push({type:"__testrelic_network_requests",description:JSON.stringify(r)});}}dispose(){this.page.goto=this.origGoto,this.page.goBack=this.origGoBack,this.page.goForward=this.origGoForward,this.page.reload=this.origReload;for(let{event:t,handler:r}of this.listeners)this.page.off(t,r);this.listeners=[],this.records=[],this.pendingRequests.clear(),this.capturedRequests=[],this.pendingBodyReads=[],this.requestCaptureCount=0;}getRecords(){return this.records}interceptMethods(){let t=this,r=this.page;r.goto=async function(n,a){return t.recordNavigation(n,"goto"),t.origGoto(n,a)},r.goBack=async function(n){let a=await t.origGoBack(n);return t.recordNavigation(r.url(),"back"),a},r.goForward=async function(n){let a=await t.origGoForward(n);return t.recordNavigation(r.url(),"forward"),a},r.reload=async function(n){return t.recordNavigation(r.url(),"refresh"),t.origReload(n)};}attachListeners(){let t=()=>{this.lastDomContentLoaded=new Date().toISOString(),this.records.length>0&&(this.records[this.records.length-1].domContentLoadedAt=this.lastDomContentLoaded);};this.page.on("domcontentloaded",t),this.listeners.push({event:"domcontentloaded",handler:t});let r=a=>{try{let s=a;if(typeof s.parentFrame=="function"&&s.parentFrame()!==null)return;let l=s.url(),i=this.records[this.records.length-1];if(i&&Date.now()-new Date(i.timestamp).getTime()<50&&i.url===l)return;this.recordNavigation(l,"navigation");}catch{}};this.page.on("framenavigated",r),this.listeners.push({event:"framenavigated",handler:r});let n=a=>{try{let s=a;if(s.type()!=="debug")return;let l=s.text();if(!l.startsWith("__testrelic_nav:"))return;let i=JSON.parse(l.slice(16));i.type&&i.url&&this.recordNavigation(i.url,i.type);}catch{}};if(this.page.on("console",n),this.listeners.push({event:"console",handler:n}),this.includeNetworkStats){let a=i=>{if(this.currentNetworkCounter&&this.currentNetworkCounter.totalRequests++,!(this.requestCaptureCount>=500)){this.requestCaptureCount++;try{let o=i,c=String(this.requestIdCounter++),d=o.postData()??null,g=!1;if(d!==null){let p=fe(d,10240);d=p.text,g=p.truncated;}let u={url:o.url(),method:o.method(),resourceType:this.mapResourceType(o.resourceType()),headers:o.headers(),postData:d,postDataTruncated:g,startedAt:new Date().toISOString(),startTimeMs:Date.now()};this.pendingRequests.set(c,u),i.__testrelic_id=c;}catch{}}};this.page.on("request",a),this.listeners.push({event:"request",handler:a});let s=i=>{try{let o=i;if(this.currentNetworkCounter){let b=o.status();b>=400&&(this.currentNetworkCounter.failedRequests++,this.currentNetworkCounter.failedRequestUrls.push(b+" "+o.url()));let y=o.headers()["content-length"];y&&(this.currentNetworkCounter.totalBytes+=parseInt(y,10)||0);let x=o.request().resourceType(),w=this.mapResourceType(x);this.currentNetworkCounter.byType[w]++;}let c=o.request().__testrelic_id;if(!c)return;let d=this.pendingRequests.get(c);if(!d)return;this.pendingRequests.delete(c);let g=Date.now()-d.startTimeMs,u=o.headers(),p=u["content-type"]??null,f=parseInt(u["content-length"]??"0",10)||0,m=p?!pn(p):!1,v=(async()=>{let b=null,y=!1;if(!m)try{let S=(await o.body()).toString("utf-8"),h=fe(S,10240);b=h.text,y=h.truncated;}catch{}let x={url:d.url,method:d.method,resourceType:d.resourceType,statusCode:o.status(),responseTimeMs:g,startedAt:d.startedAt,requestHeaders:d.headers,requestBody:d.postData,responseBody:b,responseHeaders:u,contentType:p,responseSize:f,requestBodyTruncated:d.postDataTruncated,responseBodyTruncated:y,isBinary:m,error:null};this.capturedRequests.push(x);})();this.pendingBodyReads.push(v);}catch{}};this.page.on("response",s),this.listeners.push({event:"response",handler:s});let l=i=>{if(this.currentNetworkCounter){this.currentNetworkCounter.failedRequests++;try{let o=i;this.currentNetworkCounter.failedRequestUrls.push("ERR "+o.url());}catch{}}try{let o=i,c=o.__testrelic_id;if(!c)return;let d=this.pendingRequests.get(c);if(!d)return;this.pendingRequests.delete(c);let g={url:d.url,method:d.method,resourceType:d.resourceType,statusCode:0,responseTimeMs:Date.now()-d.startTimeMs,startedAt:d.startedAt,requestHeaders:d.headers,requestBody:d.postData,responseBody:null,responseHeaders:null,contentType:null,responseSize:0,requestBodyTruncated:d.postDataTruncated,responseBodyTruncated:!1,isBinary:!1,error:o.failure()?.errorText??"Unknown error"};this.capturedRequests.push(g);}catch{}};this.page.on("requestfailed",l),this.listeners.push({event:"requestfailed",handler:l});}}async injectSPADetection(){try{await this.page.addInitScript(()=>{let t=history.pushState.bind(history),r=history.replaceState.bind(history);history.pushState=function(...n){t(...n),console.debug("__testrelic_nav:"+JSON.stringify({type:"spa_route",url:location.href}));},history.replaceState=function(...n){r(...n),console.debug("__testrelic_nav:"+JSON.stringify({type:"spa_replace",url:location.href}));},window.addEventListener("popstate",()=>{console.debug("__testrelic_nav:"+JSON.stringify({type:"popstate",url:location.href}));}),window.addEventListener("hashchange",()=>{console.debug("__testrelic_nav:"+JSON.stringify({type:"hash_change",url:location.href}));});});}catch{}}recordNavigation(t,r){this.includeNetworkStats&&this.currentNetworkCounter&&this.records.length>0&&(this.records[this.records.length-1].networkStats={totalRequests:this.currentNetworkCounter.totalRequests,failedRequests:this.currentNetworkCounter.failedRequests,failedRequestUrls:[...this.currentNetworkCounter.failedRequestUrls],totalBytes:this.currentNetworkCounter.totalBytes,byType:{...this.currentNetworkCounter.byType}}),this.records.push({url:t,navigationType:r,timestamp:new Date().toISOString()}),this.includeNetworkStats&&(this.currentNetworkCounter=this.createNetworkCounter());}createNetworkCounter(){return {totalRequests:0,failedRequests:0,failedRequestUrls:[],totalBytes:0,byType:{xhr:0,document:0,script:0,stylesheet:0,image:0,font:0,other:0}}}mapResourceType(t){switch(t){case "xhr":case "fetch":return "xhr";case "document":return "document";case "script":return "script";case "stylesheet":return "stylesheet";case "image":return "image";case "font":return "font";default:return "other"}}};var he=Symbol.for("__testrelic_call_id"),gn="__testrelic_api_assertions",E=new WeakMap,N=class{constructor(){this.assertions=[];this.currentCallId=null;}recordAssertion(t){this.assertions.push(t);}getAssertions(){return this.assertions}setCurrentCallId(t){this.currentCallId=t;}getCurrentCallId(){return this.currentCallId}getData(){return [...this.assertions]}flushLegacyAnnotations(t){this.assertions.length!==0&&t.annotations.push({type:gn,description:JSON.stringify(this.assertions)});}dispose(){this.assertions=[],this.currentCallId=null;}};var me="[REDACTED]";function ut(e,t){if(e===null||t.length===0)return e;let r=new Set(t.map(a=>a.toLowerCase())),n={};for(let a of Object.keys(e))Object.hasOwn(e,a)&&(n[a]=r.has(a.toLowerCase())?me:e[a]);return n}function G(e,t){if(e===null||t.length===0)return e;let r;try{r=JSON.parse(e);}catch{return e}if(typeof r!="object"||r===null)return e;let n=new Set(t),a=ct(r,n);return JSON.stringify(a)}function ct(e,t){if(Array.isArray(e))return e.map(r=>ct(r,t));if(typeof e=="object"&&e!==null){let r={};for(let n of Object.keys(e)){if(!Object.hasOwn(e,n))continue;let a=e[n];t.has(n)?r[n]=me:r[n]=ct(a,t);}return r}return e}function be(e,t,r){if(r.length>0){for(let n of r)if(ye(e,n))return false}if(t.length>0){for(let n of t)if(ye(e,n))return true;return false}return true}function ye(e,t){try{return t instanceof RegExp?t.test(e):fn(t).test(e)}catch{return console.warn(`[testrelic] Invalid URL filter pattern: ${String(t)}`),false}}function fn(e){let t="",r=0;for(;r<e.length;){let n=e[r];n==="*"&&e[r+1]==="*"?(t+=".*",r+=2,e[r]==="/"&&r++):n==="*"?(t+="[^/]*",r++):n==="?"?(t+="[^/]",r++):".+^${}()|[]\\".includes(n)?(t+="\\"+n,r++):(t+=n,r++);}return new RegExp(t)}var hn=["get","post","put","patch","delete","head","fetch"],mn=["text/","application/json","application/xml","application/javascript","application/x-www-form-urlencoded","application/graphql"],yn="__testrelic_api_calls";function bn(e){let t=e.toLowerCase();return mn.some(r=>t.includes(r))}function vn(e){if(!e)return null;if(e.data!==void 0&&e.data!==null){let t=e.data;return typeof t=="string"?t:Buffer.isBuffer(t)?t.toString("base64"):JSON.stringify(t)}if(e.form!==void 0&&e.form!==null)return JSON.stringify(e.form);if(e.multipart!==void 0&&e.multipart!==null){let t=e.multipart,r={};for(let[n,a]of Object.entries(t))typeof a=="string"||typeof a=="number"||typeof a=="boolean"?r[n]=String(a):a&&typeof a=="object"&&"name"in a?r[n]=`[file: ${a.name}]`:r[n]="[binary]";return JSON.stringify(r)}return null}var V=class V{constructor(t,r,n){this.originals=new Map;this.capturedCalls=[];this.callCounter=0;this.disposed=false;this._lastCallId=null;this.primitiveCallIds=new Map;this.context=t,this.assertionTracker=r??null,this.apiConfig=n??V.DEFAULT_API_CONFIG;}get lastCallId(){return this._lastCallId}getCallIdForValue(t){return t!=null&&typeof t=="object"?E.get(t)??null:this.primitiveCallIds.get(t)??null}intercept(){for(let r of hn){let n=this.context[r].bind(this.context);this.originals.set(r,n),this.context[r]=this.createWrapper(r,n);}let t=this.context.dispose.bind(this.context);this.originals.set("dispose",t),this.context.dispose=async r=>(this.disposed=true,t(r));}getData(){return [...this.capturedCalls]}flushLegacyAnnotations(t){this.capturedCalls.length!==0&&t.annotations.push({type:yn,description:JSON.stringify(this.capturedCalls)});}dispose(){for(let[t,r]of this.originals)this.context[t]=r;this.originals.clear(),this.capturedCalls=[],this.callCounter=0,this._lastCallId=null,this.primitiveCallIds.clear();}get isDisposed(){return this.disposed}getCapturedCalls(){return this.capturedCalls}tagResponseMethods(t,r){let n=this,a=t.headers.bind(t);t.headers=function(){let p=a();return E.set(p,r),p};let s=t.headersArray.bind(t);t.headersArray=function(){let p=s();return E.set(p,r),p};let l=t.json.bind(t);t.json=async function(){let p=await l();return p!=null&&typeof p=="object"&&E.set(p,r),p};let i=t.status.bind(t);t.status=function(){let p=i();return n.primitiveCallIds.set(p,r),p};let o=t.statusText.bind(t);t.statusText=function(){let p=o();return n.primitiveCallIds.set(p,r),p};let c=t.ok.bind(t);t.ok=function(){let p=c();return n.primitiveCallIds.set(p,r),p};let d=t.text.bind(t);t.text=async function(){let p=await d();return n.primitiveCallIds.set(p,r),p};let g=t.body.bind(t);t.body=async function(){let p=await g();return E.set(p,r),p};}createWrapper(t,r){let n=this;return async function(s,l){if(!be(s,n.apiConfig.apiIncludeUrls,n.apiConfig.apiExcludeUrls))return r(s,l);let i=`api-call-${n.callCounter++}`,o=new Date().toISOString(),c=t==="fetch"?(l?.method??"GET").toUpperCase():t.toUpperCase(),d=vn(l),g=performance.now();n._lastCallId=i,n.assertionTracker&&n.assertionTracker.setCurrentCallId(i);let u;try{u=await r(s,l);}catch(p){let f=performance.now();try{let m=n.apiConfig.captureRequestBody?G(d,n.apiConfig.redactBodyFields):null,v={id:i,timestamp:o,method:c,url:s,requestHeaders:null,requestBody:m,responseStatusCode:null,responseStatusText:null,responseHeaders:null,responseBody:null,responseTimeMs:Math.round((f-g)*100)/100,isBinary:!1,error:p instanceof Error?p.message:String(p)};n.capturedCalls.push(v);}catch{}throw p}try{let p=performance.now(),f=u.headers(),m=f["content-type"]??null,v=m?!bn(m):!1,b=null;n.apiConfig.captureRequestHeaders&&l?.headers&&(b=l.headers);let y=null;n.apiConfig.captureResponseHeaders&&(y=f);let x=n.apiConfig.captureRequestBody?d:null,w=null;if(n.apiConfig.captureResponseBody)try{v?w=(await u.body()).toString("base64"):w=await u.text();}catch{}b=ut(b,n.apiConfig.redactHeaders),y=ut(y,n.apiConfig.redactHeaders),x=G(x,n.apiConfig.redactBodyFields),w=G(w,n.apiConfig.redactBodyFields);let S={id:i,timestamp:o,method:c,url:u.url(),requestHeaders:b,requestBody:x,responseStatusCode:u.status(),responseStatusText:u.statusText(),responseHeaders:y,responseBody:w,responseTimeMs:Math.round((p-g)*100)/100,isBinary:v,error:null};n.capturedCalls.push(S);}catch{}try{u[he]=i,n.tagResponseMethods(u,i);}catch{}return u}}};V.DEFAULT_API_CONFIG=Object.freeze({trackApiCalls:true,captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]});var L=V;var xn="__testrelic_api_config",kn="__testrelic_config_trackApiCalls";function gt(e){let t=e.annotations.find(n=>n.type===xn&&n.description!==void 0);if(t)try{return JSON.parse(t.description,Cn)}catch{}let r=e.annotations.find(n=>n.type===kn&&n.description!==void 0);return r?{trackApiCalls:r.description!=="false",captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]}:{trackApiCalls:true,captureRequestHeaders:true,captureResponseHeaders:true,captureRequestBody:true,captureResponseBody:true,captureAssertions:true,redactHeaders:["authorization","cookie","set-cookie","x-api-key"],redactBodyFields:["password","secret","token","apiKey","api_key"],apiIncludeUrls:[],apiExcludeUrls:[]}}function Cn(e,t){if(typeof t=="object"&&t!==null&&t.__regexp===true&&typeof t.source=="string"){let{source:r,flags:n}=t;return new RegExp(r,n)}return t}var ke={page:async({page:e},t,r)=>{let n=new $(e);try{await n.init();}catch{}await t(e);try{let{navigations:a,networkRequests:s}=await n.getData(),l={testRelicData:!0,version:PAYLOAD_VERSION,navigations:a,networkRequests:s,apiCalls:[],apiAssertions:[]};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(l)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{await n.flushLegacyAnnotations(r);}catch{}n.dispose();},request:async({request:e},t,r)=>{let n=gt(r);if(!n.trackApiCalls){await t(e);return}let a=new N,s=new L(e,a,n);s.intercept(),await t(e);try{let l=s.getData(),i=n.captureAssertions?a.getData():[],o={testRelicData:!0,version:PAYLOAD_VERSION,navigations:[],networkRequests:[],apiCalls:l,apiAssertions:i};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(o)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{s.flushLegacyAnnotations(r);}catch{}try{a.flushLegacyAnnotations(r);}catch{}s.dispose(),a.dispose();}};test.extend(ke);var An={request:async({request:e},t,r)=>{let n=gt(r);if(!n.trackApiCalls){await t(e);return}let a=new N,s=new L(e,a,n);s.intercept(),await t(e);try{let l=s.getData(),i=n.captureAssertions?a.getData():[],o={testRelicData:!0,version:PAYLOAD_VERSION,navigations:[],networkRequests:[],apiCalls:l,apiAssertions:i};await r.attach(ATTACHMENT_NAME,{body:Buffer.from(JSON.stringify(o)),contentType:ATTACHMENT_CONTENT_TYPE});}catch{}try{s.flushLegacyAnnotations(r);}catch{}try{a.flushLegacyAnnotations(r);}catch{}s.dispose(),a.dispose();}};var Ce=false;function Ms(e,t,r="manual_record"){if(!e||!e.annotations){Ce||(Ce=true,process.stderr.write(`[testrelic] recordNavigation: reporter not active, navigation not recorded
1561
+ `));return}let n={url:t,navigationType:r,timestamp:new Date().toISOString()};e.annotations.push({type:"lambdatest-navigation",description:JSON.stringify(n)});}export{Y as SCHEMA_VERSION,z as default,Ms as recordNavigation,An as testRelicApiFixture,ke as testRelicFixture};//# sourceMappingURL=index.js.map
1541
1562
  //# sourceMappingURL=index.js.map