tia
Version:
Time is All (logs driven test engine with ExtJs support)
10 lines (6 loc) • 331 B
JavaScript
const { t, a, l } = gT;
t.setTitle('TODO (LOW PRIORITY): catch messages from stderr');
l.println('This log should contain message from stderr');
// TODO:
// console.warn('This console.warn message should be cought and placed to test log');
// console.error('This console.error message should be cought and placed to test log');