vsts: report smoketest results

This commit is contained in:
Joao Moreno
2018-06-12 17:37:53 +02:00
parent 4dc738593b
commit 8a3ffed0ab
12 changed files with 141 additions and 126 deletions

View File

@@ -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
};