code quality
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
This commit is contained in:
@@ -22,9 +22,9 @@ import { defineConfig, devices } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
testDir: './tests',
|
||||
testMatch: process.env.RUN_EXHAUSTIVE_E2E === '1'
|
||||
? ['**/e2e/website/*.e2e.test.ts', '**/nightly/website/*.e2e.test.ts']
|
||||
: ['**/e2e/website/*.e2e.test.ts'],
|
||||
testMatch: process.env.RUN_EXHAUSTIVE_E2E === '1'
|
||||
? ['**/e2e/**/*.spec.ts', '**/nightly/website/*.e2e.test.ts']
|
||||
: ['**/e2e/**/*.spec.ts'],
|
||||
testIgnore: ['**/electron-build.smoke.test.ts'],
|
||||
|
||||
// Serial execution for consistent results
|
||||
@@ -39,7 +39,7 @@ export default defineConfig({
|
||||
|
||||
// Base URL for the website (containerized)
|
||||
use: {
|
||||
baseURL: process.env.PLAYWRIGHT_BASE_URL || 'http://website:3000',
|
||||
baseURL: process.env.PLAYWRIGHT_BASE_URL || 'http://localhost:3100/',
|
||||
screenshot: 'off',
|
||||
video: 'off',
|
||||
trace: 'off',
|
||||
|
||||
Reference in New Issue
Block a user