brackets-nodejs-integration
brackets-nodejs-integration copied to clipboard
Feature request : Support of other unit test library
I use brackets-nodesjs-integration to launch unit tests. My unit tests library is Intern. It works with a npm command npm run test
where test is a script defined in my package.json file :
"scripts": {
"test": "intern-client config=tests/config"
}
Is it a way to have the result like your mocha test sample with the list of tests in left panel? Other question : there is some colors on the text result when i run the command in my terminal (CMD on Windows 10). Why this colors are not displayed in your extension although there are colors in your nodejs process sample?