tests - enable colors for windows (CI supports it and the new Windows terminal too)

This commit is contained in:
Benjamin Pasero
2021-04-19 09:29:20 +02:00
parent cc778d679f
commit 14981ce89d
14 changed files with 14 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ const suite = 'Integration HTML Extension Tests';
const options = {
ui: 'tdd',
useColors: (!process.env.BUILD_ARTIFACTSTAGINGDIRECTORY && process.platform !== 'win32'),
color: true,
timeout: 60000
};