627 shaares
4 results
tagged
tdd
Comment mettre en place des tests unitaires sur les images Docker à l'aide de RSpec et ServerSpec
Un framework de test unitaire pour les scripts bash
L'article de référence sur l'intégration continue.
Workflow:
- Checkout code from source control in working copy
- Write code
- Write tests (XUnit)
- Run automated build in dev machine
- Update working copy from source control
- Run automated build again on updated workin copy
- Fix & rebuild if KO
- Commit to the mainline
- Build on CI server
- Fix immediatly if KO on CI server
Description des différents de testing utilisable avec Chef (test unitaires, tests d'integration, ...)