2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-18 12:39:44 +03:00
Commit Graph

38 Commits

Author SHA1 Message Date
Kohta Ito 4fbeecbcb2 Adding CI on Github Actions. (#3938) 2021-08-13 14:27:17 +02:00
Jay d99d5faac2 Fix/karma sauce errors (#3717)
* [Updated] karma sauce launcher which should fix suace tests that are no longer showing as passed and rather completed

* [Updated] karma config to follow es-lint rules of axios

* [Updated] karma version to latest

* [Added] propper browsers when testing local
2021-04-01 07:41:15 +02:00
Daniel Lopretto 59ab559386 Update dev dependencies (#3401)
- Everything still works as expected.
  - Remove bundlesize
    - It still uses libtorb which is deprecated and broken on Win and
      requires a full suite of build tools on Mac. Keeping it in the
      package makes it difficult for anyone filing issues to run tests.
    - See: #3396
  - Update grunt and it's plugins
  - Update karma to v4...so much faster!
    - Changed the karma config. Better changes: #3394
  - Update Webpack
    - Uses terser over uglify
  - Update eslint
    - Caused an error in util.js from the `global` directive so the
      directive is removed (it was not needed).
  - Update typescript
    - The old version of tsc didn't know about new features in
      @types/node (like `asserts value`).

Co-authored-by: Jay <jasonsaayman@gmail.com>
2020-12-16 10:25:06 +02:00
Emily Morehouse c0b40650d1 Fix failing SauceLabs tests by updating configuration
- Remove code coverage from SauceLabs CI, as it causes tests to hang.
- Update Safari browser tests to handle Safari 9-11 with proper OS
settings
2018-08-10 12:36:53 -06:00
Rikki Gibson 7b6f541e9d Remove IE10 launcher from karma config 2018-08-06 09:56:51 +02:00
Rikki Gibson 0bb9aaf726 Remove ie9 custom launcher 2018-08-06 09:56:51 +02:00
Nick Uraltsev 94f1e21ba3 Fix SauceLabs config 2017-10-20 07:31:15 -07:00
Nick Uraltsev f40de498e6 Adding Edge, Safari, and IE9 back to SauceLabs 2016-10-24 21:41:18 -07:00
Nick Uraltsev 12341d88c0 Temporarily removing Edge from Sauce Labs 2016-10-10 18:11:00 -07:00
Matt Zabriskie 181f4e78b9 Attempting to fix SauceLabs timeouts 2016-06-27 12:48:09 -06:00
Nick Uraltsev e97123dc52 Temporarily removing Safari and Edge from Saucelabs 2016-06-22 23:33:20 -07:00
Nick Uraltsev adc23cb355 Increasing Karma timeouts 2016-06-14 19:15:46 -07:00
Nick Uraltsev c622b35f38 Updating configuration to use Firefox for testing PRs 2016-03-22 23:46:36 -07:00
Nick Uraltsev 4f61a78436 Fixing issue with Travis 2016-03-21 23:35:15 -07:00
Matt Zabriskie 4d2f9c21d4 Gettings tests passing for IE9 2016-03-09 16:17:10 -07:00
Matt Zabriskie dcbb352262 Moving test helpers and auto-loading them 2016-03-07 13:21:27 -07:00
Matt Zabriskie 955d5a02e4 Run ALL the tests 😸 2016-03-05 23:29:29 -07:00
Matt Zabriskie dc07ef2559 Fixing tests for IE 2016-03-05 23:17:39 -07:00
Matt Zabriskie c181d8ade9 Removing IOS and Android from Saucelabs 2016-03-04 01:23:51 -07:00
Matt Zabriskie 529d89f4fc Trying to fix capture timeout by increasing time limit 2016-03-04 01:10:20 -07:00
Matt Zabriskie 425d93502b Adding IOS and Android to Saucelabs 2016-03-04 00:56:29 -07:00
Matt Zabriskie 34222f27e4 Adding IE and Edge to Saucelabs 2016-03-04 00:33:08 -07:00
Matt Zabriskie 68a6eb8522 Adding Safari to saucelabs 2016-03-04 00:27:33 -07:00
Matt Zabriskie ea673057aa Trying to get a green run on saucelabs 2016-03-04 00:20:58 -07:00
Matt Zabriskie b17e109eea Hooking things up to saucelabs
closes #180
2016-03-03 23:35:33 -07:00
Matt Zabriskie 11c12b2c65 Merge pull request #121 from azendoo/custom-encode-params-method
Add support third-party library to serialize url params
2015-10-27 14:48:02 -06:00
David Fournier 14ede9e18e Add support third-party library to serialize url params 2015-10-27 11:54:44 +01:00
mzabriskie fcd2121c8b Fixing test coverage reporting 2015-10-07 14:36:35 -06:00
mzabriskie f2105140ee Pretty colors 2015-06-18 20:49:49 -06:00
mzabriskie dde87076ec Removing node path from browser tests 2015-03-18 17:58:01 -06:00
mzabriskie fc12b933f7 Moving many nodeunit tests to jasmine 2015-03-18 17:12:51 -06:00
mzabriskie b745600ab7 Using webpack for testing 2015-03-18 10:45:06 -06:00
mzabriskie ce03103da4 Adding coveralls 2015-03-17 16:56:30 -06:00
mzabriskie a9bcc8f419 Upgrading es6-promise dependency 2015-01-23 02:53:22 -07:00
Jason Dobry 5bb39f3279 Initial interceptor implementation. 2014-12-06 00:14:28 -07:00
mzabriskie 1fa35ced3c Fixing issue #7 2014-09-16 11:51:29 -06:00
Matt Zabriskie 0d0b837020 Adding nodeunit 2014-08-27 01:03:49 -06:00
Matt Zabriskie 2c3a3bc0b7 Adding testing config 2014-08-18 17:25:56 -06:00