mix durable_streams.conformance (Streamkeeper v0.3.0)

View Source

Runs the Durable Streams server conformance tests.

This task:

  1. Starts the application
  2. Starts a Cowboy HTTP server on port 4437
  3. Runs the official conformance test suite
  4. Reports results

Usage

mix durable_streams.conformance

Requirements

  • Node.js and npm must be installed
  • Run npm install in the conformance directory first