Skip to content

issues and failed tests lists #733

Open
@morningstarxcdcode

Description

@morningstarxcdcode

Image

**The system's libc6 package (which provides GLIBC) is already at the newest version available for your Ubuntu distribution (2.31), which is still below the required versions (2.32 to 2.35) needed by the project dependencies.

Upgrading GLIBC beyond the distribution's default version typically requires manual installation or upgrading the entire OS to a newer release.**

Image

**You are currently running Ubuntu 20.04 LTS (Focal), which includes GLIBC 2.31 by default.

To get GLIBC 2.32 or higher, you will need to upgrade to at least Ubuntu 22.04 LTS (Jammy), which includes GLIBC 2.35.

Would you like me to provide detailed instructions to upgrade your system from Ubuntu 20.04 to 22.04 LTS?**

Image

now it is updated see 2.35

Image

**1.⁠ ⁠pnpm playwright:run fails

What this means:

Playwright is trying to run UI tests, but it waits for a web server (likely your app) to start—and it never does (times out after 60 seconds).

You need to start the server manually before running Playwright tests.

Run in one terminal:

pnpm dev
Then in another terminal, run:

pnpm playwright:run

pnpm start fails with:
Error: Cannot find module '/workspaces/contribute/run-server.mjs'

What this means:

The command in your package.json has:

"start": "node ./run-server.mjs"
But the file run-server.mjs doesn't exist in the repo. So Node throws a MODULE_NOT_FOUND error.**

Image

pnpm build is ok this above pic is 1st part

Image

last part

Image

by playing pnpm playwright:run
after ruiing pnpm build
i will show all the failed tests

see in the last pic it is reporting in localhost 9323

here is the pic

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions