-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the static user fixture a requirement? #26
Comments
I tried forking and fixing it, but for some weird reason I can't push to my fork! Never happened to me before, so I'm at loss here.. anyway, the solution I was going for was allowing So the signature would change to I don't know enough about Cypress or keycloak to be confident about that solution, however, and the tests in this package just sat around and failed to start so 🤷 hehe.. (Btw, is |
I ran into this problem as well, and separating the credentials from the repo is on my Issues list. It would be nice if the package was updated to work with .env as I DO have Cypress.env working beside for the credentials |
Any movement on this? |
We're not using this plugin yet, because we would have to store the user credentials in git without encryption. It would be great if we had the flexibility of passing the username and password directly to |
We had similar concerns, so I opened #32 as a new PR before just seeing this open issue :-) @prewk I thought about the same approach you mentioned to handle both types :-) Hopefully the PR gets merged soon. Meanwhile, if anyone wants to give it a try, feel free to point to the fork I created, by updating your
|
Cool, I can't promise I have the time to try it atm due to stuff but awesome work! |
any movement on this repo? |
This package is pretty solid: https://github.com/babangsund/cypress-keycloak |
Wouldn't it be sensible to allow environment variables to determine the user, as is common in a CI context?
This solution requires one to commit user credentials into git 😓
The text was updated successfully, but these errors were encountered: