Skip to content

Commit fa91378

Browse files
committed
link docs
1 parent 03c7ca3 commit fa91378

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

book/src/framework/testing.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
# Testing Maturity Model
22

3-
[Here](https://github.com/smartcontractkit/chainlink-testing-framework/actions/runs/11739154666/job/32703095118?pr=1311) are our "golden" templates for end-to-end tests, covering every test type:
3+
Read this [doc](https://github.com/smartcontractkit/chainlink-testing-framework/tree/main/framework/examples/myproject) to understand the rationale behind our testing approach and to explore the stages of maturity in end-to-end testing.
44

5-
- `Smoke`
6-
- `PerformanceBaseline`
7-
- `Chaos`
8-
- `Upgrade`
9-
10-
These tests act as a maturity model and are implemented across all our products.
11-
12-
Refer to this README to understand the rationale behind our testing approach and to explore the stages of maturity in end-to-end testing.
13-
14-
## Developing
15-
Run the tests locally
16-
```
17-
CTF_CONFIGS=smoke.toml go test -v -run TestSmoke
18-
CTF_CONFIGS=performance_baseline.toml go test -v -run TestPerformanceBaseline
19-
CTF_CONFIGS=chaos.toml go test -v -run TestChaos
20-
CTF_CONFIGS=upgrade.toml go test -v -run TestUpgrade
21-
```
5+
The following chapters detail specific testing types and best practices for system-level end-to-end testing.

0 commit comments

Comments
 (0)