Oziomajnr / PgnToGif

An android application to help convert your chess games to animated gifs
https://play.google.com/store/apps/details?id=com.chunkymonkey.imagetogifconverter
2 stars 1 forks source link

Add UI test for basic functionality of the application #30

Open Oziomajnr opened 1 year ago

Oziomajnr commented 1 year ago

As new features are added, they often break core functionality and these are usually detected by the users of the application. For example, switching the Home Screen to MVP broke the export feature.

Add UI tests or integration tests for the core functionality of the application. Run these UI tests before any pull request is merged to main.

  1. Given a pgn valid input, the application should convert to gif and load on the UI.
  2. Basic settings should work.
  3. Clicking on the export button with a pin loaded should trigger the correct intent.