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

Issue with ortoni-report compatibility when using pnpm in Playwright projects #49

Open
PranayPatra opened this issue Nov 26, 2024 · 1 comment

Comments

@PranayPatra
Copy link

PranayPatra commented Nov 26, 2024

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.

@ortoniKC
Copy link
Owner

Thanks for reporting, I'll check this.

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

2 participants