CI and test suite quality
21 procedures covering test coverage, flaky test detection, test duration, build reproducibility, dependency vulnerabilities and audits. Out of scope here: CI vendor setup guides, pipeline architecture, release management.
Dependencies and Lockfile
- How to check dependency tree npm
- How to check if package lock is in sync
- How to check installed npm package version
- How to check npm package licenses
- How to check npm packages for vulnerabilities
- How to check outdated npm packages
- How to check unused dependencies in package json
- How to check why a package is installed