How to test authenticator

How can I use the authenticator-plugin with AppTest?

By now I can check the authentication_status in the session_state and I test if the warning Please enter username and password is shown on first app start.

I could manually set the authentication_status within the test case but I am wondering how I would test the authenticator plugin?

1 Like