runTest.bat 314 B

12345678
  1. setlocal EnableDelayedExpansion
  2. del /q /s .\coverage\json_files\*.json
  3. cd ../
  4. for /f %%p in ('grunt ') do set gruntRe=%%p
  5. cd spec
  6. for /f %%j in ('karma start ./karma.conf.js') do set karmaRe=%%j
  7. for /f %%i in ('node ./mergeCoverageForIstanbul.js') do set re=%%i
  8. istanbul report html coverage/json_files/%re%.json