Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

Testing architecture

Manuel Jung requested to merge testing-architecture into main

Here is my first idea how to test the search-ui. Every test-case initially calls the setupTest function which cleans all previous mocks, prepares the app (e.g mocks the api call) and resolves helper functions that can be used by the test.

When you like my testing approach i will implement the rest of the tests

Closes #8 (closed)

Edited by Adam Reichold

Merge request reports