mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
vsts: report smoketest results
This commit is contained in:
@@ -10,8 +10,8 @@ const glob = require('glob');
|
||||
const suite = 'Integration HTML Extension Tests';
|
||||
|
||||
const options = {
|
||||
ui: 'tdd', // the TDD UI is being used in extension.test.ts (suite, test, etc.)
|
||||
useColors: true, // colored output from test results (only windows cannot handle)
|
||||
ui: 'tdd',
|
||||
useColors: true,
|
||||
timeout: 60000
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user