debugPage

Pipes the current page in to the TestBox debug panel.

Arguments

Name Type Required Default Description
No Arguments

Examples

it( "can see the current page in the debug panel", function() {
    this.visit( "/login" )
        .debugPage();
} );