import-test-toolkit
Import the Business Central Test Toolkit into a Docker container, choosing between helper libraries for speed or full test codeunits for comprehensive testing.
Instructions
Import the BC Test Toolkit (libraries only or full framework) into a container
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| containerName | Yes | Target container name | |
| librariesOnly | No | true = just helper libs (faster), false = full MS test codeunits | |
| userName | No | Admin username | admin |
| password | No | Admin password | P@ssw0rd! |