bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Add server for agent and harness #16

Closed jnicklas closed 4 years ago

jnicklas commented 4 years ago

This was almost too easy. Parcel is seriously awesome. Such a huge improvement over webpack.

In this PR, I've added some very primitive code to the harness and agent which shows somewhat how they would interact.

The agent has an HTML page which is just a big iframe. The harness is injected via the proxy server. I've added some rudimentary communication between the agent and harness just to show how we can use postMessage to send messages between them. It seems to work really well.

jnicklas commented 4 years ago

🚢