New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cujirax

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cujirax

Cucumber result to Jira Xray Test repository

0.8.1
PyPI
Maintainers
1

cujirax

Cucumber Jira and Xray

Setup environment variables

export JIRA_DOMAIN="urdomain.atlassian.net"
export JIRA_EMAIL="youremail@yourcompany.com"
export JIRA_SECRET="xxxxx",

export XRAY_CLIENT_ID="xxxxx"
export XRAY_CLIENT_SECRET="xxxxx"

Maintaining cucumber result json file

Make sure it is alway updated from https://raw.githubusercontent.com/cucumber/cucumber-json-schema/main/schema.json

Generating model from datamodel-codegen --input schema.json --output cujirax/cucumber.py

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