Metadata-Version: 2.1
Name: flexrunner
Version: 1.0.8
Home-page: https://github.com/txu2k8/test-runner-flex
Author: TXU
Author-email: tao.xu2008@outlook.com
Maintainer: TXU
Maintainer-email: tao.xu2008@outlook.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# test-runner-flex
测试执行引擎/框架，python

## 快速开始
```
(venv) D:\workspace\src\test-runner-flex>python run_main.py --help
Usage: run_main.py [OPTIONS]

  FlexRunner 命令行 CLI

Options:
  -f, --test_conf_path TEXT       配置文件路径，对应目录：./{$project}/conf/{$test_conf}
                                  [default: ./demo/conf/demo.xml]
  --loglevel [TRACE|DEBUG|INFO|SUCCESS|WARNING]
                                  日志等级  [default: LogLevelEnum.INFO]
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.
  --help                          Show this message and exit.

```

## 测试demo环境搭建
```
.\minio.exe server D:\minio\data\ --console-address 127.0.0.1:9001
```
