Supposedly, it's really easy to write unit/ui tests for compose multiplatform projects (which is what we use to build gamer-gui): https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#writing-and-running-tests-with-compose-multiplatform. Do some research into this and play around with setting up unit tests.
The final deliverable would be to write unit/ui tests for our existing features and include documentation for ppl to add new ones for any feature they build. All test cases would be added under composeApp/src/desktopTest/.
Supposedly, it's really easy to write unit/ui tests for compose multiplatform projects (which is what we use to build
gamer-gui): https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html#writing-and-running-tests-with-compose-multiplatform. Do some research into this and play around with setting up unit tests.The final deliverable would be to write unit/ui tests for our existing features and include documentation for ppl to add new ones for any feature they build. All test cases would be added under
composeApp/src/desktopTest/.