Commit Graph

47 Commits

Author SHA1 Message Date
Guillermo Rauch
e2a1995aa2 test: disable worker test via feature detection 2014-01-18 11:29:41 -08:00
Guillermo Rauch
62125f1bea test: added (failing) worker test (fixes #231) 2014-01-18 11:23:07 -08:00
Roman Shtylman
6bfd5b3f20 use invalid ip address for incorrect connection test
Ensures that a failed connection will fail immediately versus waiting
for some DNS to resolve. Some browsers are very persistent about
resolving DNS names and some ISPs will DNS hijack.
2014-01-15 13:58:41 -05:00
Guillermo Rauch
197e917dc3 test: increase timeouts for network tests 2013-12-31 00:11:16 -03:00
Guillermo Rauch
d840cc40d5 test: whitelist globals 2013-12-30 22:23:44 -03:00
Guillermo Rauch
2f880c6264 test: style 2013-12-30 15:30:35 -03:00
Guillermo Rauch
9e241b6d92 test: improve socket closing test 2013-12-30 15:30:22 -03:00
Guillermo Rauch
30baf081c6 test: fix transport tests on ie 2013-12-28 19:15:29 -03:00
Roman Shtylman
bc50a3eb86 test: close socket connection once test done 2013-11-18 15:15:42 -05: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
Nathan Rajlich
54ad249129 test: re-enable the "agent" option tests 2013-08-30 15:48:34 -07:00
Guillermo Rauch
70a5ecd370 test: temporarily disable breaking tests after ws regression 2013-08-25 14:32:01 -07:00
Nathan Rajlich
7fb5612e27 test: add agent option tests for WebSocket and XMLHttpRequest backends
The `agent` option is only relevant for Node.js...
2013-08-22 18:00:02 -07:00
Sweet Song
da88410d3d Does not emit close on incorrect socket connection 2013-05-10 16:16:31 -04:00
albertyfwu
677d58bcf6 added one more test to parser.js 2013-02-26 14:07:11 -05:00
albertyfwu
05870d993b added tests for integration of new engine.io-protocol; reverted component.json and engine.io.js to previous builds 2013-02-26 01:46:26 -05:00
Andor Goetzendorff
05c4bf02fe client now ignores unsupported upgrades 2013-01-17 17:35:18 +01:00
Guillermo Rauch
aea76ad045 test: fixed transports tests 2012-12-16 20:49:44 -03:00
Guillermo Rauch
c8d7c2e4e7 test: added symlink to new build 2012-12-08 20:12:59 -03:00
Guillermo Rauch
e3f05dea68 test: fix browser test runner 2012-12-08 20:12:44 -03:00
Guillermo Rauch
2da017fde8 test: remove version 2012-12-08 20:09:24 -03:00
Guillermo Rauch
5685db3838 test: point to new build location 2012-12-08 20:07:37 -03:00
Guillermo Rauch
90389c63b7 test: remove dist symlink 2012-12-08 20:03:37 -03:00
Guillermo Rauch
3873488694 test: fix dependencies 2012-12-08 20:02:39 -03:00
Jxck
97a4a5afd1 add transport.js to test 2012-11-12 07:44:12 +09:00
Guillermo Rauch
34a32bf211 test: fixed timestamp tests 2012-08-01 17:28:27 -07:00
Guillermo Rauch
995d5e0400 Added cache busting test. 2012-04-17 16:56:44 -03:00
Guillermo Rauch
96ac0957f6 Fixed parser test. 2012-02-27 08:46:45 -03:00
Guillermo Rauch
141eaef7d3 Failing test. 2012-01-16 09:49:45 -08:00
Guillermo Rauch
cc14deb5ab Removed error packet type. 2012-01-16 09:41:51 -08:00
Guillermo Rauch
01b4802d11 Removed no longer relevant test. 2012-01-16 09:25:19 -08:00
Guillermo Rauch
706f1504f4 Updated encoding format checks for new upcoming format. 2012-01-16 09:12:56 -08:00
Guillermo Rauch
5f0d7fb7e9 Removed noop packet test. 2012-01-14 10:40:23 -08:00
Guillermo Rauch
a22006fc55 Made the parser tests a little more realistic. 2012-01-04 13:09:04 -08:00
Guillermo Rauch
249fb89c49 Added transport unit tests 2012-01-03 13:26:29 -08:00
Guillermo Rauch
f0590b1500 Added tests for qs#util 2011-12-23 12:03:10 -08:00
Guillermo Rauch
242c4b0e84 Make tests depende on the engine.io-dev build. 2011-12-22 15:24:17 -08:00
Guillermo Rauch
7904c477ef Changed test title 2011-12-21 17:40:56 -08:00
Guillermo Rauch
dd72cdacb0 Added parser tests. 2011-12-21 14:54:25 -08:00
Guillermo Rauch
464d25107f Added browser test support files 2011-12-21 14:54:16 -08:00
Guillermo Rauch
9c0de9b43d Renamed main test. 2011-12-21 14:34:28 -08:00
Guillermo Rauch
2113a27fca Added common requirements for tests.
This also adds a layer of compatibility for browser tests.
2011-12-20 22:24:47 -08:00
Guillermo Rauch
1caabfcd9e Fixed util tests. 2011-12-20 22:24:15 -08:00
Guillermo Rauch
b7c703998e Some more tests 2011-12-20 22:24:05 -08:00
Guillermo Rauch
c7ecd93295 Added util tests. 2011-11-27 11:31:00 -08:00
Guillermo Rauch
21b75fa15e Initial import 2011-11-18 10:08:39 -08:00