Hi all, I read this blog which can be used to store user credentials in env variables.
https://glebbahmutov.com/blog/keep-passwords-secret-in-e2e-tests/
We can pass single test user credentials using env variable. But I need help in finding a way to store multiple user credentials in one place.
Then for user A I want to run few test cases and for user B I want to run few other tests suites. How could I do that?