How do I analyze the output with a test? #468
Unanswered
tylers-username
asked this question in
Q&A
Replies: 1 comment
-
Currently there is no build-in solution for testing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a simple command that outputs a string to the Console. How do I capture that output and test that it is accurate?
For example, the action below, with the
--pipe
option, will output https://dummy.sh/..parse()
doesn't seem to return anything useful for me to asset that the returned URL equals the expected URL. 🤔Beta Was this translation helpful? Give feedback.
All reactions