Skip to content

Commit

Permalink
doc(test): update command to run one functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jailln committed Oct 3, 2024
1 parent 4b57498 commit c862ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CODING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<test_case>.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
Expand Down

0 comments on commit c862ca7

Please sign in to comment.