* add cypress-postgres package
* fix plugins/index.ts warnings
* fix plugins/index.ts warnings
* setup test db actions
* add setup db (just for testing purpose)
* add create db command to gradle
* Revert "add create db command to gradle"
This reverts commit bc0f350fbd.
* add test-id to components
* update db queries in tests
* fix format
* add tests with diff modal
* remove 'only' flag
* update failed snapshots
* update aria label and data-testid in components
* move selectors to separate pages
* update tests
* update test snapshots
* update test since data-testid was added
* make tests more reliable
* switch back to localhost
* run test 100 times
* pass props through to Text element
* ensure names are unique from one test run to the next
* fix test result check
* remove documentation link
* remove X from documentation panel
* cleanup hook sending empty string
* documentation panel open by default
* add padding to edit source/destination pages
* clean up styling
* use laptop size viewport
* remove unneeded suspense
* cleanup
* cleanup
* don't show docs or overlay on mobile
* use react-use windowSize
* Record e2e tests to cypress dashboard
* Make env variable accessible in script
* Improve e2e_test script
* Properly wait for server to be ready
* Isolate test suites better
* More test isolation
* Revert baseUrl for development