UniRegensburg / unsere-app-fur-die-universitat-regensburg-bib-buddy

Bib Buddy - deine App für eine konzentrierte, offene Literaturarbeit!
0 stars 0 forks source link

Instrumented test notes fragment #51

Closed xSabrina closed 3 years ago

xSabrina commented 3 years ago

Description A instrumented test (UI Test) for NotesFragment has been set up. It checks, if all possible NotesFragment-UI actions (or action paths) operate properly.

Affects Automatic testing is the main topic, therefore @silvia-ivanova-github-rep is assigned.

Notes for Reviewer Run the UI test - all included test-paths should work out properly. Those are in specific:

BTW: there is no DrawableMatcher in Espresso to check that in onView, so I created a default one.

Try to run it within our actions environment as well, just as the unit tests - that should work as well.

BTW: To setup UI tests some gradle-dependencies were added.

Please review & comment/approve.