1
0
mirror of synced 2026-01-23 22:01:53 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Lake Mossman
fe4f37c0b6 🪟🔧 use https instead of http for localhost:3000 in e2e webapp tests (#21874)
* use https instead of http for localhost:3000 in e2e webapp tests

* Undo changes to :8000 urls
2023-01-25 20:15:36 +00:00
Sofiia Zaitseva
d16f673c87 🪟 🚥 Add tests for verify sync mode options (#16549)
add tests for checking sync mode options
2022-11-30 12:03:23 +02: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
0ff7234504 make FE E2E tests more reliable (#16759)
* 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
2022-09-17 11:21:44 -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
Evan Tahler
40d1dc1421 Faker source gains purchases and products (#13248)
* Faker source gains purchases and products

* ranges start at 1

* fix nits

* lint

* user_ids start at 1

* v0.1.3

* fix IDs in test output recods

* auto-bump connector version

* lint

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-05-27 16:14:59 -07:00
Teal Larson
f687136641 Documentation Side Panel open by default (#13130)
* 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
2022-05-27 14:07:14 -04:00
Peter Hu
83817cc33f Configure test retries in Cypress (#11816)
* configure cypress retries

* test failure

* no failures
2022-04-07 22:25:34 -07:00
Tim Roes
d73af697e4 Use cypress dashboard and stabilize e2e tests (#10807)
* 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
2022-03-03 18:29:07 +01:00
Charles
2c7f239182 airbyte-e2e-testing => airbyte-webapp-e2e-tests (#8892)
* move webapp tests module
2021-12-20 13:16:08 +03:00