mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-13 18:40:43 -06:00
* force websockets transport * wip: ensure ws connections take place thru a known socket * clean up yesterday's work * remove dead code (request is undefined) * update websocket tests * add websocket tests * update socket + server specs * add token auth for file_server * Fix cy.visit file_server * restrict non-proxied URLs, serve error on runner URL non-proxied * add e2e test for server splash page * fix types * use clientRoute, fix tests * only run 6_non_proxied in electron * use browser.path * improve empty options type * add ws assertions in e2e tests * fix server_spec * refactor socket whitelisting logic * update server_spec * respond to PR feedback - added tests for non-clientRoute redirecting to clientRoute when not behind proxy - cleaned up comments - cleaned up logic in server.coffee - moved error html to own file - added unit test for socket whitelist + fixed removal bug