You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
4
4
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