mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 03:32:15 +01:00
add e2e test support for extensions + on premise e2e check action
This commit is contained in:
@@ -10,7 +10,20 @@ import { defineConfig, devices } from '@playwright/test';
|
||||
* See https://playwright.dev/docs/test-configuration.
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: './e2e',
|
||||
testDir: '.',
|
||||
testMatch: ['e2e/**/*.spec.ts', 'extensions/*/tests/e2e/**/*.spec.ts'],
|
||||
testIgnore: [
|
||||
'**/node_modules/**',
|
||||
'**/vendor/**',
|
||||
'.git/**',
|
||||
'.claude/**',
|
||||
'public/**',
|
||||
'storage/**',
|
||||
'test-results/**',
|
||||
'playwright-report/**',
|
||||
'blob-report/**',
|
||||
],
|
||||
tsconfig: './tsconfig.json',
|
||||
/* Run tests in files in parallel */
|
||||
fullyParallel: true,
|
||||
/* Fail the build on CI if you accidentally left test.only in the source code. */
|
||||
|
||||
Reference in New Issue
Block a user