Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

testit-importer-junit

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

testit-importer-junit

Junit report importer for Test IT

  • 1.2.7
  • PyPI
  • Socket score

Maintainers
1

Junit report importer

Test IT

Junit report

Getting Started

Installation

pip install testit-importer-junit

Usage

API client

To use importer you need to install testit-api-client:

pip install testit-api-client

Configuration

Use the command testit-junit --help to view the configuration setup help:

testit-junit --url <url>
testit-junit --privatetoken <token>
testit-junit --projectid <id>
testit-junit --configurationid <id>

And fill parameters with your configuration, where:
url - location of the TMS instance
privatetoken - API secret key

  1. go to the https://{DOMAIN}/user-profile profile
  2. copy the API secret key

projectid - id of project in TMS instance

  1. create a project
  2. open DevTools -> network
  3. go to the project https://{DOMAIN}/projects/20/tests
  4. GET-request project, Preview tab, copy id field

configurationid - id of configuration in TMS instance

  1. create a project
  2. open DevTools -> network
  3. go to the project https://{DOMAIN}/projects/20/tests
  4. GET-request configurations, Preview tab, copy id field

Importing

Use the command testit-junit --resultsdir junit-results to specify the directory with Junit reports and create new test run in TMS instance.
Or use the command testit-junit --resultsdir junit-results --testrunid <id> to specify the directory with Junit reports and id of test run in TMS instance. Important: This command initiates the import.

Contributing

You can help to develop the project. Any contributions are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Code Of Conduct before posting your first idea as well.

License

Distributed under the Apache-2.0 License. See LICENSE for more information.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc