Files
prysm/testing/endtoend
Nishant Das aef22bf54e Add In Support For Builder in E2E (#12343)
* fix it up

* add gaz

* add changes in

* finally runs

* fix it

* add progress

* add capella support

* save progress

* remove debug logs

* cleanup

* remove log

* fix flag

* remove unused lock

* gaz

* change

* fix

* lint

* james review

---------

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
2023-05-11 11:10:29 -05:00
..
2023-03-17 18:52:56 +00:00
2023-03-17 18:52:56 +00:00
2022-12-21 04:43:29 +00:00
2023-03-17 18:52:56 +00:00
2023-03-17 18:52:56 +00:00
2023-03-17 18:52:56 +00:00
2023-03-17 18:52:56 +00:00
2023-03-17 18:52:56 +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.