ui icon indicating copy to clipboard operation
ui copied to clipboard

testing

Open Abdo-Eid opened this issue 11 months ago • 1 comments

Issue details

I don't understand the project, but if you need testing, like 50 manual and 50 automated tell me

Abdo-Eid avatar May 01 '25 19:05 Abdo-Eid

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:

  1. 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.
  2. 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)
  3. 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.

prostgles avatar May 03 '25 14:05 prostgles