mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-16 12:58:00 +00:00
63a9312a8e
Improve integration tests:
- spliting the tests in TokenExchange to isolated instances and in
parallel
- corrected some test structure so that the check for Details is no done
anymore if the test already failed
- replace required-calls with assert-calls to not stop the testing
- add gofakeit for application, project and usernames(emails)
- add eventually checks for testing in actions v2, so the request only
get called when the execution is defined
- check for length of results in list/search endpoints to avoid index
errors
(cherry picked from commit
|
||
---|---|---|
.. | ||
integration_test | ||
email.go | ||
otp.go | ||
passkey_test.go | ||
passkey.go | ||
password_test.go | ||
password.go | ||
phone.go | ||
query.go | ||
server.go | ||
totp_test.go | ||
totp.go | ||
u2f_test.go | ||
u2f.go | ||
user_test.go | ||
user.go |