ci: clean up CI logging, folding, add build time logging, and improve error handling (#14425)
This commit is contained in:
@ -56,3 +56,13 @@ tunnel.start(function(error) {
|
||||
tunnel.on('error', function(error) {
|
||||
console.error(error);
|
||||
});
|
||||
|
||||
|
||||
// TODO(i): we should properly stop the tunnel when tests are done.
|
||||
// tunnel.stop(function(error) {
|
||||
// if (error) {
|
||||
// console.log(error);
|
||||
// } else {
|
||||
// console.log('browserStack tunnel has stopped');
|
||||
// }
|
||||
//});
|
||||
|
Reference in New Issue
Block a user