Skip to content
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

chore: modify detection of credentials to use for cypress tests #4580

Merged
merged 2 commits into from
Feb 7, 2025

Conversation

techfg
Copy link
Collaborator

@techfg techfg commented Feb 7, 2025

What does this PR do?

Ensures nx graph can be built without requiring that either UESIO_DEV or UESIO_AUTOMATION_PASSWORD is present in environment.

Did not see much of (any) reason to not default to just using Mock credentials if automation password is not supplied. If the server is not configured to support mock auth, the tests will fail anyway. Seems more appropriate to use mock by default unless overridden via automation environment variable values.

Resolves #4579

Testing

ci & e2e will cover.

@techfg techfg merged commit 8e577ca into main Feb 7, 2025
5 checks passed
@techfg techfg deleted the chore/issue-4579-cypress-auth-setup branch February 7, 2025 00:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: UESIO_AUTOMATION_PASSWORD was not provided error when running nx commands
1 participant