Skip to content

Understanding part tests and how to create a workflow around them #9170

Answered by SchrodingersGat
akrly asked this question in Q&A
Discussion options

You must be logged in to vote

@akrly there are a couple of ways of doing this.

Block Build Until Tests Pass

In the build settings there is an option to block a build output from being "completed" until all tests pass. So, the item under test cannot enter available stock until it has passed all tests

Stock Status

You could manually mark these items with a custom stock status until the tests are passed

Plugins

You could have a custom plugin which could perform an operation on the stock item (e.g. give it a custom status) if a test fails. Basically, the plugin system can respond to any sort of 'events' in the system if the built-in functionality is not sufficient for you

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@akrly
Comment options

@SchrodingersGat
Comment options

Answer selected by akrly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants