FunctionalTestSerializer.md 740 B

FunctionalTestSerializer

代码作业一次功能测试的基本信息

Attributes

  • id : Number - 代码作业一次功能测试的 id
  • time: TimeStamp - 测试时间
  • deployId : Number - 对应的部署 id
  • isPassAll : Boolean - 是否全部通过
  • consoleOutput : String - 控制台输出
  • detail: List<OneFunctionalTestSerializer> - 所有测试用例列表

OneFunctionalTestSerializer

代码作业一次页面功能测试一个测试用例的基本信息

Attributes

  • id : Number - 一个测试用例的 id
  • isPass: boolean - 是否通过
  • message : String - 输出(当测试用例失败才有)
  • trace : String - 错误栈信息(当测试用例失败时才有)