Forum Discussion

Vec84's avatar
Vec84
Contributor
7 years ago
Solved

Passing a Test within a folder

In my script I append a folder everytime it loops the function. Some folders pass and some fail however it never shows green on the ones that pass. The folder that pass just show the speech bubble with the "i" in it. Is there a way to show these folders as passing.
  • Not sure, What you are asking but I think you are using Log.Message() to display the result correct?

     

    If you want checkpoint then you can use Log.Checkpoint()

3 Replies

  • shankar_r's avatar
    shankar_r
    Community Hero

    Not sure, What you are asking but I think you are using Log.Message() to display the result correct?

     

    If you want checkpoint then you can use Log.Checkpoint()

    • Vec84's avatar
      Vec84
      Contributor
      Hello Shankar, Thanks for your reply. This has changed the result for each folder Thank you !