/GTestXMLtoGSheets

Automated Testing Documentation

Primary LanguagePython

GTestXMLtoGSheets

Automated Testing Documentation
Use Google Test to test your C/C++ code, and then run this python script to convert ugly XML into Google Sheets testing documentation.

  • first set up a Google Developer account
  • Make a new project
  • Create a Service account, and get your Google Sheets API credentials in .json form (I simply renamed the .json file "creds")
  • Set up your Google Sheet
  • Share your google sheets with the service account
  • Drop that credential .json into the same file as this
  • Route all your GTest XML results to your "XML_Logs" folder
  • Automate the rest of your testing documentation