- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a recommended way to set up automated testing for post processors?
I would like to find a command line way to run my post processor against an intermediate file to verify that I haven't made any changes I did not expect to. I can figure out how to compare the expected output versus the output produced.
Ideally it would be something that I can run under linux, using, e.g. github actions, as well as on the mac and on windows.
In searching around, I ran across this page which implies the existence of a standalone post executable: https://cam.autodesk.com/posts/reference/usage.html but haven't figured out where to find the post executable.
Alternatively, perhaps there is a way to cobble something up with node?
Thanks for any advice or pointers!
Solved! Go to Solution.