prysmaticlabs / prysm-web-ui

Web interface for the Prysm validator
35 stars 26 forks source link

Write E2E Tests With Protractor #77

Closed rauljordan closed 5 months ago

rauljordan commented 3 years ago

Thanks @rkapka for bringing this up. We should be writing end to end tests for the application, especially for features such as the onboarding process. Angular makes this easy with the built-in e2e folder using the protractor testing library.

An example of an end-to-end test would take us through the wallet selection screen, go through the HD wallet onboarding, confirm the mnemonic phrase, pick the number of accounts, select a wallet password, then proceed to create the wallet. We should be checking behavior is as expected all along the way

wackerow commented 3 years ago

Will begin working on e2e tests focusing on onboarding process to start.

james-prysm commented 5 months ago

no longer needed