I’m developing the LTTR/INK plugin and am considering adding an integration test step into our CI pipeline. It would perform a simple test of loading a set of glyphs files with Glyphs, running them through the plugin and checking the exit code. Crash detection would be sufficient for now.
Thanks. I tried it out briefly and got the external script to execute when Glyphs is already running.
With our plugin installed, I’m imagining to simply use the pyhon script to access each glyph in the glyphs file and ask Glyphs to process it (compute its outline etc.). I’m not yet sure how to do that.