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): add send and receive test #3760

Closed
wants to merge 55 commits into from
Closed

Conversation

inc-man
Copy link
Collaborator

@inc-man inc-man commented Nov 26, 2024

Motivation

To further improve testing, we want to check if the receive and send tokens functionality is provided as intended.

Changes

configured a complete test that receives and sends tokens from a wallet.

Tests

tested thoroughly on local replica

@inc-man inc-man requested a review from a team as a code owner November 26, 2024 13:17
Copy link
Collaborator

@AntonioVentilii AntonioVentilii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need dockerode? don't we have enough tools to run a docker image or something similar? and in case not, shouldn't that go among the devDependecies?

<ButtonNext disabled={invalid} testId={SEND_FORM_NEXT_BUTTON} />
</ButtonGroup>
</ContentWithToolbar>
</form>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is this part?

AntonioVentilii added a commit that referenced this pull request Feb 6, 2025
# Motivation

The new end-to-end tests for sending and receiving require a command
runner. This command runner allows us to execute scripts that top up a
fake balance during testing, enabling us to simulate and verify the
associated flows. This pull request introduces that functionality.

# Changes

Created new command runner.

# Tests

Tested on PR: #3760

---------

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Antonio Ventilii <antonio.ventilii@dfinity.org>
@inc-man inc-man closed this Feb 7, 2025
@inc-man inc-man deleted the test(e2e)/add-send-test branch February 7, 2025 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-e2e-snapshots It needs the CI for E2E Snapshots
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants