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

Break standalone/hosted specs out from each other #477

Open
squizzi opened this issue Oct 11, 2024 · 0 comments
Open

Break standalone/hosted specs out from each other #477

squizzi opened this issue Oct 11, 2024 · 0 comments
Labels
test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran

Comments

@squizzi
Copy link
Contributor

squizzi commented Oct 11, 2024

Break standalone/hosted specs out from each other so that standalone can be ran separately from hosted tests and one will not fail the entire test. This will require us to have hosted tests that depend on the standalone tests. We could either do this in a Before but the better way to do this to prevent us from having to redo standalone env for each hosted test would probably to not delete the standalone in AfterEach, but call deletion validation in a separate Context so that the standalone test lives on past it's It.

The tests should support labels like template: standalone so that just standalone tests can be ran.

@squizzi squizzi added the test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test e2e Runs the entire provider E2E test suite, controller E2E tests are always ran
Projects
Status: Todo
Development

No branches or pull requests

1 participant