summaryrefslogtreecommitdiff
path: root/config/karma.config.js
Commit message (Expand)AuthorAgeFilesLines
* Move frontend fixtures into spec/frontendMike Greiling2019-07-191-1/+1
* Move frontend fixtures to tmp/testsMike Greiling2019-07-191-2/+8
* Merge branch '58869-unified-fe-test-script' into 'master'Clement Ho2019-05-231-5/+21
|\
| * Add empty test suite flag to karma wrapperPaul Slaughter2019-05-131-5/+21
* | Suppress keychain access popup from chromedriver in KarmaWinnie Hellmann2019-05-151-0/+2
|/
* Load EE fixtures from ee/ directory in KarmaWinnie Hellmann2019-05-021-1/+4
* Use FIXTURES_PATH for loading test.pdfWinnie Hellmann2019-04-301-1/+1
* Use FIXTURES_PATH in balsamiq_viewer_integration_spec.jsWinnie Hellmann2019-04-301-1/+1
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-1/+1
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-1/+1
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-1/+1
* Resolve differences in Karma config between CE and EEWinnie Hellmann2019-03-141-15/+19
* Merge branch 'winh-ignore-karma-404' into 'master'Mike Greiling2019-03-131-0/+22
|\
| * Hide 404 errors in Karma locallyWinnie Hellmann2019-03-131-0/+22
* | Merge branch 'mg-remove-node6-support' into 'master'Clement Ho2019-03-111-5/+5
|\ \
| * | Remove node 6 trailing comma supportMike Greiling2019-03-111-5/+5
| |/
* | Make the Default Reporter `mocha` For KarmaAndrew Fontaine2019-03-111-2/+2
|/
* Make DefinePlugin definitions more specificMike Greiling2018-10-021-3/+2
* Remove babel-plugin-transform-define dependencyMike Greiling2018-10-021-4/+7
* Speed up karma runs for developmentSimon Knox2018-10-021-1/+6
* Fix karma junit reports on CILukas Eipert2018-09-141-1/+1
* Generate JUnit report for Karma testsWinnie Hellmann2018-09-111-3/+12
* disable nodeEnv within karma configfix-webpack-node-envfix-foo-testMike Greiling2018-06-211-0/+1
* adjust webpack configMike Greiling2018-05-011-13/+8
* Fix memory and performance issues in Karma test suiteMike Greiling2018-05-011-16/+61
* disable sourcemaps when generating coverage report to avoid out-of-memory errorsMike Greiling2018-04-231-1/+1
* use commander for safer cli argument parsingLukas Eipert2018-04-111-5/+13
* move TEST_FILES variable to `process.env`Lukas Eipert2018-04-101-1/+1
* remove unnecessary webpack plugins assignment in karma configLukas Eipert2018-04-101-2/+0
* read which testfiles to run from CLILukas Eipert2018-04-101-1/+6
* Merge branch 'master' into winh-single-karma-testLukas Eipert2018-04-101-4/+6
|\
| * Projects and groups badges settings UIFrancisco Javier López2018-04-081-1/+1
| * prettify all node scriptsMike Greiling2018-03-231-4/+4
| * Rest of Dispatcher RefactorJacob Schatz2018-02-211-1/+1
| * Set timezone for karma to UTCTakuya Noguchi2018-01-231-0/+2
* | Add option to run a single Karma spec filewinh-single-karma-testWinnie Hellmann2017-12-221-0/+8
|/
* fix karma config filejivl-fix-karma-config-fileJose Ivan Vargas2017-11-071-9/+0
* disable webpack.optimize.ModuleConcatenationPlugin during karma testsdisable-webpack-optimizationMike Greiling2017-08-211-0/+1
* Merge branch 'master' of github.com:gitlabhq/gitlabhqkushalpandya2017-06-201-0/+9
|\
* | Increase karma socket timeoutMike Greiling2017-06-161-0/+1
|/
* add DEBUG flag option to karma configMike Greiling2017-06-141-6/+17
* run chrome with --no-sandbox flag to get around docker privilege limitationsMike Greiling2017-06-141-4/+5
* force chrome to produce debug output as it runs in CIMike Greiling2017-06-141-1/+9
* replace PhantomJS with headless Chrome as karma test runnerMike Greiling2017-06-141-1/+1
* Revert "Merge branch 'karma-headless-chrome' into 'master'"Mike Greiling2017-06-131-1/+1
* replace PhantomJS with headless Chrome as karma test runnerMike Greiling2017-06-131-1/+1
* Use inline source maps for karma (!11815)winh-karma-sourcemapswinh2017-05-311-0/+2
* Only add frontend code coverage instrumentation when generating coverage reportMike Greiling2017-03-201-18/+14
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-1/+1
* remove problematic plugins from karma's webpack configMike Greiling2017-03-031-1/+12