Skip to content
#

testlink

Here are 42 public repositories matching this topic...

An open source continuous testing platform. MeterSphere 是一站式开源持续测试平台,涵盖测试跟踪、接口测试、性能测试、团队协作等功能,全面兼容 JMeter、Postman 等开源、主流标准。项目采用 SpringBoot 2.x + MyBatis + Vue.js + Element + Docker + Kafka + MySQL等开发。

  • Updated Dec 17, 2020
  • Java
thephilwells
thephilwells commented Jan 2, 2019

The code on lines 25-37:

    const testCaseAtThisLevel = getTestCases(obj.testsuite.testcase)
    const testStepsAtThisLevel = testCaseAtThisLevel.reduce((acc, cur) => { return acc + cur.steps.length }, 0)
    const numberAutomatedAtThisLevel = testCaseAtThisLevel.reduce((acc, cur) => { return acc + cur.numberAutomated }, 0)
    let finalObj = {}
    const testSuiteToActOn = getSuites(ob

Improve this page

Add a description, image, and links to the testlink topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the testlink topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.