Focused Integration Test

Now that our socket.io client tests are nice and isolated in our build file, we can have our build automatically start and stop the test server. We set up a simple socket.io server in our build script. It takes a bit of trial and error to get it to work, but when it does, we have a complete focused integration test for our socket.io client.

  1. E381Client Marching Orders

    Mon, 1 Feb ’16
  2. E382Isolating the Client Build

    Wed, 3 Feb ’16
  3. E383Focused Integration Test

    Mon, 8 Feb ’16
  4. E384Client Clean-Up

    Wed, 10 Feb ’16
  5. E385Network Test Harness

    Mon, 15 Feb ’16