Commit Graph
76 Commits
Author SHA1 Message Date
Jakub P. 7d793ce2a2 test: fix application connections check assertions 2024-12-12 20:07:35 +01:00
Jakub P. f83deac469 test: improve tests execution time 2024-12-06 09:17:21 +01:00
Faruk AYDIN 5ba575fdfd fix: Add knex individually to e2e-tests package 2024-11-19 16:04:21 +03:00
Faruk AYDIN dcf8bbd804 chore: Add axios package to e2e-tests package 2024-11-19 15:56:10 +03:00
Ali BARIN 73edb45ff7 refactor(app-config): rename allowCustomConnection as customConnectionAllowed 2024-10-24 16:59:17 +02:00
Jakub P. eb814c2fb0 test: add reset password tests 2024-09-27 23:16:16 +02:00
Jakub P. 55ebe2cc0b test: add change own user data test 2024-09-24 18:42:30 +02:00
Jakub P. 09b2b7350c test: add applications settings tests 2024-09-20 13:03:22 +02:00
Jakub P. 3408be2840 test: search for proper snackbar on user create error 2024-09-19 13:50:11 +03:00
Jakub P. 8d10f26f56 test: add pop-up notification test 2024-09-10 17:40:34 +02:00
Jakub P. 687295f772 test: update roles related snackbar locator 2024-09-06 09:51:22 +00:00
Jakub P. ec22184087 test: add wait for substeps response 2024-08-30 12:53:35 +02:00
Jakub P. e008087c4a test: harden webhook tests 2024-08-22 12:05:52 +02:00
Jakub P. 2c21b7762c test: add simple webhook flow test 2024-08-20 19:17:08 +02:00
Jakub P. a755ee8dc1 fix: improve paths for windows os 2024-08-05 14:00:02 +00:00
Jakub P. 8fba6704df Merge remote-tracking branch 'upstream/main' into AUT-1115 2024-07-22 16:32:09 +02:00
Jakub P. 37d02eba02 test: add teardown dependency to clean db after tests 2024-07-22 15:42:21 +02:00
Ali BARIN 52b938eabe Merge pull request #1980 from kuba618/AUT-1119
test: add removed user invitation test
2024-07-19 11:42:29 +02:00
Jakub P. 2afc00364a test: add removed user invitation test 2024-07-18 12:40:48 +02:00
Jakub P. 0a1461231b chore: add linter to tests 2024-07-18 12:39:04 +02:00
Jakub P. 129327f40d test: add admin account setup tests 2024-07-18 12:29:35 +02:00
Jakub P. 2f1f537e00 test: add accept invitation invalid token tests 2024-07-16 12:08:50 +02:00
Ali BARIN 61e90aed60 chore: upgrade @playwright/test with 1.45.1 2024-07-12 13:40:51 +00:00
Ali BARIN a9f5736c12 test: cover accept invitation flow 2024-07-11 11:38:23 +02:00
Ali BARIN 2bd4dd3ab0 test(e2e-tests): cover password field removal 2024-07-11 11:38:23 +02:00
Ali BARIN 8a0720b0e3 test: update first app path 2024-05-15 15:52:02 +00:00
QAComet ad144206dd fix(e2e): update expect to web-first assertion, wait for edit form to load 2024-03-18 12:22:56 -06:00
QAComet 2c410bf318 docs(e2e-tests): write basic README for setting up the tests (#1730) 2024-03-15 13:08:04 +01:00
kasia.oczkowska 9f7dee3baa test: introuce test fix, select role by exact name 2024-03-06 16:28:17 +01:00
Ali BARIN b3ae2d2748 refactor(web): remove typescript 2024-02-29 09:38:32 +00:00
Ali BARIN fe10523972 test: update first app as azure-openai 2023-12-20 14:51:30 +00:00
QAComet 11e0cb9398 test: add page title test ids to await and await mounting loader components 2023-11-12 16:46:38 -07:00
Faruk AYDIN 5492fae213 Release v0.10.0 2023-11-09 15:48:33 +03:00
QAComet 112b05f7ad test: add wait for roles loader to detach 2023-11-08 10:39:02 +01:00
Moaaz Elsayed a4a0102679 feat(carbone): add carbone integration (#1405)
* feat(carbone): add carbone integration

* Update list-apps.spec.js to ensure Carbone is the first application in the alphabetically sorted list

Previously, the test expected DeepL to be the first in the list. Now, this change ensures that Carbone will take precedence as it will come first in the alphabetical order.
2023-11-07 13:00:22 +01:00
Rıdvan Akca 4ff824663b test: skip admin role is not deletable 2023-11-06 14:21:19 +01:00
QAComet 1581b5ac0a test: write tests for role management (#1396) 2023-11-06 10:35:20 +01:00
QAComet 1a55cc8604 test: update snackbar with variant and data-test attributes 2023-10-27 19:48:40 +02:00
QAComet 463e6908b1 test: write tests for user management (#1316)
* chore: add data-test attributes

* test: add github connection test, add applications modal

* test: write tests for user management
2023-10-26 15:12:37 +02:00
QAComet 2fceaf2cf4 test: fix flakiness in GH connection test case (#1383) 2023-10-25 11:04:04 +02:00
QACometandAli BARIN 4cedbdbc60 test: add tests for git connection (#1289)
* chore: add data-test attributes

* test: add github connection test, add applications modal

* chore: embed test GITHUB_CLIENT_* environment values

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-10-23 18:48:23 +02:00
Ali BARIN f79fc29203 chore: add mock license server 2023-10-06 14:39:11 +02:00
Rıdvan AkcaandAli BARIN 25ce63b86d feat(user-interface): use default config as fallback (#1251)
* feat(user-interface): return default app values

* test: remove skip in UI tests

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-09-11 14:06:05 +02:00
Faruk AYDIN 8156b8b356 Release v0.9.3 2023-09-01 12:35:19 +02:00
Ali BARIN 4d4091adcc test: write login page tests 2023-08-28 20:11:21 +02:00
Ali BARIN cac54c41a1 chore: run automatisch in playwright workflow 2023-08-28 20:11:21 +02:00
Faruk AYDIN 82031da6a6 Release v0.9.2 2023-08-28 16:30:29 +02:00
Faruk AYDIN ca3c0e00a7 Release v0.9.1 2023-08-28 14:47:05 +02:00
Faruk AYDIN adf763c1b0 Release v0.9.0 2023-08-28 13:13:23 +02:00
Rıdvan AkcaandAli BARIN a3b3038709 test(user-interface-configuration): write initial tests (#1242)
* test(user-interface): add tests with playwright

* test: refactor UI configuration tests

---------

Co-authored-by: Ali BARIN <ali.barin53@gmail.com>
2023-08-25 21:31:02 +02:00