Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
suedar opened this issue Jul 22, 2021 · 1 comment · Fixed by #7793
Closed

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

suedar opened this issue Jul 22, 2021 · 1 comment · Fixed by #7793
Assignees

Comments

@suedar
Copy link

suedar commented Jul 22, 2021

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

@mxschmitt
Copy link
Member

apt-get install -y wget should fix it as a workaround.

@suedar suedar changed the title [Bug]: ci error with the newest version [Bug]: Error while running ci Jul 22, 2021
aslushnikov added a commit to aslushnikov/playwright that referenced this issue Jul 22, 2021
@aslushnikov aslushnikov self-assigned this Jul 22, 2021
@mxschmitt mxschmitt reopened this Jul 25, 2021
@mxschmitt mxschmitt reopened this Jul 27, 2021
@mxschmitt mxschmitt changed the title [Bug]: Error while running ci [Bug]: Channel installation requires curl/wget on the system Jul 27, 2021
@dgozman dgozman closed this as completed Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants