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
{{ message }}
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
Added runner-groups to my project which having Playwright + Jest.
Giving error as follows:
[email protected] test /Users/dilshani/Tech/projects/dashboard-ui
> jest --detectOpenHandles --group=ci
FAIL src/specs/[Negative]login.ci.test.ts
● Test suite failed to run
TypeError: Cannot read property 'logger' of undefined
at BrowserType.connect (node_modules/playwright/lib/client/browserType.js:90:31)
at getBrowserPerProcess (node_modules/jest-playwright-preset/lib/PlaywrightEnvironment.js:31:31)
at PlaywrightEnvironment.setup (node_modules/jest-playwright-preset/lib/PlaywrightEnvironment.js:90:48)
Test Suites: 1 failed, 1 of 2 total
Tests: 0 total
Snapshots: 0 total
Time: 0.445 s, estimated 28 s
Ran all test suites.
npm ERR! Test failed. See above for more details.
Added runner-groups to my project which having Playwright + Jest.
Giving error as follows:
Dependencies:
The text was updated successfully, but these errors were encountered: