İstanbul'u işe almaya çalışıyorum. Gördüğünüz gibi online ben her şeyi denedimMocha testleri için İstanbul kod kapsamı
No coverage information was collected, exit without writing coverage information
bulabildiğim:
Koşuyorum istanbul sonunda bu mesajı almaya devam
"scripts": {
"start": "node ./bin/start.js",
"test": "mocha test --no-timeouts",
"debug_mocha": "node-debug --no-timeouts _mocha",
"eslint": "eslint .",
"jshint": "jshint --exclude ./node_modules .",
"istanbul": "istanbul cover --include-all-sources --hook-run-in-context node_modules/.bin/_mocha -- -u exports -R spec test/**/*",
"istanbul2":"istanbul cover node_modules/.bin/_mocha -- -u exports -R spec test/**/*",
"istanbul1":"istanbul cover node_modules/.bin/_mocha -- test/**/*",
"istanbul0":"istanbul cover _mocha test/**/*.js",
"istanbul3":"istanbul cover _mocha -- -R spec --recursive test"
}
benim .istanbul.yml dosyasıdır Projenin kökünde ve istanbul gibi görünüyor, başarılı bir şekilde alıyor.
//.istanbul.yml
instrumentation:
compact: false
save-baseline: true
reporting:
reports:
- lcov
- cobertura
Neyi eksik?
Kodu sınama altında test edebilir ve teknik özellikleri test etmek için kullanabilir misiniz? – JME
Merhaba JME..sorry bunları test etmek için kullanılan özellikleri kastediyorsunuz? –
Özellikler = testler ;-) – JME