developit / karmatic

🦑 Easy automatic (headless) browser testing with Jest's API, but powered by Karma & Webpack.
https://npm.im/karmatic
1.18k stars 42 forks source link

[feature] Add `--dev-tools` flag #34

Open developit opened 4 years ago

developit commented 4 years ago

karmatic debug --dev-tools (aliased as --devtools) would use Puppeteer to open DevTools.

To Do

suchipi commented 4 years ago

We might actually not need this if we have the --debug flag; in karmatic-nightmare, it just opens DevTools on launch. But with the --debug flag, I think we would need to open dev tools so that people could see the debugger.