mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 17:46:45 +05:30
fix: ci
This commit is contained in:
parent
fdaaa2f1ba
commit
7bd8e4a349
3 changed files with 23 additions and 13 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
const baseUrl = process.env.BASE_URL || 'http://localhost:5050';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './src',
|
||||
testMatch: /\.e2e\.(spec\.)?ts$/,
|
||||
|
|
@ -9,6 +11,10 @@ export default defineConfig({
|
|||
baseURL: 'http://localhost:5173',
|
||||
trace: 'on-first-retry'
|
||||
},
|
||||
webServer: {
|
||||
command: 'npm run preview',
|
||||
url: 'http://localhost:4173'
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
name: 'chromium',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue