Hi,
I have added the reporter to the playwright.config.ts file as follows:
reporter: [['playwright-dtrf-json-reporter', { outputDir: '/microsite/ctrf-report' }]]
However, I am encountering the following error:
Error in reporter: Error: EACCES: permission denied, mkdir '/microsite/ctrf-report'
at Object.mkdirSync (node:fs:1363:26)
at GenerateCtrfReport.onBegin
It seems that the output directory should be combined with the working-directory, but I am not sure how to resolve this issue.
Thank you!
Hi,
I have added the reporter to the
playwright.config.tsfile as follows:However, I am encountering the following error:
It seems that the output directory should be combined with the
working-directory, but I am not sure how to resolve this issue.Thank you!