From a10d1614812a79e124c4dec85daef655f78d9f99 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Sat, 15 Jun 2019 23:30:23 +0200 Subject: [PATCH] behat: add Italian translation. --- pages.it/common/behat.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages.it/common/behat.md diff --git a/pages.it/common/behat.md b/pages.it/common/behat.md new file mode 100644 index 0000000000..c372b1786a --- /dev/null +++ b/pages.it/common/behat.md @@ -0,0 +1,28 @@ +# behat + +> Un framework PHP per lo sviluppo quidato dal comportamento. +> Maggiori informazioni: . + +- 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`