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
For the Playwright report, we need --reporter=html. And we need to decide/check which folder it gets written to, so we can upload the correct folder. Output dir can be set with PLAYWRIGHT_HTML_OUTPUT_DIR or through the config file.
PR to enable Playwright reports in pipeline: #1010
The text was updated successfully, but these errors were encountered:
The 'authentication › login happy path' test (
e2e-tests\authentication.e2e.ts:10:3
) failed multiple times, but not always, in Firefox on Windows:It's tricky to debug this, maybe uploading the Playwright report as an artifact would help here.
For the Playwright report, we need
--reporter=html
. And we need to decide/check which folder it gets written to, so we can upload the correct folder. Output dir can be set withPLAYWRIGHT_HTML_OUTPUT_DIR
or through the config file.PR to enable Playwright reports in pipeline: #1010
The text was updated successfully, but these errors were encountered: