authelia/test/helpers
Clément Michaud 9dab40c2ce
Add support for users database on disk. (#262)
In order to simplify the deployment of Authelia for
testing, LDAP is now optional made optional thanks
to users database stored in a file. One can update
the file manually even while Authelia is running.

With this feature the minimal configuration requires
only two components: Authelia and nginx.

The users database is obviously made for development
environments only as it prevents Authelia to be scaled
to more than one instance.

Note: Configuration has been updated. Key `ldap` has
been nested in `authentication_backend`.
2018-08-26 10:30:43 +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
click-on-link.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
fill-field.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +02:00
fill-login-page-and-click.ts Add tests for minimal configuration 2018-08-10 00:12:04 +02:00
get-identity-link.ts Add support for users database on disk. (#262) 2018-08-26 10:30:43 +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 Add support for users database on disk. (#262) 2018-08-26 10:30:43 +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