Skip to content

Commit 4cc0ae7

Browse files
committed
update
1 parent 0223ea5 commit 4cc0ae7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# End-to-End Testing Project Maturity Model
22

3-
[![Smoke](https://img.shields.io/badge/Level_1-TestSmoke?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
4-
5-
[![Smoke](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-model)
6-
[![Performance Baseline](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=PerformanceBaseline)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
7-
[![Chaos](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestChaos)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
8-
[![Upgrade](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml/badge.svg?branch=maturity-model&job=TestUpgrade)](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml)
3+
[![Smoke](https://img.shields.io/badge/Level_1_:_Smoke-TestSmoke-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
4+
[![Upgrade](https://img.shields.io/badge/Level_2_:_Upgrade-TestUpgrade-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
5+
[![Performance Baseline](https://img.shields.io/badge/Level_3_:_Performance_Baseline-TestUpgrade-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
6+
[![Resiliency](https://img.shields.io/badge/Level_4_:_Resiliency-TestChaos-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
7+
[![Scalability](https://img.shields.io/badge/Level_5_:_Resiliency-TestScalability-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
98

109
## Developing
1110
Run the tests locally
1211
```
1312
CTF_CONFIGS=smoke.toml go test -v -run TestSmoke
13+
CTF_CONFIGS=upgrade.toml go test -v -run TestUpgrade
1414
CTF_CONFIGS=performance_baseline.toml go test -v -run TestPerformanceBaseline
1515
CTF_CONFIGS=chaos.toml go test -v -run TestChaos
16-
CTF_CONFIGS=upgrade.toml go test -v -run TestUpgrade
16+
CTF_CONFIGS=scalability.toml go test -v -run TestScalability
1717
```

0 commit comments

Comments
 (0)