Skip to content

Commit 0e093e6

Browse files
committed
levels 2
1 parent 5c0e118 commit 0e093e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

framework/examples/myproject/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,15 @@
77
[![Scalability](https://img.shields.io/badge/Level_5-Scalability-blue?branch=maturity-model&job=TestSmoke)](https://github.com/smartcontractkit/chainlink-testing-framework/actions?query=workflow%3Aframework-golden-tests+branch%3Amaturity-mode)
88

99
## Level 1
10-
The team maintains a system-level smoke test where all components are deployed using docker.
10+
The team maintains a system-level smoke test where all components are deployed using `docker`.
11+
12+
All on-chain changes are done through [chainlink-deployments](https://github.com/smartcontractkit/chainlink-deployments).
1113

1214
The test is readable, and the README clearly explains its purpose.
1315

14-
The test is reliable and stable when run with a count of 30. If your project includes multiple use cases and functionality suitable for end-to-end testing, you can add additional tests at this level.
16+
The test is reliable and stable when run with a count of 30.
17+
18+
If your project includes multiple use cases and functionality suitable for end-to-end testing, you can add additional tests at this level.
1519

1620
## Level 2
1721
The team has an "upgrade" test to verify product compatibility with older versions.

0 commit comments

Comments
 (0)