authelia/test/helpers
Clément Michaud c503765dd6
Implement retry mechanism for broken connections to mongo (#258)
Before this patch, when Authelia started, if Mongo was not
up and running, Authelia failed to connect and never retried.
Now, everytime Authelia faces a broken connection, it tries
to reconnect during the next operation.
2018-08-19 16:51:36 +02:00
..
access-secret.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
click-on-button.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
fill-login-page-and-click.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
login-and-register-totp.ts Implement retry mechanism for broken connections to mongo (#258) 2018-08-19 16:51:36 +02:00
login-as.ts Implement retry mechanism for broken connections to mongo (#258) 2018-08-19 16:51:36 +02:00
register-totp.ts Implement retry mechanism for broken connections to mongo (#258) 2018-08-19 16:51:36 +02:00
see-notification.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
validate-totp.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
visit-page.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
wait-redirected.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
with-driver.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00