debug
This command helps you to debug your integration tests. It stops the running queue and gives you time to jump into the browser and check the state of your application (e.g. using the dev tools). Once you are done go to the command line and press Enter.
Usage
1 | client.debug().then(callback); |
Parameters
Param | Type | Details |
---|---|---|
Example
1 | client |