tldr/pages.it/common/behat.md

29 lines
547 B
Markdown
Raw Normal View History

2019-06-15 22:30:23 +01:00
# behat
> Un framework PHP per lo sviluppo quidato dal comportamento.
> Maggiori informazioni: <https://behat.org>.
- Inizializza un nuovo progetto Behat:
`behat --init`
- Esegui tutti i test:
`behat`
- Esegui tutti i test di una specifica suite:
`behat --suite={{nome_suite}}`
- Esegui i test con uno specifico formato di output:
`behat --format {{pretty|progress}}`
- Esegui i testi e scrivi i risultati in un file:
`behat --out {{percorso/del/file}}`
2019-06-15 22:30:23 +01:00
- Mostra una lista delle definizioni nelle suite di test:
`behat --definitions`