项目作者: gjbsaiia

项目描述 :
Automated Testing Documentation
高级语言: Python
项目地址: git://github.com/gjbsaiia/GTestXMLtoGSheets.git
创建时间: 2018-09-11T11:49:38Z
项目社区:https://github.com/gjbsaiia/GTestXMLtoGSheets

开源协议:

下载


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