Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 450 Bytes

Testing Neodynamic ZPL to PNG conversion

Replace license information in the placeholders:

private const string licenseOwner = "CHANGE ME";
private const string licenseKey = "CHANGE ME";

Run the tests in Docker container:

docker build -t zpl2png-test .

Run the tests locally:

dotnet test ZplRenderingTests

When running tests locally, the resulting label PNGs are generated in the build output directory.