mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 19:58:40 +00:00
* Exit cleanly after invalid screenshot test name This avoids waiting forever. * Auto-detect host IP in Docker for Mac environment This checks all available network addresses to find one which the Selenium container can connect to. That way we don't have to analyze network settings or similar to figure out the main public IP address of the machine. * Make server less sensitive to current working directory That way it becomes possible to run screenshotter.js from within the Screenshotter directory, and still server all files as intended.