Skip to content

Commit

Permalink
Adding a link in the test description tab of the spreadsheet to the w…
Browse files Browse the repository at this point in the history
…ebpage test descriptions
  • Loading branch information
angelrti committed Jun 21, 2024
1 parent 870c8cc commit 5c2b05d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion generate_xlsx_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5c2b05d

Please sign in to comment.