-
Notifications
You must be signed in to change notification settings - Fork 309
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
e2eテストが動かない場合がある #1413
Comments
OS: linux mint 21.1 vera
|
ログなどはまだ見ておりません。
|
@stmtk1 どんなエラーですか? |
|
その後、以下のコマンドを実行
|
一応、executablePathを指定したらウインドウだけ表示されるようになったので、pushしました。 |
|
検証結果の共有ありがとうございます!!! |
PlayWrightのinstall-depsはLinuxではUbuntuとDebianのみの対応でバージョン決め打ちで依存リストが書かれているhttps://github.com/microsoft/playwright/blob/767addec8c97b3967b6b51074db199d8dc215705/packages/playwright-core/src/server/registry/nativeDeps.ts Linux Mint 21.xはUbuntu 22.04ベースですが、generic-linux判定になり、https://github.com/microsoft/playwright/blob/767addec8c97b3967b6b51074db199d8dc215705/packages/playwright-core/src/server/registry/dependencies.ts#L86 内で20.04扱いとして処理されるが、依存ライブラリのパッケージ名が20.04と22.04で違ったりするのでエラーが起きるというのがinstall-deps失敗の理由だと思います。 |
@madosuki なるほどです!!! @stmtk1 mintだから動かない、ということなのかなという感じです。 |
ありがとうございます。 |
一旦こちらの課題は原因がわかったということでcloseしたいと思います。 |
不具合の内容
e2eテストが動かないという報告をもらったので一旦issueを作成してみました。
ぜひ報告頂けると 🙇
現象・ログ
(報告お待ちしてます)
再現手順
(報告お待ちしてます)
期待動作
npm ci
したあとnpm run electron:e2e
が動くその他
The text was updated successfully, but these errors were encountered: