-
Notifications
You must be signed in to change notification settings - Fork 109
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
Add make command to run a specific e2e test #1547
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## fanny/refactor-kind-e2e #1547 +/- ##
========================================================
Coverage 48.94% 48.94%
========================================================
Files 227 227
Lines 20636 20636
========================================================
Hits 10101 10101
Misses 10010 10010
Partials 525 525
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
|
What does this PR do?
Adds a new make command to run a specific E2E test by setting the
E2E_RUN_REGEX
environment variable in your terminal to the name of the desired test.Removes parentheses from E2E test names
Motivation
Sometimes we don't want to run the entire E2E test suite, especially when trying to check or develop one test.
Additional Notes
Anything else we should know when reviewing?
Minimum Agent Versions
Are there minimum versions of the Datadog Agent and/or Cluster Agent required?
Describe your test plan
E2E_RUN_REGEX
in your terminal window to the full name of an E2E test. ex:export E2E_RUN_REGEX=TestLocalKindSuite/TestGenericK8s/Minimal_DDA_config
make e2e-tests
E2E_RUN_REGEX
in the output.E2E_RUN_REGEX
--export E2E_RUN_REGEX=
make e2e-tests
Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label