Skip to content

Commit

Permalink
fix(tests): add analyzer resource to cli e2e table (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc committed Jun 27, 2023
1 parent c1fad40 commit 153103e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions testing/cli-e2etest/README.md
Expand Up @@ -113,6 +113,19 @@ The main idea is to test every CLI command against the Tracetest server with dif
| `list pollingprofile --output json` | [ListPollingProfile](./testscenarios/pollingprofile/list_pollingprofile_test.go) |
| `list pollingprofile --output yaml` | [ListPollingProfile](./testscenarios/pollingprofile/list_pollingprofile_test.go) |

### Resources: Analyzer

| CLI Command | Test scenarios |
| ----------------------------------------------------- | -------------- |
| `apply analyzer -f [analyzer-file]` | [ApplyAnalyzer](./testscenarios/analyzer/apply_analyzer_test.go) |
| `delete analyzer --id current` | [DeleteAnalyzer](./testscenarios/analyzer/delete_analyzer_test.go) |
| `get analyzer --id current --output pretty` | [GetAnalyzer](./testscenarios/analyzer/get_analyzer_test.go) |
| `get analyzer --id current --output json` | [GetAnalyzer](./testscenarios/analyzer/get_analyzer_test.go) |
| `get analyzer --id current --output yaml` | [GetAnalyzer](./testscenarios/analyzer/get_analyzer_test.go) |
| `list analyzer --output pretty` | [ListAnalyzer](./testscenarios/analyzer/list_analyzer_test.go) |
| `list analyzer --output json` | [ListAnalyzer](./testscenarios/analyzer/list_analyzer_test.go) |
| `list analyzer --output yaml` | [ListAnalyzer](./testscenarios/analyzer/list_analyzer_test.go) |

### Resources: Transactions

| CLI Command | Test scenarios |
Expand Down

0 comments on commit 153103e

Please sign in to comment.