Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '58869-unified-fe-test-script' into 'master' | Clement Ho | 2019-05-23 | 1 | -5/+21 |
|\ | | | | | | | | | | | | | Create a unified script to run Jest & Karma tests Closes #58869 See merge request gitlab-org/gitlab-ce!27239 | ||||
| * | Add empty test suite flag to karma wrapper | Paul Slaughter | 2019-05-13 | 1 | -5/+21 |
| | | | | | | | | | | | | | | This is already supported karma feature, but it wasn't respected because our wrapper threw an error no matter what. https://github.com/karma-runner/karma/blob/fe9a1dd13b5eb3969f9e08acbce020e2a382fd9e/lib/cli.js#L201 | ||||
* | | Suppress keychain access popup from chromedriver in Karma | Winnie Hellmann | 2019-05-15 | 1 | -0/+2 |
|/ | |||||
* | Load EE fixtures from ee/ directory in Karma | Winnie Hellmann | 2019-05-02 | 1 | -1/+4 |
| | | | | (cherry picked from commit 7cde57bf7367bce130a2e7f149c8dafd362de3f8) | ||||
* | Use FIXTURES_PATH for loading test.pdf | Winnie Hellmann | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Use FIXTURES_PATH in balsamiq_viewer_integration_spec.js | Winnie Hellmann | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'winh-remove-sushi' into 'master' | Winnie Hellmann | 2019-03-26 | 1 | -1/+1 |
| | | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918) | ||||
* | Revert "Merge branch 'winh-remove-sushi' into 'master'" | Filipa Lacerda | 2019-03-22 | 1 | -1/+1 |
| | | | This reverts merge request !26430 | ||||
* | Remove .raw from JavaScript fixture file names | Winnie Hellmann | 2019-03-21 | 1 | -1/+1 |
| | | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body" | ||||
* | Resolve differences in Karma config between CE and EE | Winnie Hellmann | 2019-03-14 | 1 | -15/+19 |
| | |||||
* | Merge branch 'winh-ignore-karma-404' into 'master' | Mike Greiling | 2019-03-13 | 1 | -0/+22 |
|\ | | | | | | | | | Hide 404 errors in Karma locally See merge request gitlab-org/gitlab-ce!26073 | ||||
| * | Hide 404 errors in Karma locally | Winnie Hellmann | 2019-03-13 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'mg-remove-node6-support' into 'master' | Clement Ho | 2019-03-11 | 1 | -5/+5 |
|\ \ | | | | | | | | | | | | | Remove node 6 config See merge request gitlab-org/gitlab-ce!25933 | ||||
| * | | Remove node 6 trailing comma support | Mike Greiling | 2019-03-11 | 1 | -5/+5 |
| |/ | | | | | | | | | This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6 | ||||
* | | Make the Default Reporter `mocha` For Karma | Andrew Fontaine | 2019-03-11 | 1 | -2/+2 |
|/ | | | | | The `mocha` reporter provides a lot of detail about which tests that fail and why. | ||||
* | Make DefinePlugin definitions more specific | Mike Greiling | 2018-10-02 | 1 | -3/+2 |
| | |||||
* | Remove babel-plugin-transform-define dependency | Mike Greiling | 2018-10-02 | 1 | -4/+7 |
| | |||||
* | Speed up karma runs for development | Simon Knox | 2018-10-02 | 1 | -1/+6 |
| | | | | | | Using DefinePlugin means the block wrapped in GENERATE_COVERAGE_REPORT gets eliminated. Previously it was always included (with the entire app!), even if using -f option | ||||
* | Fix karma junit reports on CI | Lukas Eipert | 2018-09-14 | 1 | -1/+1 |
| | |||||
* | Generate JUnit report for Karma tests | Winnie Hellmann | 2018-09-11 | 1 | -3/+12 |
| | |||||
* | disable nodeEnv within karma configfix-webpack-node-envfix-foo-test | Mike Greiling | 2018-06-21 | 1 | -0/+1 |
| | |||||
* | adjust webpack config | Mike Greiling | 2018-05-01 | 1 | -13/+8 |
| | |||||
* | Fix memory and performance issues in Karma test suite | Mike Greiling | 2018-05-01 | 1 | -16/+61 |
| | |||||
* | disable sourcemaps when generating coverage report to avoid out-of-memory errors | Mike Greiling | 2018-04-23 | 1 | -1/+1 |
| | |||||
* | use commander for safer cli argument parsing | Lukas Eipert | 2018-04-11 | 1 | -5/+13 |
| | |||||
* | move TEST_FILES variable to `process.env` | Lukas Eipert | 2018-04-10 | 1 | -1/+1 |
| | |||||
* | remove unnecessary webpack plugins assignment in karma config | Lukas Eipert | 2018-04-10 | 1 | -2/+0 |
| | |||||
* | read which testfiles to run from CLI | Lukas Eipert | 2018-04-10 | 1 | -1/+6 |
| | |||||
* | Merge branch 'master' into winh-single-karma-test | Lukas Eipert | 2018-04-10 | 1 | -4/+6 |
|\ | | | | | | | | | # Conflicts: # spec/javascripts/test_bundle.js | ||||
| * | Projects and groups badges settings UI | Francisco Javier López | 2018-04-08 | 1 | -1/+1 |
| | | |||||
| * | prettify all node scripts | Mike Greiling | 2018-03-23 | 1 | -4/+4 |
| | | |||||
| * | Rest of Dispatcher Refactor | Jacob Schatz | 2018-02-21 | 1 | -1/+1 |
| | | |||||
| * | Set timezone for karma to UTC | Takuya Noguchi | 2018-01-23 | 1 | -0/+2 |
| | | |||||
* | | Add option to run a single Karma spec filewinh-single-karma-test | Winnie Hellmann | 2017-12-22 | 1 | -0/+8 |
|/ | |||||
* | fix karma config filejivl-fix-karma-config-file | Jose Ivan Vargas | 2017-11-07 | 1 | -9/+0 |
| | |||||
* | disable webpack.optimize.ModuleConcatenationPlugin during karma testsdisable-webpack-optimization | Mike Greiling | 2017-08-21 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of github.com:gitlabhq/gitlabhq | kushalpandya | 2017-06-20 | 1 | -0/+9 |
|\ | |||||
* | | Increase karma socket timeout | Mike Greiling | 2017-06-16 | 1 | -0/+1 |
|/ | |||||
* | add DEBUG flag option to karma config | Mike Greiling | 2017-06-14 | 1 | -6/+17 |
| | |||||
* | run chrome with --no-sandbox flag to get around docker privilege limitations | Mike Greiling | 2017-06-14 | 1 | -4/+5 |
| | |||||
* | force chrome to produce debug output as it runs in CI | Mike Greiling | 2017-06-14 | 1 | -1/+9 |
| | |||||
* | replace PhantomJS with headless Chrome as karma test runner | Mike Greiling | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | Revert "Merge branch 'karma-headless-chrome' into 'master'" | Mike Greiling | 2017-06-13 | 1 | -1/+1 |
| | | | This reverts merge request !12036 | ||||
* | replace PhantomJS with headless Chrome as karma test runner | Mike Greiling | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | Use inline source maps for karma (!11815)winh-karma-sourcemaps | winh | 2017-05-31 | 1 | -0/+2 |
| | |||||
* | Only add frontend code coverage instrumentation when generating coverage report | Mike Greiling | 2017-03-20 | 1 | -18/+14 |
| | |||||
* | remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration | Mike Greiling | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | remove problematic plugins from karma's webpack config | Mike Greiling | 2017-03-03 | 1 | -1/+12 |
| | |||||
* | Merge branch 'instrument-in-karma' into 'master' | Alfredo Sumaran | 2017-02-16 | 1 | -0/+11 |
|\ | | | | | | | | | Move babel config for instanbul to karma config See merge request !9286 | ||||
| * | Move babel config for instanbul to karma config (!9286) | winniehell | 2017-02-16 | 1 | -0/+11 |
| | |