Robotframework Historic Versions Save

Robotframework-historic is a free, custom html report which provides historical robotframework execution results by storing execution results info in MySQL database and generate's html reports (charts / statistics) from database using Flask.

v0.2.7

3 years ago

v0.2.6

3 years ago
  • Handle SKIP for older versions
  • Analysis comments improvement
  • Minor bug fixes

v0.2.5

3 years ago
  • New SKIP related changes - draft
  • Improved Failure Analysis
  • Added provision to collect Test Tags

v0.2.4

3 years ago
  • Fix issue in compare query
  • Show error message for invalid queries

v0.2.3

3 years ago
  • Fixed issue in Flaky results
  • Simplify setup through command line (create user, create table etc.,)
  • Added group comment feature
  • Minor alignment fixes

v0.2.2

3 years ago
  • Fixed Common Suite failure
  • Added Dashboard option for every execution under Historic
  • Fixed Dashboard issue when only 1 execution exist
  • Minor label fixes
  • Merged robotframework-historic-parser into robotframework-historic

v0.2.1

3 years ago
  • Added permanent link for recent failures (project level)
  • Added New Failures count under execution statistics
  • Show Automation Issues, Application Issues count in dashboard based on analysis comments
  • Update comment modal to include reviewer & issue type fields
  • Added jquery datatable to retain search text, Pagination on refresh
  • Added 'All' option in page results filter
  • Modified execution pass percantage trend in Overall Dashboard

v0.2.0

3 years ago
  • New UI
  • Improved Statistics
  • Fixed failures

v0.1.10

3 years ago
  • Use ApexCharts

v0.1.9

3 years ago
  • Fix case senstive issue in linux/ubuntu
  • New feature Query to execute custom queries from web - Beta
  • Minor UI changes