Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(e2e): Fullset Solana tests FE-446 #436

Merged
merged 36 commits into from
Dec 5, 2024
Merged

Conversation

nelitow
Copy link
Contributor

@nelitow nelitow commented Nov 29, 2024

Add session, increment and transfer tests

Closes #216

Copy link

vercel bot commented Nov 29, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
fuel-connectors ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 4, 2024 9:03pm

@nelitow nelitow changed the title tests: Fullset Solana tests tests: Fullset Solana tests FE-446 Nov 29, 2024
@nelitow nelitow changed the title tests: Fullset Solana tests FE-446 test(e2e): Fullset Solana tests FE-446 Nov 29, 2024
Copy link
Contributor

github-actions bot commented Nov 29, 2024

Coverage Report for Fuel Wallet (./packages/fuel-wallet)

Status Category Percentage Covered / Total
🔵 Lines 61.63% 143 / 232
🔵 Statements 61.63% 143 / 232
🔵 Functions 56.66% 17 / 30
🔵 Branches 86.95% 20 / 23
File CoverageNo changed files found.
Generated in workflow #1282 for commit 76379c8 by the Vitest Coverage Report Action

Copy link
Contributor

github-actions bot commented Nov 29, 2024

Coverage Report for Fuel Development Wallet (./packages/fuel-development-wallet)

Status Category Percentage Covered / Total
🔵 Lines 100% 19 / 19
🔵 Statements 100% 19 / 19
🔵 Functions 100% 1 / 1
🔵 Branches 100% 1 / 1
File CoverageNo changed files found.
Generated in workflow #1282 for commit 76379c8 by the Vitest Coverage Report Action

Copy link
Contributor

github-actions bot commented Nov 29, 2024

Coverage Report for Fuelet Wallet (./packages/fuelet-wallet)

Status Category Percentage Covered / Total
🔵 Lines 100% 24 / 24
🔵 Statements 100% 24 / 24
🔵 Functions 100% 1 / 1
🔵 Branches 100% 1 / 1
File CoverageNo changed files found.
Generated in workflow #1282 for commit 76379c8 by the Vitest Coverage Report Action

…ace and update SolanaConnector tests accordingly
…cluding prerequisites, setup instructions, and test execution steps
… bridge funds functionality

- Added `skipBridgeFunds` to streamline the testing process.
- Implemented wallet funding logic based on the retrieved address.
- Improved error handling for address retrieval.
- Updated test flow to include new functionalities.
- Introduced a new job to build and deploy Solana predicates.
- Updated environment variables to include PROVIDER_URL and PRIVATE_KEY for local development.
…ovider URL and private key

- Modified `providerUrl` in both `fuels.config.ts` files to utilize `process.env.PROVIDER_URL` for better flexibility.
- Updated `privateKey` to use `process.env.PRIVATE_KEY`, enhancing security by avoiding hardcoded values.
@nelitow nelitow self-assigned this Dec 4, 2024
@nelitow nelitow merged commit 78ae803 into main Dec 5, 2024
10 of 11 checks passed
@nelitow nelitow deleted the nj/tests/final-solana-tests branch December 5, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create e2e test for SolanaConnector on Examples/React app
2 participants