-
Notifications
You must be signed in to change notification settings - Fork 220
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
Implement first E2E test in Haskell #4931
Comments
This is needed for #4852 |
I wonder if there aren't already tools we could leverage in the Cardano Haskell ecosystem. |
Creating a preprod Not sure what kind of other tool in the ecosystem we could use. Found https://github.com/IntersectMBO/antaeus but appears to not support preprod and to be focused on Haskell APIs. |
Ensure we can run: ```bash just e2e-preprod (10s 383ms) nix shell '.#cardano-node' '.#cardano-wallet' '.#cardano-wallet-e2e' -c wallet-e2e preprod -s lib/wallet-e2e/test-state/preprod -c lib/wallet-e2e/config/cardano-node/preprod -t lib/wallet-e2e/test-output/preprod Writing node logs to /Users/anviking/IOHK/cardano-wallet/lib/wallet-e2e/test-state/preprod/node/node.log Tests: Wallet Backend API Writing wallet logs to /Users/anviking/IOHK/cardano-wallet/lib/wallet-e2e/test-state/preprod/wallet/wallet.log Node sync progress: 100.0% Node status as reported by wallet: ready ✓ Created wallet is listed 336.02 ms ✓ Created wallet can be retrieved by id 220.81 ms ✓ Created wallet has zero ADA balance 253.46 ms Effect interpreters Timeouts ✓ no timeout 901.68 ms ✓ timeout in 10 milliseconds 1002.10 ms Passed: 5 Failed: 0 Sum of test runtimes: 2.71 seconds Test suite took: 58.47 seconds ``` #4931
The text was updated successfully, but these errors were encountered: