Metadata-Version: 2.1
Name: cujirax
Version: 0.4.6
Summary: Cucumber result to Jira Xray Test repository
Author-email: Max Leow <maxengiu@outlook.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pydantic
Requires-Dist: atlassian-python-api
Requires-Dist: requests
Project-URL: Home, https://github.com/maxleow/cujirax

# cujirax
`Cu`cumber `Ji`ra and `X`ray

## Setup environment variables
```sh
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`


