We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
By adding the word And to the end of a Should command, Should will output the input to the pipeline. This lets you do additional tests on the values:
And
@(1,2,3) | Should Count 3 And | Should Contain 2
You can chain any number of assertions this way.