Files
Ali Waseem e07a3e2838 feature: login w/ Github for production E2E tests (#41495)
* updated github script for login

* refactored and cleans up github login

* wip

* updated github script

* removed context dir for page access

* updated auth script

* updated the login methods

* updated README

* updated minor bugs

* added error handling
2025-12-19 10:48:27 -07:00

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.52.0",
"@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:"
}
}