Skip to content

Commit 9d6ed83

Browse files
committed
docs
1 parent d6e7ff2 commit 9d6ed83

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Analyzing CI Runs
2+
3+
We offer a straightforward CLI tool designed to analyze CI runs, focusing on Jobs and Steps, to provide deeper insights into system-level tests.
4+
5+
## Examples
6+
```
7+
# GITHUB_TOKEN must have access to "actions" API
8+
export GITHUB_TOKEN=...
9+
10+
# E2E tests from core, the last day
11+
ctf ci -r "smartcontractkit/chainlink" -w "Integration Tests"
12+
13+
# Last 3 days runs for e2e framework tests
14+
ctf ci -r "smartcontractkit/chainlink-testing-framework" -w "Framework Golden Tests Examples" -d 3
15+
```

0 commit comments

Comments
 (0)