An application called "Tokra Ping-Pong" shows a Verification Test. The message from ruby says: "Who helped the Tau'ri fight the system lords?" This message matches the command line argument the ruby app was launched with. The form beneath that question has "The Tok'ra!" filled in, and three buttons: Send IPC, Submit form, and POST to API. Success messages are visible.
In the terminal behind the native app web view, the ruby command used to launch the app is visible, along with its debug output. You can see that each button has been clicked, with three different answers: "The Tok'ra!" was sent via IPC, "Bra'tac" was sent via form, and "The Asgard" was sent via the API. You can also see that the application is a Roda app.