mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 10:46:12 +01:00
feat(e2e): Fix authentication tests and environment handling
This commit is contained in:
parent
20100e120b
commit
a3bfbf5948
15 changed files with 324 additions and 43 deletions
|
|
@ -23,7 +23,7 @@ export default defineConfig({
|
|||
reporter: [['html', { outputFolder: 'playwright-report' }]],
|
||||
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
|
||||
use: {
|
||||
baseURL: 'http://localhost:3080',
|
||||
baseURL: 'http://localhost:3090',
|
||||
video: 'on-first-retry',
|
||||
trace: 'retain-on-failure',
|
||||
ignoreHTTPSErrors: true,
|
||||
|
|
@ -54,7 +54,7 @@ export default defineConfig({
|
|||
/* Run your local dev server before starting the tests */
|
||||
webServer: {
|
||||
command: `node ${absolutePath}`,
|
||||
port: 3080,
|
||||
port: 3090,
|
||||
stdout: 'pipe',
|
||||
ignoreHTTPSErrors: true,
|
||||
// url: 'http://localhost:3080',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue