-
Notifications
You must be signed in to change notification settings - Fork 881
chore: add more e2e template settings tests #12717
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
Conversation
fe17609
to
898d81f
Compare
I'm not super happy about this implementation, because it means running any "enterprise" test requires running all of the "non-enterprise" tests first, but it does work. All of the tests are still running on a single coderd instance, but it runs all of the tests that work without a license, then adds the license, and then runs more tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool way to do it. I like the "enterpriseSpec" matching!
ok, I think I came up with a way to do this that I'm a lot happier with, because it makes these way easier to run partially/locally. |
Part of #12504