Open eakuefner opened 8 years ago
I started working on a doc around this. @eakuefner can you comment which boilerplate is highest priority to remove? https://docs.google.com/a/chromium.org/document/d/1r2e8ORmx6h-Kv1Pcq1F8-a4JdO5nFTRtzyKjqtt7l6U/edit?usp=sharing
I don't care so much about duplicating the scripts in the project bin/
directories if that needs to be done. Brainstorming a bit, the journeys I wonder about are:
//bin/run_dev_server
This is related to #1962, but that's about the bot infrastructure side and this bug is about the developer workflow side.
In general, as we stand up new projects like Lighthouse and migrate libraries out to
common/
(e.g. MRE, metric_runner), we need an easy way to run Python and JavaScript tests (devserver and vinn) without lots of boilerplate copypasta.