in reply to Re: Time elapsed with Selenium Test
in thread Time elapsed with Selenium Test

What do you mean by "ruins the TAP" ? Because my tests are running well.. Thank you

Replies are listed 'Best First'.
Re^3: Time elapsed with Selenium Test
by soonix (Chancellor) on May 18, 2016 at 07:15 UTC
      Thanks ! But i don't understand which ouput "ruins" my "TAP" ? I used Test::More

        Your print statements make the output of your tests non-conformant.

        This is not a problem if you are only ever looking at your tests yourself. But if you want to use other programs, like prove or some CI frameworks, they care about well-formed TAP