Skip to content

Commit

Permalink
Update _posts/2024-08-20-js-nation-react-summit-2024.md
Browse files Browse the repository at this point in the history
Co-authored-by: Etienne D. <[email protected]>
  • Loading branch information
fdubost and EtienneDOYON authored Aug 19, 2024
1 parent 23873c9 commit b755b11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _posts/2024-08-20-js-nation-react-summit-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Testing has been a guide and a real challenge since we began the JS web project

[DORA metrics](https://www.datadoghq.com/knowledge-center/dora-metrics/) should be adopted to measure how good your are for shippping software with **4 indicators**:

- deployment frequency,
- lead time for changes,
- change failure rate,
- time to restore service.
- Deployment frequency
- Lead time for changes
- Change failure rate
- Time to restore service

The first three are affected by the testing strategy. The _[Testing Trophy](https://kentcdodds.com/blog/the-testing-trophy-and-testing-classifications)_ can help to write the right tests given the **return on investment** of the different forms.

Expand Down

0 comments on commit b755b11

Please sign in to comment.