## Executable Functional Tests #### Setup Ensure the executable is built: bun build ../index.ts --compile --outfile /tmp/template-bun-executable Install requirements: pip3 install -r pip-requirements.txt #### Testing Run the functional tests: export EXECUTABLE=/tmp/template-bun-executable behave To run with logging output from the test steps (this is the best set of arguments I can find): behave --no-logcapture --no-color --logging-level=DEBUG