mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 01:40:13 -04:00
1e59ef9a06
## Problem We run the e2e tests across two shards to reduce their duration. However, one takes longer than the other. ## Solution Use a currently hidden Playwright feature to balance their load <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Upgraded Playwright test dependency to a newer version for refreshed test tooling and fixes. * Adjusted end-to-end test shard weighting to rebalance distribution across parallel runs. * **Tests** * Stabilized several end-to-end editor interactions to make E2E flows more reliable. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"name": "e2e-studio",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"e2e": "playwright test",
|
|
"e2e:ui": "playwright test --ui"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@playwright/test": "^1.59.1",
|
|
"@supabase/supabase-js": "catalog:",
|
|
"cross-fetch": "^4.1.0",
|
|
"dotenv": "^16.5.0",
|
|
"otpauth": "^9.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.9.0",
|
|
"api-types": "workspace:*",
|
|
"tsx": "catalog:"
|
|
}
|
|
}
|