SuffolkLITLab / ALKiln

Integrated automated end-to-end testing with docassemble, puppeteer, and cucumber.
https://assemblyline.suffolklitlab.org/docs/alkiln/intro
MIT License
14 stars 4 forks source link

Add warning for wrong node version #905

Open plocket opened 1 month ago

plocket commented 1 month ago

This might be an issue for https://github.com/SuffolkLITLab/docassemble-ALKilnInThePlayground.

When run directly on a da server that has the wrong node version, the ALKiln test run gets an error that causes something like a "can't find runtime_config.json" error. That's because the old node version can't handle the new node syntax.

worker.log

docassemble.log

We need to instead somehow detect what happened and tell the user what has gone wrong.