ui
ui copied to clipboard
testing
Issue details
I don't understand the project, but if you need testing, like 50 manual and 50 automated tell me
On our website you can see some demo videos to get a better idea of the software.
If you want to contribute feel free to create a pull request with testing logic from any of the 3 main places:
- Main UI tests are done using playwright and here is the main test file: main.spec.ts. You can add tests for whatever you feel like. Currently SQL Editor is the most tested component. Map and Table menu could do with more tests.
- Electron tests are found here: electron.spec.tsx. They are mainly used to test electron setup and could use more test platform specific functionality (backups/restore)
- Docker tests found here docker_test.yml are used to ensure the exact scripts from readme work as expected
If you're still not sure what to start with we can compile a list of things to test.