mirror of
https://github.com/beekeeper-studio/beekeeper-studio.git
synced 2026-03-13 10:12:54 +08:00
adjustments for windows
This commit is contained in:
5
.github/workflows/e2e-smoke-test.yml
vendored
5
.github/workflows/e2e-smoke-test.yml
vendored
@@ -67,8 +67,13 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
yarn run electron:serve > server.log 2>&1 &
|
||||
SERVER_PID=$!
|
||||
echo "Electron serve started with PID: $SERVER_PID"
|
||||
sleep 15
|
||||
echo "=== Server log after 15s wait ==="
|
||||
cat server.log
|
||||
echo "=== Checking if process is running ==="
|
||||
ps aux | grep electron || true
|
||||
yarn workspace beekeeper-studio test:e2e e2e/tests/appLaunch.test.ts
|
||||
env:
|
||||
ELECTRON_ENABLE_LOGGING: 1
|
||||
|
||||
@@ -12,5 +12,6 @@ export default defineConfig({
|
||||
actionTimeout: 10000,
|
||||
trace: 'on-first-retry',
|
||||
screenshot: 'only-on-failure',
|
||||
video: 'retain-on-failure',
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user