* Enables debugging if requested via command line.
()
| 556 | * Enables debugging if requested via command line. |
| 557 | */ |
| 558 | function setDebuggingLevel() { |
| 559 | if (argv.debug) { |
| 560 | argv['chrome_debug'] = true; |
| 561 | argv['webserver_debug'] = true; |
| 562 | argv['percy_agent_debug'] = true; |
| 563 | } |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Creates a Percy build with only a blank page for comparison. |
no outgoing calls
no test coverage detected