mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
fix(playwright.config.js): correct baseURL typo from 'http:/localhost:3080' to 'http://localhost:3080'
This commit is contained in:
parent
4510f04073
commit
a56c8696d3
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||||
use: {
|
use: {
|
||||||
baseURL: 'http:/localhost:3080',
|
baseURL: 'http://localhost:3080',
|
||||||
video: 'on-first-retry',
|
video: 'on-first-retry',
|
||||||
trace: 'retain-on-failure',
|
trace: 'retain-on-failure',
|
||||||
headless: true,
|
headless: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue