UNPKG

grunt-qunit-puppeteer

Version:

A test harness for running QUnit tests in headless Chromium (in Grunt)

14 lines 379 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch Grunt", "args": ["doTestChrome"], "program": "${env:APPDATA}\\npm\\node_modules\\grunt-cli\\bin\\grunt", "stopOnEntry": true, "cwd": "${workspaceRoot}" } ] }