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
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).
11
13
12
14
The test is readable, and the README clearly explains its purpose.
13
15
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.
15
19
16
20
## Level 2
17
21
The team has an "upgrade" test to verify product compatibility with older versions.
0 commit comments