Signed-off-by: Eric Mountain <eric.mountain@datadoghq.com>
| ... | ... |
@@ -47,6 +47,13 @@ Bugs fixes should include a unit test case which exercises the bug. |
| 47 | 47 |
A bug fix may also include new assertions in existing integration tests for the |
| 48 | 48 |
API endpoint. |
| 49 | 49 |
|
| 50 |
+### Writing new integration tests |
|
| 51 |
+ |
|
| 52 |
+Note the `integration-cli` tests are deprecated; new tests will be rejected by |
|
| 53 |
+the CI. |
|
| 54 |
+ |
|
| 55 |
+Instead, implement new tests under `integration/`. |
|
| 56 |
+ |
|
| 50 | 57 |
### Integration tests environment considerations |
| 51 | 58 |
|
| 52 | 59 |
When adding new tests or modifying existing tests under `integration/`, testing |