chore: sync additional local changes and e2e artifacts

This commit is contained in:
Your Name
2026-03-23 18:42:57 +08:00
parent 2ef0f17961
commit 8d0f590264
20 changed files with 2512 additions and 12 deletions

View File

@@ -42,11 +42,11 @@ module.exports = defineConfig({
projects: [
{
name: 'chromium',
use: {
use: {
browserName: 'chromium',
launchOptions: {
executablePath: '/home/long/.cache/ms-playwright/chromium-1200/chrome-linux64/chrome',
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu']
args: ['--no-sandbox', '--disable-setuid-sandbox', '--disable-gpu', '--headless=new']
}
},
},