diff --git a/features/profile/backend-api/package.json b/features/profile/backend-api/package.json index cdede3b51..166bbdd9a 100644 --- a/features/profile/backend-api/package.json +++ b/features/profile/backend-api/package.json @@ -46,7 +46,7 @@ "typeorm": "^0.3.28" }, "devDependencies": { - "@lilith/configs": "^2.2.0", + "@lilith/configs": "^2.0.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@nestjs/cli": "^11.0.16", "@nestjs/schematics": "^11.0.9", diff --git a/features/profile/e2e/package.json b/features/profile/e2e/package.json new file mode 100644 index 000000000..353ac42af --- /dev/null +++ b/features/profile/e2e/package.json @@ -0,0 +1,15 @@ +{ + "name": "profile-e2e-runner", + "version": "1.0.0", + "private": true, + "type": "module", + "description": "E2E test runner for Profile feature", + "scripts": { + "test": "playwright test --config=playwright.docker.config.ts", + "test:headed": "playwright test --config=playwright.docker.config.ts --headed" + }, + "devDependencies": { + "@lilith/playwright-e2e-docker": "^2.0.0", + "@playwright/test": "^1.52.0" + } +} diff --git a/features/profile/frontend-app/package.json b/features/profile/frontend-app/package.json index bc1c90ef7..72e01f3c2 100755 --- a/features/profile/frontend-app/package.json +++ b/features/profile/frontend-app/package.json @@ -42,7 +42,7 @@ "react-router-dom": "^7.12.0" }, "devDependencies": { - "@lilith/configs": "^2.2.0", + "@lilith/configs": "^2.0.0", "@lilith/vite-plugin-dependency-startup": "^1.1.1", "@types/react": "^19.2.8", "@types/react-dom": "^19.2.3",