SuffolkLITLab / EfileProxyServer

A proxy server that acts as an Efiling Service Provider, connecting guided interviews to Efiling Managers on Tyler Technologies implementation of ECF 4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview/
MIT License
3 stars 2 forks source link

Integration test revamp #139

Closed BryceStevenWilley closed 1 year ago

BryceStevenWilley commented 1 year ago

Added an easy script to run integration tests front to back, and slight improvements based on coverage data.

Previously, you would have to start up an the server separately, likely with a fully set-up database (that takes ~30-40 minutes for just one jurisdiction).

Now, there's a separate integration test that can generate coverage data for the java server code. It starts up by only downloading codes for one location to speed up start up time, and runs with the integration test script in EFSPIntegration.

There are also some fixes based on these integration tests run: