Skip to content

Snapshot testing for more scenarios #58

Description

@kittinunf

Currently, the way that we set up the snapshot testing is to use FakeDeviceRepository

This works for the basic case, however we are not considering the case for other scenarios eg.

Overview screen

  1. Case where we have app(or apps) from Untrusted installers
  2. Case where we have app(or apps) from Media projection
  3. Case where we have app(or apps) from Accessibility Service

TBD for other screens.

The challenging bit of this task is how we do the testing snapshot properly while we still have manageable "Fake" data for our test. One can go blindly and create fake data for all scenarios but that could explode this Repository and terms of the size of the snapshot files.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions