1
0
mirror of synced 2026-01-17 12:07:50 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
Vladimir
c5e5659ebe 🪟 🚦 E2E: Fix duplicated database object warning (#20926)
* replace "cypress-postgres" with "pg-promise" npm package

* update cypress config

* update userDefineConnection type and naming

* Update airbyte-webapp-e2e-tests/cypress/plugins/index.ts

Co-authored-by: Mark Berger <mark.berger@globallogic.com>

Co-authored-by: Mark Berger <mark.berger@globallogic.com>
2023-01-12 16:01:46 +00:00
Edmundo Ruiz Ghanem
1c02097582 🪟 🧹 Improve and fix linting in webapp-e2e-tests (#20134)
* Apply similar eslint rules to the webapp project and fix outstanding issues

* add paths to e2e tsconfig (for webstorm)
2022-12-07 15:38:57 -05:00
Vladimir
66edbfbbec 🪟 🧪E2E testing: DB data manipulation + Catalog Diff modal test cases (#19447)
* 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
2022-11-28 18:19:20 +02:00
Lake Mossman
787e87dd92 Exclude webapp from spotless styling (#16455)
* 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
2022-09-09 12:19:46 -07:00
Edmundo Ruiz Ghanem
609541d9ae Migrate cypress tests and commands to TypeScript (#13091)
* Migrate cypress tests and commands to TypeScript

* Cypress added plugins to tsconfig

* Update cypress plugins file to .ts
2022-06-03 13:00:58 -04:00
Charles
2c7f239182 airbyte-e2e-testing => airbyte-webapp-e2e-tests (#8892)
* move webapp tests module
2021-12-20 13:16:08 +03:00