https://github.com/embedded-community/pytest_gh_log_group
pytest plugin for GitHub Action logs grouping
https://github.com/embedded-community/pytest_gh_log_group
action github group log pytest
Last synced: 3 months ago
JSON representation
pytest plugin for GitHub Action logs grouping
- Host: GitHub
- URL: https://github.com/embedded-community/pytest_gh_log_group
- Owner: embedded-community
- License: mit
- Created: 2021-11-24T18:47:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T06:40:14.000Z (over 3 years ago)
- Last Synced: 2025-01-18T12:18:15.467Z (over 1 year ago)
- Topics: action, github, group, log, pytest
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/embedded-community/pytest_gh_log_group/actions/workflows/push.yml)
[](https://pypi.org/project/pytest-gh-log-group/)
## pytest github log grouping plugin
This plugin provides grouping functionality for GitHub action console view.

### Usage
```
pip install pytest_gh_log_group
```
plugin name: `pytest_gh_log_group`
activated by env variable: `GITHUB_ACTIONS`. By default, GitHub action have this variable.
### NOTE
GitHub does not currently support nested groups, see https://github.com/actions/runner/issues/802.