diff options
| author | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-12 22:02:31 (GMT) |
|---|---|---|
| committer | Daniel Thompson <daniel@redfelineninja.org.uk> | 2021-01-12 22:02:31 (GMT) |
| commit | aab718f917b908c8c756952ae069e01108312e91 (patch) | |
| tree | 1b2f3526a961463f351e79ad9d6c9757f8bbf043 /README.rst | |
| parent | a80c7dea1776cffd031d027c0b1878de2e1e6f41 (diff) | |
simulator: test_qa: Add some simply QA tests for app screenshots
Add tests to make sure every app has a screenshot... and fix the
problems picked up by the new tests!
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 27 |
1 files changed, 18 insertions, 9 deletions
@@ -132,7 +132,7 @@ PineTime: :width: 233 Screenshots of the built in applications running on the wasp-os -simulator (the "blank" screen is the torch application): +simulator: .. image:: res/Bootloader.png :alt: Bootloader splash screen overlaid on the simulator watch art @@ -158,21 +158,26 @@ simulator (the "blank" screen is the torch application): :alt: Application launcher running on the wasp-os simulator :width: 179 -.. image:: res/SelfTestApp.png - :alt: Self test application running a rendering benchmark on the simulator - :width: 179 - .. image:: res/SettingsApp.png :alt: Settings application running on the wasp-os simulator :width: 179 -.. image:: res/TorchApp.png - :alt: Torch application running on the wasp-os simulator +.. image:: res/SoftwareApp.png + :alt: Software selection app running on the wasp-os simulator :width: 179 + wasp-os also contains a library of additional applications for you to choose. -These are disabled by default but can be easily enabled by adding them -using one of the techniques is the Application Writer's guide. +These are disabled by default but can be easily enabled using the Software +application (and the "blank" white screen is a torch application): + +.. image:: res/SelfTestApp.png + :alt: Self test application running a rendering benchmark on the simulator + :width: 179 + +.. image:: res/TorchApp.png + :alt: Torch application running on the wasp-os simulator + :width: 179 .. image:: res/ChronoApp.png :alt: Analogue clock application running in the wasp-os simulator @@ -190,6 +195,10 @@ using one of the techniques is the Application Writer's guide. :alt: Game of Life running in the wasp-os simulator :width: 179 +.. image:: res/AlarmApp.png + :alt: Alarm clock application running in the wasp-os simulator + :width: 179 + .. image:: res/MusicApp.png :alt: Music Player running in the wasp-os simulator :width: 179 |
