Wiki

E2E Testing

We have automated tests that exercise the whole system, giving us confidence that the infrastructure is set up correctly. In fact, there is a test that visits this page to verify that the wiki is working correctly. Hello Robot!

In fact, the test will fail if you delete the previous greeting to our robot overlords.

Tests are facilitated by the Playwright framework. The e2e/ folder contains our tests.