How to setup e2e testing environment with playwright and docker for Meshery

Thanks for the docs.
$ PW_TEST_CONNECT_WS_ENDPOINT=ws://localhost:8080/ npx playwright test is returning with error in the ui/.

Running 38 tests using 1 worker

  ✘  1 [setup] › auth.setup.js:13:6 › authenticate (1.1s)
     2 [setup] › seedResources.setup.js:106:6 › seed-resources
Error while getting token from auth file: Error: Cannot find module '../../../playwright/.auth/user.json'
Require stack:
- /workspaces/meshery/ui/tests/e2e/utils/fetch.js
- /workspaces/meshery/ui/tests/e2e/seedResources.setup.js
- /workspaces/meshery/ui/node_modules/playwright/lib/transform/transform.js
- /workspaces/meshery/ui/node_modules/playwright/lib/common/esmLoaderHost.js
- /workspaces/meshery/ui/node_modules/playwright/lib/common/process.js
    at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1145:15

I’m using github codespaces for development environment.