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
I am encountering an issue while trying to use ortoni-report as a Playwright reporter in a project that uses pnpm for dependency management. Below are the details of the problem:
Issue Description:
When attempting to run Playwright tests locally or in CI (Buildkite), I receive the following error:
Error: Cannot find module 'ortoni'
It seems that pnpm’s unique dependency resolution structure is causing compatibility issues, as Playwright cannot resolve the ortoni-report module dynamically. This issue persists even after ensuring the module is installed and using various pnpm configurations such as shamefully-hoist.
The text was updated successfully, but these errors were encountered:
Hi,
I am encountering an issue while trying to use ortoni-report as a Playwright reporter in a project that uses pnpm for dependency management. Below are the details of the problem:
Issue Description:
When attempting to run Playwright tests locally or in CI (Buildkite), I receive the following error:
Error: Cannot find module 'ortoni'
It seems that pnpm’s unique dependency resolution structure is causing compatibility issues, as Playwright cannot resolve the ortoni-report module dynamically. This issue persists even after ensuring the module is installed and using various pnpm configurations such as shamefully-hoist.
The text was updated successfully, but these errors were encountered: