V41 Opus Yacine - Playwright E2E REAL login + WTP 8 sur 8 PASS avec video doctrine 2 zero simulation - User C marche pas 2 weval tech platform login test video playhtt wevia master - V41b fichiers crees v41-playwright-login-wtp js executor real node playwright chromium headless video webm + screenshots 5 etapes + intent wired playwright_login_wtp - Chat USER trigger playwright login wtp OR run v41 playwright - 8 tests PASS load_login 200 manual_toggle fill_credentials yacine YacineWeval2026 submit_redirect workspace html session_cookie PHPSESSID wtp_access 200 wtp_not_redirect_login title WEVAL Technology Platform body 129323 chars logout ok true - Video capturee /api/playwright-results/v41b-login-wtp-TIMESTAMP webm + 5 screenshots etapes - Backend login FONCTIONNE 100 percent - Si navigateur user marche pas cause probable cache cookies bloqueur ou mauvais flow toggle manuel - Doctrine 1 scan playwright-core 1 59 1 chromium cache www-data /var/www/ms-playwright 1208 disponible run sudo -u www-data env - Doctrine 2 zero simulation test REAL pas mock - Doctrine 14 additif 0 ecrasement 2 fichiers crees [Opus Yacine]
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-19 20:28:33 +02:00
parent a3efaf5160
commit f8e8ee880f
184 changed files with 14448 additions and 14 deletions

35
api/node_modules/postgres-array/package.json generated vendored Normal file
View File

@@ -0,0 +1,35 @@
{
"name": "postgres-array",
"main": "index.js",
"version": "2.0.0",
"description": "Parse postgres array columns",
"license": "MIT",
"repository": "bendrucker/postgres-array",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "standard && tape test.js"
},
"types": "index.d.ts",
"keywords": [
"postgres",
"array",
"parser"
],
"dependencies": {},
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.0.0"
},
"files": [
"index.js",
"index.d.ts",
"readme.md"
]
}