From 5c2b05daeb3645a41b4a37dbe2c7e603a068da78 Mon Sep 17 00:00:00 2001 From: Angel Martinez Date: Fri, 21 Jun 2024 18:47:12 +0200 Subject: [PATCH] Adding a link in the test description tab of the spreadsheet to the webpage test descriptions --- generate_xlsx_report.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/generate_xlsx_report.py b/generate_xlsx_report.py index 17d5512..0805f67 100644 --- a/generate_xlsx_report.py +++ b/generate_xlsx_report.py @@ -773,7 +773,11 @@ def add_static_data_description_worksheet(self, 'Test Name', self.__formats['product_subtitle']) worksheet.write( current_row, starting_column + 1, - 'Short Description', self.__formats['product_subtitle']) + 'Test Title', self.__formats['product_subtitle']) + worksheet.write_url( + current_row, starting_column + 2, + 'https://omg-dds.github.io/dds-rtps/test_description.html', + string="Click here for full test descriptions") def add_test_name_description_worksheet(self, worksheet: xlsxwriter.Workbook.worksheet_class,