You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 17, 2023. It is now read-only.
Currently, various functions of the main Test Pilot add-on rely on data from the Test Pilot server API.
That means an in-development experiment which talks to the Test Pilot add-on also requires a locally running instance of the Test Pilot server - because the developer needs to enable their experiment and have the main Test Pilot add-on recognize it through the server API.
We should find a way to stub this out, so that there's just enough of a dev server - or even just static JSON files - that the Test Pilot add-on can fetch and so recognize the in-development experiment without a full-blown Docker installation.
Currently, various functions of the main Test Pilot add-on rely on data from the Test Pilot server API.
That means an in-development experiment which talks to the Test Pilot add-on also requires a locally running instance of the Test Pilot server - because the developer needs to enable their experiment and have the main Test Pilot add-on recognize it through the server API.
We should find a way to stub this out, so that there's just enough of a dev server - or even just static JSON files - that the Test Pilot add-on can fetch and so recognize the in-development experiment without a full-blown Docker installation.