Files
twenty/packages/twenty-e2e-testing/package.json
Paul Rastoin 6ad6fcce0f Bump playwright (#21113)
Playwright installation is infinite looping in the ci
seems like to be a global outage
2026-06-01 18:06:55 +02:00

12 lines
207 B
JSON

{
"name": "twenty-e2e-testing",
"description": "",
"author": "",
"private": true,
"license": "AGPL-3.0",
"devDependencies": {
"@playwright/test": "^1.60.0",
"playwright": "^1.60.0"
}
}