run web-unit-tests in chromium, webkit, and firefox

@bpasero fyi that I have disabled the "editor observer copy group" test for web
This commit is contained in:
Johannes Rieken
2020-04-07 10:47:17 +02:00
parent ef8ba5c8d1
commit 0549900aa5
2 changed files with 6 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ const optimist = require('optimist')
.describe('run', 'only run tests matching <relative_file_path>').string('run')
.describe('glob', 'only run tests matching <glob_pattern>').string('glob')
.describe('debug', 'do not run browsers headless').boolean('debug')
.describe('browser', 'browsers in which tests should run').string('browser').default('browser', ['chromium'])
.describe('browser', 'browsers in which tests should run').string('browser').default('browser', ['chromium', 'firefox', 'webkit'])
.describe('reporter', 'the mocha reporter').string('reporter').default('reporter', defaultReporterName)
.describe('reporter-options', 'the mocha reporter options').string('reporter-options').default('reporter-options', '')
.describe('tfs', 'tfs').string('tfs')