We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e7ff2 commit 9d6ed83Copy full SHA for 9d6ed83
book/src/framework/components/analyze_ci.md
@@ -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