mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
e49f1321b7
* Initial setup * Fix all tests and handler func * Cleanup * Fix the tests * Remove middleware endpoint * Add endpoint * Switch query param to path * Fix e2e test * Update beacon-chain/rpc/eth/beacon/handlers.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/rpc/eth/beacon/handlers.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Radek & James Reviews * Check blockId length * Add length check * Fix * Revert "Fix e2e test" This reverts commit 6289c1de5c569daef6e6bda3600c2e5561a168d9. * use v1alpha1 server to get root --------- Co-authored-by: Radosław Kapka <rkapka@wp.pl> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
components | ||
evaluators | ||
helpers | ||
params | ||
policies | ||
static-files/eth1 | ||
types | ||
BUILD.bazel | ||
component_handler_test.go | ||
deps.bzl | ||
endtoend_setup_test.go | ||
endtoend_test.go | ||
fork.go | ||
geth_deps.go | ||
lighthouse.BUILD | ||
mainnet_e2e_test.go | ||
mainnet_scenario_e2e_test.go | ||
minimal_builder_e2e_test.go | ||
minimal_e2e_test.go | ||
minimal_scenario_e2e_test.go | ||
minimal_slashing_e2e_test.go | ||
README.md | ||
slasher_simulator_e2e_test.go | ||
web3signer.BUILD |
End-to-end Testing Package
This is the main project folder of the end-to-end testing suite for Prysm. This performs a full end-to-end test for Prysm, including spinning up an ETH1 dev chain, sending deposits to the deposit contract, and making sure the beacon node and its validators are running and performing properly for a few epochs. It also performs a test on a syncing node, and supports feature flags to allow easy E2E testing of experimental features.
How it works
Please see our docs page, https://docs.prylabs.network/docs/devtools/end-to-end, to read more about the feature.