* wip
* wip
* e2e tests for connector builder server
* rename function
* clean up
* clean up a bit more
* fix path
* fix and add documentation
* more documentation
* stabilze
* review comments
* 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
* exclude webapp from spotless styling
* also exclude airbyte-webapp-e2e-tests
* add comma
* add prettier to airbyte-webapp-e2e-tests
* run prettier on airbyte-webapp-e2e-tests
* 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