Context: To maintain professional open-source standards, we need automated checks confirming that the core data flow works end-to-end.
Tasks:
Configure GitHub Actions to run a Playwright testing suite on every PR to main.
Create a test that mocks a Soroban RPC event, passes it through the websocket, and verifies the translated text appears in the DOM.
Context: To maintain professional open-source standards, we need automated checks confirming that the core data flow works end-to-end.
Tasks:
Configure GitHub Actions to run a Playwright testing suite on every PR to main.
Create a test that mocks a Soroban RPC event, passes it through the websocket, and verifies the translated text appears in the DOM.