mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-30 19:59:35 +00:00
fix(qa): recover Playwright Chromium on Ubuntu 26
This commit is contained in:
@@ -179,7 +179,7 @@ describe("qa test file scenario runner", () => {
|
||||
|
||||
expect(result.executionKind).toBe("playwright");
|
||||
expect(commands.map((command) => command.args)).toEqual([
|
||||
["scripts/ensure-playwright-chromium.mjs"],
|
||||
["scripts/ensure-playwright-chromium.mjs", "--skip-ffmpeg"],
|
||||
[
|
||||
"scripts/run-vitest.mjs",
|
||||
"run",
|
||||
|
||||
@@ -121,7 +121,7 @@ function playwrightSteps(scenario: QaTestFileScenario): QaScenarioCommandStep[]
|
||||
return [
|
||||
{
|
||||
command: process.execPath,
|
||||
args: ["scripts/ensure-playwright-chromium.mjs"],
|
||||
args: ["scripts/ensure-playwright-chromium.mjs", "--skip-ffmpeg"],
|
||||
},
|
||||
{
|
||||
command: process.execPath,
|
||||
|
||||
Reference in New Issue
Block a user