Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DevTask] Fix Playwright CI error #943

Open
webfiltered opened this issue Feb 18, 2025 · 2 comments
Open

[DevTask] Fix Playwright CI error #943

webfiltered opened this issue Feb 18, 2025 · 2 comments

Comments

@webfiltered
Copy link
Contributor

webfiltered commented Feb 18, 2025

Low priority; not actually causing issues.

Configuration Error: HTML reporter output folder clashes with the tests output folder:
    html reporter folder: D:\a\desktop\desktop\test-results\html
    test results folder: D:\a\desktop\desktop\test-results

┆Issue is synchronized with this Notion page by Unito

Copy link

dosubot bot commented Feb 18, 2025

To fix the Playwright CI configuration error where the HTML reporter output folder clashes with the test results folder, you can change the outputFolder for the HTML reporter to a different path that does not conflict with the test results folder. Here's how you can modify the configuration:

reporter: env.CI ? [['github'], ['html', { open: 'never', outputFolder: 'ci-html-reports' }], ['list']] : 'dot',

This change sets the outputFolder for the HTML reporter to 'ci-html-reports', which should avoid any clashes with the test results folder [1].

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other

@webfiltered
Copy link
Contributor Author

In case someone else picks this up - dosubot is halfway there. Workflow needs to be updated, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant