Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom extension #10

Closed
ASaiAnudeep opened this issue Apr 16, 2022 · 0 comments · Fixed by #71
Closed

Support custom extension #10

ASaiAnudeep opened this issue Apr 16, 2022 · 0 comments · Fixed by #71
Assignees
Labels
enhancement New feature or request

Comments

@ASaiAnudeep
Copy link
Member

ASaiAnudeep commented Apr 16, 2022

const config = {
  "reports": [
    {
      "targets": [
        {
          "name": "teams",
          "inputs": {
            "url": "<teams-incoming-webhook-url>"
          },
          "extensions": [
            {
              "name": "custom",
              "inputs": {
                "load": "/path/to/file" || async () => {}
              }   
            }
          ]
        }
      ],
      "results": [
        {
          "type": "testng",
          "files": ["path/to/testng-results.xml"]
        }
      ]
    }
  ]
}
@ASaiAnudeep ASaiAnudeep added enhancement New feature or request good first issue Good for newcomers labels Apr 18, 2022
@ASaiAnudeep ASaiAnudeep self-assigned this Jul 12, 2022
@ASaiAnudeep ASaiAnudeep removed the good first issue Good for newcomers label Jul 12, 2022
@ASaiAnudeep ASaiAnudeep linked a pull request Jul 29, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant