The Wayback Machine - https://web.archive.org/web/20220506194106/https://github.com/topics/testlink
Skip to content
#

testlink

Here are 48 public repositories matching this topic...

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
good first issue

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