mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
behat: add Italian translation.
This commit is contained in:
parent
89c43ca8e4
commit
a10d161481
1 changed files with 28 additions and 0 deletions
28
pages.it/common/behat.md
Normal file
28
pages.it/common/behat.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# 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/a/file}}`
|
||||
|
||||
- Mostra una lista delle definizioni nelle suite di test:
|
||||
|
||||
`behat --definitions`
|
Loading…
Add table
Reference in a new issue