Skip to content

[Bug]: Channel installation requires curl/wget on the system #7785

@suedar

Description

@suedar

Playwright version

1.13.0

Operating system

MacOS, Linux

What browsers are you seeing the problem on?

Chromium

Other information

No response

What happened? / Describe the bug

When i run the npx playwright test locally, it went well. But within the ci, I get this error.

Here is my gitlab-ci.ymli config.

build:
  stage: build
  image: mcr.microsoft.com/playwright:focal
  cache:
    paths: 
      - node_modules
  script:
    - /etc/init.d/dbus start
    - node -v & npm -v
    - yarn install --force
    - yarn ci-test

截屏2021-07-22 下午6 33 16

截屏2021-07-22 下午6 32 16

Appreciate for any reply~

Code snippet to reproduce your bug

No response

Relevant log output

No response

Metadata

Metadata

Assignees

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