From c862ca7376c195596c1111064f8189ccaad04348 Mon Sep 17 00:00:00 2001 From: Jaillot Vincent Date: Mon, 30 Sep 2024 15:14:32 +0200 Subject: [PATCH] doc(test): update command to run one functional test --- CODING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODING.md b/CODING.md index 0676064f60..0be99cfcf5 100644 --- a/CODING.md +++ b/CODING.md @@ -63,7 +63,7 @@ Then tests can be run with five differents methods: * `npm run test-dev`: build in development mode and run all tests in iTowns (to get more messages) * `npm run test-unit`: run unit tests only * `npm run test-functional`: run functional testing with examples only, use - `npx mocha -t 30000 test/functional/bootstrap.js + `mocha -t 30000 --require test/functional/hooks_functional.js test/functional/.js` to run a single example * `npm run test-with-coverage`: build and run all tests in iTowns and generate a report on the coverage of the tests