-
Bug
-
Resolution: Done
-
Undefined
-
None
-
1.5.0, 1.6.0
-
2
-
False
-
-
False
-
-
-
RHDH Install 3279
Description of problem:
Playwright tests are failing with SyntaxError: The requested module '@playwright/test' does not provide an export named 'Locator' and similar errors for other exports like APIResponse and Page. This indicates a problem with the Playwright test setup or configuration, potentially due to version mismatches, dependency conflicts, or misconfiguration. Additionally, a TypeScript enum error and a failure to copy test results are present.
Root Cause: Likely a mismatch between the version of @playwright/test used in the tests and the version or configuration being used during test execution. Could also be due to an incorrect TypeScript configuration.
Actionable Recommendations:
- Verify Playwright installation and dependencies.
- Review the Playwright configuration file.
Prowlink: https://prow.ci.openshift.org/view/gs/test-platform-results/logs/periodic-ci-redhat-developer-rhdh-release-1.6-e2e-tests-nightly/1958393815492464640
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
# <steps>