prysm-pulse/testing/endtoend
Patrice Vignola dbeb3ee886
Onboard validator's Beacon REST API usage to e2e tests (#11704)
* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* Onboard validator's Beacon REST API usage to e2e tests

* Remove unused variables

* Remove use_beacon_api tags

* Fix DeepSource errors

* Revert unneeded changes

* Revert evaluator changes

* Revert import reordering

* Address PR comments

* Remove all REST API e2e tests except minimal one

* Fix validator pointing to inexisting beacon node port

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2022-12-08 14:38:56 +00:00
..
components Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
evaluators Fix Lint and Minor Bugs in E2E (#11730) 2022-12-07 05:31:53 +00:00
helpers E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
params env var to control log path with unique paths (#11681) 2022-11-23 22:56:40 +00:00
policies Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
static-files/eth1 Fix E2E Failures (#10540) 2022-04-19 07:53:02 +00:00
types Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
BUILD.bazel Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
component_handler_test.go e2e: Print process IDs for debugging. (#11734) 2022-12-08 04:48:16 +00:00
deps.bzl E2E: beacon APIs Part 1 (#11306) 2022-12-06 16:01:17 +00:00
endtoend_setup_test.go Add Back Cross Client Option (#11738) 2022-12-07 22:20:35 -06:00
endtoend_test.go e2e: Print process IDs for debugging. (#11734) 2022-12-08 04:48:16 +00:00
geth_deps.go Move EndtoEnd Tests to Testing/ Folder (#9586) 2021-09-15 14:42:05 +00:00
lighthouse.BUILD Multiclient E2E With Lighthouse (#10020) 2022-02-02 19:13:52 +00:00
mainnet_e2e_test.go Scenario End To End Testing (#10696) 2022-05-20 09:34:10 +00:00
mainnet_scenario_e2e_test.go Add Back Cross Client Option (#11738) 2022-12-07 22:20:35 -06:00
minimal_e2e_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
minimal_scenario_e2e_test.go Onboard validator's Beacon REST API usage to e2e tests (#11704) 2022-12-08 14:38:56 +00:00
minimal_slashing_e2e_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
README.md Add link to e2e docs in README (#10672) 2022-05-10 14:16:40 +00:00
slasher_simulator_e2e_test.go Deprecate native state flag (#11268) 2022-09-15 20:47:51 +02:00
web3signer.BUILD e2e: Add web3signer component (#10088) 2022-01-19 16:22:23 +00:00

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.