in reply to Time elapsed with Selenium Test

Have you considered looking at an END { ... } block?

Also note that your output ruins the TAP format of your test programs. You should use diag or at least prefix all your non-test output with # so it gets recognized as a comment.

Replies are listed 'Best First'.
Re^2: Time elapsed with Selenium Test
by Chaoui05 (Scribe) on May 17, 2016 at 15:46 UTC
    As i said, i would like to get my end time AFTER my block.
Re^2: Time elapsed with Selenium Test
by Chaoui05 (Scribe) on May 17, 2016 at 15:48 UTC
    What do you mean by "ruins the TAP" ? Because my tests are running well.. Thank you
        Thanks ! But i don't understand which ouput "ruins" my "TAP" ? I used Test::More