fix(playwright): resolve portfolio.test via Chromium --host-resolver-rules; fix site-a11y baseURL

This commit is contained in:
Keith Solomon
2026-08-16 13:54:15 -05:00
parent 1905a0cfd0
commit ba5e6fcd86
2 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -38,7 +38,12 @@ export default defineConfig({
projects: [
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
use: {
...devices['Desktop Chrome'],
launchOptions: {
args: [ '--host-resolver-rules=MAP portfolio.test 127.0.0.1' ],
},
},
},
// {