update release scripts #1513
37 passed, 4 failed and 0 skipped
❌ reports/jest-junit.xml
41 tests were completed in 214s with 37 passed, 4 failed and 0 skipped.
✅ integration-tests/accounts.test.ts
Accounts
✅ expect to have created accounts
✅ expect to have valid KeyringPair on each account
✅ expect to import account from mnemonic
✅ expect to import account from JSON
❌ integration-tests/biometric-plugin.test.ts
Biometric Plugin
❌ should create enrollment credential
Error: Unable to issue enrollment credential
❌ should create bbs+ biometric match credential
Error: Enrollment credential not found
❌ should remove old biometric match credential
Error: Enrollment credential not found
❌ should create vpi biometric match credential
Error: Enrollment credential not found
✅ integration-tests/cloud-wallet.test.ts
Cloud wallet
✅ should see a document added directly to the EDV appear in the wallet after pulling
✅ should sync a document added to the wallet to the EDV
✅ should update a document in the wallet and see it updated in the EDV
✅ should remove a document from the wallet and see it removed from the EDV
✅ should have zero sync marker diff after pushing sync marker
✅ should detect sync marker diff after updating sync marker directly in EDV
✅ integration-tests/credential-distribution.test.ts
Credential Distribution
✅ should receive a credential issued to the wallet DID
✅ should receive multiple credentials issued to multiple wallet DIDs
✅ integration-tests/credentials.test.ts
Credentials
✅ expect to import credentials
Credentials › credential status
✅ expect mainnet credential to have "Invalid" status on tesnet
✅ integration-tests/custom-networks.test.ts
Custom networks
✅ should have documents only on mainnet
✅ should add document to mumbai without affecting polygon
✅ integration-tests/ecosystem-tools.test.ts
BBS+ presentations
✅ should fetch ecosystem tools for the given issuer
✅ integration-tests/subscan.test.ts
subscan integration
✅ should fetch transactions using subscan APIs
✅ integration-tests/switch-wallet.test.ts
Switch wallet
✅ expect switch to tesnet and have an empty wallet
✅ expect switch to tesnet and have an empty wallet
✅ integration-tests/transactions.test.ts
Transactions
✅ should get account balance
✅ should get transaction fee
✅ should fetch transaction history
✅ integration-tests/verification-flow/bbs-plus-expired.test.ts
BBS+ presentations
✅ should fail to verify expired credential
✅ integration-tests/verification-flow/bbs-plus-revocation.test.ts
BBS+ revocation
✅ should verify a revokable bbs+ credential
✅ should verify a revokable bbs+ credential with an updated witness
✅ integration-tests/verification-flow/bbs-plus-valid.test.ts
BBS+ presentations
✅ should verify valid bbs+ credential
✅ integration-tests/verification-flow/sales-demo-auto-loan.test.ts
BBS+ presentations
✅ should verify an auto loan proof request
✅ integration-tests/verification-flow/vpi-verification.test.ts
VPI verification
✅ should verify a vpi credential
✅ integration-tests/wallet-backup.test.ts
Wallet backups
✅ expect to import wallet from backup
✅ expect to export wallet backup
✅ integration-tests/wallet-snapshot-v1.test.ts
Wallet Snapshot V1
✅ expect to have load all documents
✅ expect to have load accounts
✅ expect to have loaded DIDs
✅ expect to have loaded credentials
✅ expect to have loaded Verification Templates
✅ integration-tests/wallet-to-wallet-verification.test.ts
Wallet to Wallet Verification
✅ should get OOB message to be shared as QR code
Annotations
Check failure on line 167 in packages/react-native/lib/default-biometrics-plugin.ts
github-actions / Integration Test Report
integration-tests/biometric-plugin.test.ts ► Biometric Plugin ► should create enrollment credential
Failed test found in:
reports/jest-junit.xml
Error:
Error: Unable to issue enrollment credential
Raw output
Error: Unable to issue enrollment credential
at issueEnrollmentCredential (/home/runner/work/react-native-sdk/react-native-sdk/packages/react-native/lib/default-biometrics-plugin.ts:167:11)
at Object.enrollBiometry (/home/runner/work/react-native-sdk/react-native-sdk/packages/core/src/biometric-provider.ts:53:36)
at Object.<anonymous> (/home/runner/work/react-native-sdk/react-native-sdk/integration-tests/biometric-plugin.test.ts:72:5)
Check failure on line 63 in packages/core/src/biometric-provider.ts
github-actions / Integration Test Report
integration-tests/biometric-plugin.test.ts ► Biometric Plugin ► should create bbs+ biometric match credential
Failed test found in:
reports/jest-junit.xml
Error:
Error: Enrollment credential not found
Raw output
Error: Enrollment credential not found
at Object.matchBiometry (/home/runner/work/react-native-sdk/react-native-sdk/packages/core/src/biometric-provider.ts:63:15)
at Object.<anonymous> (/home/runner/work/react-native-sdk/react-native-sdk/integration-tests/biometric-plugin.test.ts:94:24)
Check failure on line 63 in packages/core/src/biometric-provider.ts
github-actions / Integration Test Report
integration-tests/biometric-plugin.test.ts ► Biometric Plugin ► should remove old biometric match credential
Failed test found in:
reports/jest-junit.xml
Error:
Error: Enrollment credential not found
Raw output
Error: Enrollment credential not found
at Object.matchBiometry (/home/runner/work/react-native-sdk/react-native-sdk/packages/core/src/biometric-provider.ts:63:15)
at Object.<anonymous> (/home/runner/work/react-native-sdk/react-native-sdk/integration-tests/biometric-plugin.test.ts:113:5)
Check failure on line 63 in packages/core/src/biometric-provider.ts
github-actions / Integration Test Report
integration-tests/biometric-plugin.test.ts ► Biometric Plugin ► should create vpi biometric match credential
Failed test found in:
reports/jest-junit.xml
Error:
Error: Enrollment credential not found
Raw output
Error: Enrollment credential not found
at Object.matchBiometry (/home/runner/work/react-native-sdk/react-native-sdk/packages/core/src/biometric-provider.ts:63:15)
at Object.<anonymous> (/home/runner/work/react-native-sdk/react-native-sdk/integration-tests/biometric-plugin.test.ts:123:24)