You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot read properties of undefined (reading 'replace')
at AzureDevOpsReporter._anonymizeString (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:392:16)
at AzureDevOpsReporter._anonymizeObject (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:403:28)
at AzureDevOpsReporter._validateOptions (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:191:30)
at new AzureDevOpsReporter (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:179:10)
at createReporters (D:\a\1\s\node_modules\playwright\lib\runner\reporters.js:68:55)
at Runner.runAllTests (D:\a\1\s\node_modules\playwright\lib\runner\runner.js:67:23)
at runTests (D:\a\1\s\node_modules\playwright\lib\program.js:210:85)
at t. (D:\a\1\s\node_modules\playwright\lib\program.js:54:7)
##[error]Cmd.exe exited with code '1'.
Finishing: RUN smoke tests
The text was updated successfully, but these errors were encountered:
it has worked last week, but i came from holiday, and get this error:S
i use at the same time these reporters (in the past i also used to:
['list', { printSteps: true }],
['./my-awesome-reporter'],
['html', { open: 'never' }],
['junit', { outputFile: 'results.xml' }],
)
when i want to run in azure devops pipeline, i get an error:
TypeError: Cannot read properties of undefined (reading 'replace')
at AzureDevOpsReporter._anonymizeString (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:392:16)
at AzureDevOpsReporter._anonymizeObject (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:403:28)
at AzureDevOpsReporter._validateOptions (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:191:30)
at new AzureDevOpsReporter (D:\a\1\s\node_modules@alex_neo\playwright-azure-reporter\src\playwright-azure-reporter.ts:179:10)
at createReporters (D:\a\1\s\node_modules\playwright\lib\runner\reporters.js:68:55)
at Runner.runAllTests (D:\a\1\s\node_modules\playwright\lib\runner\runner.js:67:23)
at runTests (D:\a\1\s\node_modules\playwright\lib\program.js:210:85)
at t. (D:\a\1\s\node_modules\playwright\lib\program.js:54:7)
##[error]Cmd.exe exited with code '1'.
Finishing: RUN smoke tests
The text was updated successfully, but these errors were encountered: