feat: add Playwright UI test for post-with-photo flow

This commit is contained in:
2026-06-18 20:35:17 +02:00
parent 1fa8ff954d
commit 545e3f5ba0
7 changed files with 139 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "intotheeast-tests",
"private": true,
"scripts": {
"test:ui": "playwright test"
},
"devDependencies": {
"@playwright/test": "^1.48.0"
}
}