[devtools] make migration handler easily available from CubicWebTC through .shell() method
So we are able to use shell/migration helper methods directly from test cases.
functionset_tab(tabname,cookiename){// set appropriate cookieloadRemote('json',ajaxFuncArgs('set_cookie',null,cookiename,tabname));// trigger show + tabname eventtrigger_load(tabname);}