Update base url in playwright config

This commit is contained in:
Rodel 2022-05-20 15:58:54 +08:00
parent 381c5507da
commit 3a6a546daa
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const config = {
video: 'on-first-retry', video: 'on-first-retry',
trace: 'retain-on-failure', trace: 'retain-on-failure',
viewport: { width: 1280, height: 720 }, viewport: { width: 1280, height: 720 },
baseURL: 'http://localhost:8084', baseURL: 'http://localhost:8086',
}, },
projects: [ projects: [
{ {