Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configurable start time - emailable report #2476

Commits on Feb 7, 2021

  1. Support configurable start time - emailable report

    The `EmailableReport2` class provides test start time values which
    are in millisecond value from the epoch (01/01/1970 00:00:00):
    - sample value `1610359715103`
      - GMT : January 11, 2021 Monday 10: 08: 35.103
    - see `test-output/emailable-report.html` for start time report usage
    - see https://www.epochconverter.com/clock
    
    This value is not very human readable, and this change adds a protected
    method which can be overridden in sub classes to provide a more human
    readable version of the test start time (e.g. `2021-01-01 12:34:56`)
    
    Fixes testng-team#2459
    bazzani committed Feb 7, 2021
    Copy the full SHA
    a7f0a3f View commit details
    Browse the repository at this point in the history