1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:42:07 +02:00
tldr/pages.it/common/behat.md
Francesco Franchina 28c4d26221
pages.it/*: update path placeholders and "directory" translations (#9031)
- Replace "al" -> "del", "alla" -> "della", etc. in command paths
- Replace all instances of "cartella" with "directory"
- Update contributing-guides/translation-templates/common-arguments.md to
  reflect these changes

Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com>
Co-authored-by: Marco Bonelli <marco@mebeim.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-10-20 15:26:58 +02:00

28 lines
547 B
Markdown

# 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}}`
- Mostra una lista delle definizioni nelle suite di test:
`behat --definitions`