Skip to content

Commit 94c436e

Browse files
committed
add compose testcontainer abilities
1 parent 2875928 commit 94c436e

7 files changed

Lines changed: 90 additions & 508 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-config-next": "15.1.3",
3030
"formik": "^2.4.6",
3131
"jest": "^29.7.0",
32-
"next": "15.1.3",
32+
"next": "^15.3.1",
3333
"next-router-mock": "^0.9.13",
3434
"postcss": "^8.5.3",
3535
"react": "19.0.0",

frontend/playwright.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import { defineConfig, devices } from '@playwright/test';
1212
* See https://playwright.dev/docs/test-configuration.
1313
*/
1414
export default defineConfig({
15+
globalSetup: require.resolve('./tests_e2e/setup.ts'),
16+
globalTeardown: require.resolve('./tests_e2e/teardown.ts'),
1517
testDir: './tests_e2e',
1618
/* Run tests in files in parallel */
1719
fullyParallel: true,
@@ -31,7 +33,6 @@ export default defineConfig({
3133
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3234
trace: 'on-first-retry',
3335
},
34-
3536
/* Configure projects for major browsers */
3637
projects: [
3738
{

frontend/pnpm-lock.yaml

Lines changed: 56 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)