fix(playwright): resolve portfolio.test via Chromium --host-resolver-rules; fix site-a11y baseURL
This commit is contained in:
@@ -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' ],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user