authelia/test/features/step_definitions
Clement Michaud d8ff186303 Split client and server
Client and server now have their own tsconfig so that the transpilation is only
done on the part that is being modified.

It also allows faster transpilation since tests are now excluded from tsconfig.
They are compiled by ts-node during unit tests execution.
2017-10-07 00:49:42 +02:00
..
authentication.ts Split client and server 2017-10-07 00:49:42 +02:00
hooks.ts Split client and server 2017-10-07 00:49:42 +02:00
notifications.ts Wait for notifications to fade out before going forward in integration test steps. 2017-09-03 15:02:38 +02:00
redirection.ts Disable second factor for certain subdomain 2017-09-26 23:09:33 +02:00
regulation.ts Parameterize authentication regulation via configuration file. Both for flexibility and for testing purposes. 2017-09-03 12:48:35 +02:00
reset-password.ts Add SMTP notifier as an available option in configuration 2017-09-24 23:20:45 +02:00
resilience.ts Split example scripts, allow running example using pre-built docker container (example-dockerhub) or build build from source, as it is now (example-commit). 2017-09-05 06:32:50 -05:00
restrictions.ts Fix redirection after authentication and error page when accessing restricted pages 2017-08-03 00:41:13 +02:00