mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-24 16:39:31 +02:00
fix: ci
This commit is contained in:
19
.idea/workspace.xml
generated
19
.idea/workspace.xml
generated
@@ -5,7 +5,6 @@
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="b30e2810-c4c1-4aad-b134-794e52cc1c7d" name="Changes" comment="fix: ci">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/playwright.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/playwright.config.ts" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
@@ -199,14 +198,6 @@
|
||||
<workItem from="1719492452780" duration="8000" />
|
||||
<workItem from="1719496624579" duration="6148000" />
|
||||
</task>
|
||||
<task id="LOCAL-00033" summary="feat: contributors graph">
|
||||
<option name="closed" value="true" />
|
||||
<created>1719165093734</created>
|
||||
<option name="number" value="00033" />
|
||||
<option name="presentableId" value="LOCAL-00033" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1719165093734</updated>
|
||||
</task>
|
||||
<task id="LOCAL-00034" summary="fix: readme">
|
||||
<option name="closed" value="true" />
|
||||
<created>1719165600245</created>
|
||||
@@ -591,7 +582,15 @@
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1719588501953</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="82" />
|
||||
<task id="LOCAL-00082" summary="fix: ci">
|
||||
<option name="closed" value="true" />
|
||||
<created>1719588854025</created>
|
||||
<option name="number" value="00082" />
|
||||
<option name="presentableId" value="LOCAL-00082" />
|
||||
<option name="project" value="LOCAL" />
|
||||
<updated>1719588854025</updated>
|
||||
</task>
|
||||
<option name="localTasksCounter" value="83" />
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
|
@@ -1,6 +1,6 @@
|
||||
import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
const baseUrl = process.env.BASE_URL || 'http://localhost:5050';
|
||||
const isCI = !!process.env.CI;
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './src',
|
||||
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
fullyParallel: true,
|
||||
retries: 1,
|
||||
use: {
|
||||
baseURL: 'http://localhost:5173',
|
||||
baseURL: isCI ? 'http://localhost:4173' : 'http://localhost:5173',
|
||||
trace: 'on-first-retry'
|
||||
},
|
||||
webServer: {
|
||||
|
Reference in New Issue
Block a user