suffolklitlab/ALKiln: Automated docassemble tests

Automatically test any docassemble interview in a any branch on your GitHub repository whenever you commit or push. See https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/alkiln/setup/#types.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
SERVER_URLThe url of your docassemble server. This should be in your GitHub SECRETS or the SECRETS of your org.yes
DOCASSEMBLE_DEVELOPER_API_KEYAPI key of the testing account with developer permissions on your docassemble server.yes
ALKILN_VERSIONVersion of ALKiln to get from npm.no^5.0.0
MAX_SECONDS_FOR_SETUPAmount of time to give the Project to upload your package's GitHub code.no
SERVER_RELOAD_TIMEOUT_SECONDSMax amount of time to give the server to reload if it needs tono
INSTALL_METHODDefault is 'playground'. Other option: 'server'. How to install the package onto the server.noplayground
ALKILN_TAG_EXPRESSIONThe tag expression to use to limit which tests to run. Default is no tag expression.no
DOCASSEMBLECLI_VERSIONThe version of docassemblecli to install.no0.0.25
ALKILN_MAX_RANDOM_TESTS_PER_SCENARIOThe maximum number of tests ALKiln will generate for every Scenario that can generate tests.no
namedescription
PATH_TO_ARTIFACTSAn empty string ("") or the path to the artifacts folder that contains the test run output. Remember to check for the existence of the folder before using it.
PATH_TO_REPORT_FILEAn empty string ("") or the path to report.txt. Remember to check for the existence of the file before using it.
PATH_TO_REPORT_LOG_FILEAn empty string ("") or the path to report_log.txt. Remember to check for the existence of the file before using it.
PATH_TO_UNEXPECTED_RESULTS_FILEAn empty string ("") or the path to unexpected_results.txt. Remember to check for the existence of the file before using it.
PATH_TO_DEBUG_LOG_FILEAn empty string ("") or the path to debug_log.txt. Remember to check for the existence of the file before using it.