Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Azure Test Binder
Azure Test Binder

Azure Test Binder

Superformula

|
26 installs
| (0) | Preview
Associate JS/TS tests to work item ids in the test name.
Get it free

This extension provides a build tasks for linking test execution runs with work items defined in their name.

In the following example all test executions would be linked to work item #12345

describe('#12345 A group of tests', function () {
  it('does the thing', async function () {
    expect(true).toBeTruthy()
  })
})

//.... other tests

describe('Another group of tests', function () {
  it('#12345 still does the thing', async function () {
    expect(false).toBeFalsy()
  })
})
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft