Playwright with mocha and chai
Здравейте, дали някой би могъл да ми помогне.
Инсталирам Playwright с npm i --save-dev playwright-chromium, инсталирам и mocha и chai с npm i --save-dev mocha, npm i --save-dev chai, run-вам файл test.js с mocha test.js и получавам следната грешка:
(node:7724) ExperimentalWarning: The test runner is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
TAP version 13
# Subtest: works
not ok 1 - works
---
duration_ms: 0.0024246
failureType: 'testCodeFailure'
error: "Cannot read properties of undefined (reading 'goto')"
code: 'ERR_TEST_FAILURE'
stack: |-
...
Благодаря!