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

Add withFixtures helper and simple-send test #7862

Merged
merged 1 commit into from
Jan 20, 2020
Merged

Commits on Jan 20, 2020

  1. Add withFixtures helper and simple-send test

    The `withFixtures` helper will instantiate ganache, a web driver, and
    a fixture server initialized with the given set of fixtures. It is
    meant to facilitating writing small, isolated e2e tests.
    
    The first example test has been added: simple-send. It ensures that the
    user can send 1 ETH to another account.
    
    These new e2e tests will run during the normal e2e test run.
    
    Closes #6548
    Gudahtt committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    409f7ea View commit details
    Browse the repository at this point in the history