Skip to content

Releases: adiralashiva8/robotframework-metrics

v3.6.0

24 Oct 12:15
3d8f9bd
Compare
Choose a tag to compare
  • UI Changes (sidebar view to have more space)

  • Added following Stats in Dashboard

    • Test Case Count By Elapsed Time
    • Execution Information
    • Changes In Suite, Keyword Status charts
  • JQuery Data table changes

    • Column level search
    • Colored buttons
    • Test error message to render html
  • Keyword Times

    • Added Fail Count
  • New Tab Details

    • Suite, Test, Keyword log (to have detailed info for report sharing)

v3.3.1

15 Jan 15:56
2911695
Compare
Choose a tag to compare
  • Used jinja2 template instead of beautifulsoup
  • Minor code cleanup
  • Used pandas for more statistics
  • Removed org logo, keyword statistics, logs fetaures
  • Added keyword times and dashboard stats changes
  • Minor UI changes to utilize more space
  • Support for latest robotframework versions

v3.2.2

13 Mar 07:49
Compare
Choose a tag to compare
  • Support for RF4.0 release

v3.2.1

12 Mar 16:33
Compare
Choose a tag to compare
  • Removed Ignore Library functionality due to issue with kw.libname in rf4.0

v3.2.0

31 Oct 07:51
Compare
Choose a tag to compare

v3.1.7

18 Aug 05:42
Compare
Choose a tag to compare
  • Show full suite name (longname)
  • Hide log tab
  • Include tags in test tab

v3.1.6

14 Mar 17:45
Compare
Choose a tag to compare
  • Option to exclude keywords in metrics report
  • Custom report naming
  • Minor UI changes
  • Removed Email

v3.1.4

07 Aug 13:52
Compare
Choose a tag to compare

v3.1.4

v3.1.2

27 May 13:25
Compare
Choose a tag to compare

Enhancements:

  1. Email: Generate email with pie charts similar as dashboard #70
  2. Calling robotmetrics without any arguments raises an exception #69
  3. Metrics: Show colors of PASS and FAIL texts #68
  4. process multiple output.xml #63
  5. calling robotmetrics without any arguments raises an exception #55
  6. Logo gets distorted #59
  7. Email: Metrics stats are not included in email #67

Removed:

  1. Remove send email functionality #66
  2. Sending mail via Mailgun API #58 (not valid now)

v3.1.1

07 Nov 09:40
Compare
Choose a tag to compare
  • Report: Fixed unable to create metrics report (python 2.7) - Issue #46
  • Report: Handled ZeroDivisionError when no keywords available - Issue #43
  • Datatable: Fixed Show no. entries - Issue #42
  • Report: Add provision to disable email from command line - Issue #40
  • Minor clean-up