Next generation automated testing framework.
Project description
lounger
Next generation automated testing framework.
feature
🌟 支持web/api测试。
🌟 提供脚手架生成自动化项目。
🌟 更好用的数据驱动。
🌟 支持数据库操作。
🌟 已经配置好的测试报告(包含截图、日志)。
🌟 天然支持API objects、Page objects设计模式。
framework
lounger不是一个从零开始的自动化测试框架,建立在pytest生态的基础上,提供更加简单的使用体验。
Install
- pip安装。
$ pip install lounger
- 体验最新的项目代码。
$ pip install -U git+https://github.com/SeldomQA/lounger.git@main
此外,如果做Web自动化测试,请单独安装测试浏览器。
$ playwright install chromium[可选]
$ playwright install firefox[可选]
$ playwright install webkit[可选]
...
scaffold
lounger提供了脚手架,直接创建项目和使用。
$ lounger --help
Usage: lounger [OPTIONS]
lounger CLI.
Options:
--version Show version.
-pw, --project-web TEXT Create an web automation test project.
-pa, --project-api TEXT Create an api automation test project.
--help Show this message and exit.
- 创建web自动化测试项目。
$ lounger -pw myweb
2024-08-17 22:05:04 | INFO | cli.py | Start to create new test project: myweb
2024-08-17 22:05:04 | INFO | cli.py | CWD: D:\github\seldomQA\lounger
2024-08-17 22:05:04 | INFO | cli.py | created folder: myweb
2024-08-17 22:05:04 | INFO | cli.py | created folder: myweb\reports
2024-08-17 22:05:04 | INFO | cli.py | created file: myweb\test_web.py
2024-08-17 22:05:04 | INFO | cli.py | created file: myweb\pytest.ini
- 创建api自动化测试项目。
$ lounger -pa myapi
2024-08-17 22:05:31 | INFO | cli.py | Start to create new test project: myapi
2024-08-17 22:05:31 | INFO | cli.py | CWD: D:\github\seldomQA\lounger
2024-08-17 22:05:31 | INFO | cli.py | created folder: myapi
2024-08-17 22:05:31 | INFO | cli.py | created folder: myapi\reports
2024-08-17 22:05:31 | INFO | cli.py | created file: myapi\test_api.py
2024-08-17 22:05:31 | INFO | cli.py | created file: myapi\pytest.ini
- 直接运行测试
$ cd myweb # or myapi
$ pytest
示例
tests 提供了大量的示例学习。你会看到不少 seldom 类似的用法。
对比
- seldom VS lounger
👉详细对比
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lounger-0.3.0.tar.gz.
File metadata
- Download URL: lounger-0.3.0.tar.gz
- Upload date:
- Size: 34.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f892dd5fc8c170604fdd5f630ac62de193130c6d8d3aa9499698326c2943a406
|
|
| MD5 |
40deb319ceb8a83e8f5720e3cb5d9085
|
|
| BLAKE2b-256 |
a43c7ca0cb46c331bdba2a62af315df1162f2439b8457d8f4f43dfad72d48950
|
File details
Details for the file lounger-0.3.0-py3-none-any.whl.
File metadata
- Download URL: lounger-0.3.0-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb614c2f8b1aa65e370b959dda6eba9fb444c81f3d814eee1ca48791dc628d46
|
|
| MD5 |
073394cdcfd9c64c7371136d849e8a6b
|
|
| BLAKE2b-256 |
3acc13298e7e2609285fb655fe3da95bb82372703aa27271b81bb943d946345d
|