|
1 | 1 | # End-to-End Testing Project Maturity Model |
2 | 2 |
|
3 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml) |
4 | | - |
5 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-model) |
6 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml) |
7 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml) |
8 | | -[](https://github.com/smartcontractkit/chainlink-testing-framework/actions/workflows/framework-golden-tests.yml) |
| 3 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode) |
| 4 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode) |
| 5 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode) |
| 6 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode) |
| 7 | +[](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode) |
9 | 8 |
|
10 | 9 | ## Developing |
11 | 10 | Run the tests locally |
12 | 11 | ``` |
13 | 12 | CTF_CONFIGS=smoke.toml go test -v -run TestSmoke |
| 13 | +CTF_CONFIGS=upgrade.toml go test -v -run TestUpgrade |
14 | 14 | CTF_CONFIGS=performance_baseline.toml go test -v -run TestPerformanceBaseline |
15 | 15 | 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 |
17 | 17 | ``` |
0 commit comments