Skip to content

bug(e2e): Firebase test-server causes websocket errors #15

@jeffbcross

Description

@jeffbcross

Right now the e2e test is communicating with a real Firebase.

When this file is run, and then an app is opened to connect to it, many ERR_CONNECTION_CLOSED errors are logged to the console.

Virtual host configuration:

127.0.0.1       test.firebaseio.com

Ping test.firebaseio.com:

PING test.firebaseio.com (127.0.0.1): 56 data bytes

To Reproduce

  1. Check out this branch;
  2. Run ./node_modules/.bin/http-server from the root of the project
  3. Open http://localhost:8080/test/e2e/firebase_list/
  4. Look at console

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions