Clone the repo then run:
./run-test.sh
This should:
- Build an image named
temp/crossbar-cookies
- Spin it up under then local name
test-cookies
- This will also map the current directory to
/node
- This will also map the current directory to
- Runs the command
/node/run-server-and-test.sh
on the server- This run
crossbar start
- Waits 10 seconds
- Runs
python test-case.py
which demonstrates the issue
- This run