webxdc / store

XDC store, migrated to codeberg
https://codeberg.org/webxdc/store
5 stars 0 forks source link

Testing #116

Closed Septias closed 1 year ago

Septias commented 1 year ago

I've added a little overview of implemented tests to the TODO.md of which some have not been merged yet (see #83 and #115) It would be nice if you could extend this document with tests you think are useful @hpk42 @adbenitez.

I'm not quite sure what to do with frontend testing (#36). The things we really want to test are all integration tests which are very hard to get working and all the function tests like Does the update button change to updating when clicked feel very unnecessary because they are 1. easy to notice 2. very hard to break.