mbolotov / intellij-playwright

1 stars 0 forks source link

Cannot run tests, fails with: node not found #28

Open kontango-bot opened 1 year ago

kontango-bot commented 1 year ago
$HOME/.config/asdf/installs/nodejs/19.2.0/bin/npx playwright test --reporter /tmp/intellij-playwright-reporter2471405429046563111.js file.spec.ts -g ^(.*[\\\/])?...
/usr/bin/env: ‘node’: No such file or directory

I understand there can be env issues here, but all other js/ts support functions properly in intellij, all other test runners, debugging, etc.

markddavidoff commented 1 year ago

+1 same issue.

markddavidoff commented 1 year ago

found this other issue, think this is a dupe: https://github.com/mbolotov/intellij-playwright/issues/27