Commit Graph

25 Commits

Author SHA1 Message Date
Damien Arrachequesne
08aff9487f refactor: use prettier to format code 2020-01-14 22:58:35 +01:00
Damien Arrachequesne
11dc4f3a56 chore: migrate to webpack 4
Breaking change: the output bundle will now be found in the dist/ folder.
2020-01-10 07:27:02 +01:00
Damien Arrachequesne
99bcc622cb [fix] Remove any reference to the global variable
Related: https://github.com/socketio/socket.io-client/issues/1166
2018-11-07 22:40:39 +01:00
Thomas Hunkapiller
4349b648d4 [fix] Fix UTF-8 encoding in Firefox WebWorker (#596) 2018-03-09 13:01:02 +01:00
Damien Arrachequesne
75b7fdacc1 [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517) 2016-10-31 22:34:30 +01:00
Diga Widyaprana
fd90acf4b6 Eslint autofix 2016-02-29 20:43:08 +08:00
Diga Widyaprana
bdd7e7c6c8 Direct make test to gulp test, webpack doesn't log if no error 2016-02-10 22:45:22 +08:00
Diga Widyaprana
182dacf35c Use webpack to output to test's public folder and serve it 2016-02-04 17:44:25 +08:00
Diga Widyaprana
c97f876332 Fix test server to use webpack middleware properly 2016-02-04 13:21:05 +08:00
Diga Widyaprana
cedade938c Test build is done using webpack instead of browserify 2016-01-24 23:34:08 +08:00
Damien Arrachequesne
9c449675cb Fix tests in IE < 10 (WebSocket not supported) 2016-01-03 22:23:48 +01:00
Damien Arrachequesne
0ee8de320a Fix ws in browser 2016-01-02 20:32:37 +01:00
Naoyuki Kanezawa
7b30291eab enable to run most tests on Node environment 2015-05-27 02:54:20 +09:00
Julian Salazar
7afd8c8273 Don't ping when socket closed by open handler 2014-05-19 06:23:58 -07:00
Guillermo Rauch
423f84d820 run browserify without shims 2014-02-20 08:54:35 -08:00
Tony Kovanen
43721adf2d Merged current master 2014-02-19 18:35:05 +02:00
Tony Kovanen
33b5e79ca1 Testing for base64 fallback mechanism now run for browsers that don't support binary types 2014-02-16 09:18:32 +02:00
Tony Kovanen
dc4cab5619 Binary support 2014-02-01 01:52:41 +02:00
Roman Shtylman
ad074617c5 fix: build engine.io.js dynamically for webworker test
This avoids the problem of testing against a stale engine.io.js file.
2014-01-26 14:38:33 -05:00
Guillermo Rauch
62125f1bea test: added (failing) worker test (fixes #231) 2014-01-18 11:23:07 -08:00
Guillermo Rauch
2f880c6264 test: style 2013-12-30 15:30:35 -03:00
Roman Shtylman
2d9555c639 add test support server
Allows for tests to actually make connections to a backend.
2013-11-18 15:15:29 -05:00
Roman Shtylman
af1be0f46a add zuul support for easier browser testing
To run tests in a local browser:
zuul --local 8080 -- test/index.js

To run tests in the cloud via saucelabs:
zuul -- test/index.js
2013-11-18 15:15:15 -05:00
Guillermo Rauch
c8d7c2e4e7 test: added symlink to new build 2012-12-08 20:12:59 -03:00
Guillermo Rauch
464d25107f Added browser test support files 2011-12-21 14:54:16 -08:00