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

Handle document download timeout (add note in the report, etc.) #804

Open plocket opened 10 months ago

plocket commented 10 months ago

Now that document downloading doesn't just run for the whole timeout and move on (regardless of success or failure), timeouts can cause the step to error without leaving any message for the author in the report. I think we'll need something similar to the Story Table to get this working. It's probably time to abstract the timeout functionality there.