forked from trent_larson/crowd-funder-for-time-pwa
feat(ios): enhance iOS test automation and fix dependencies
- Improve iOS test script with automatic simulator selection and booting - Add URL scheme registration for handling deeplink tests - Enhance error handling for iOS security prompts during testing - Improve test data generation with fallback mechanisms - Fix Xcode build command to use standard 'build' instead of 'build-for-testing' - Add @ethersproject/wallet dependency and update package dependencies
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
"@dicebear/collection": "^5.4.1",
|
||||
"@dicebear/core": "^5.4.1",
|
||||
"@ethersproject/hdnode": "^5.7.0",
|
||||
"@ethersproject/wallet": "^5.8.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
||||
"@fortawesome/vue-fontawesome": "^3.0.6",
|
||||
@@ -80,6 +81,7 @@
|
||||
"dexie-export-import": "^4.1.4",
|
||||
"did-jwt": "^7.4.7",
|
||||
"did-resolver": "^4.1.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"ethereum-cryptography": "^2.1.3",
|
||||
"ethereumjs-util": "^7.1.5",
|
||||
"jdenticon": "^3.2.0",
|
||||
@@ -113,8 +115,7 @@
|
||||
"vue-qrcode-reader": "^5.5.3",
|
||||
"vue-router": "^4.5.0",
|
||||
"web-did-resolver": "^2.0.27",
|
||||
"zod": "^3.24.2",
|
||||
"dotenv": "^16.0.3"
|
||||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.45.2",
|
||||
|
||||
Reference in New Issue
Block a user