Metadata-Version: 2.1
Name: allure-custom
Version: 1.2.2
Summary: allure custom
Project-URL: Source, https://github.com/funny-test/allure-custom
Project-URL: Documentation, https://funny-test.github.io/allure-custom
Author-email: mikigo <1964191531@qq.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Provides-Extra: doc
Requires-Dist: mkdocs-material; extra == 'doc'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

# allure-custom

定制 allure 报告

目前支持的定制项：

1、logo

2、标题栏文案

3、侧边栏颜色

4、默认暂时的语言

---

**Documentation**: <a href="https://funny-test.github.io/allure-custom" target="_blank">https://funny-test.github.io/allure-custom</a>

**Source Code**: <a href="https://github.com/funny-test/allure-custom" target="_blank">https://github.com/funny-test/allure-custom</a>

---

## 安装

```shell
pip install allure-custom
```
