I want to use testdriver to test the end to end usage of a website that requires login (and https://en.wikipedia.org/wiki/Time-based_one-time_password)
I do not want to be storing the username and password in the yaml test, instead I want it to be read from the environment or (even better) a file.
Since the TOTP will vary over time, I'll need a way for the TOTP key/details to be read, and for it to generate a valid code and submit it within the validity model
Here's an example from playwright https://playwrightsolutions.com/playwright-login-test-with-2-factor-authentication-2fa-enabled/ thought I would expect "secret" to get configured from the environment, or a file