Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(test): Betelgeuse Docstrings Validation workflow #280

Merged
merged 1 commit into from
Sep 2, 2024

Commits on Aug 30, 2024

  1. feat(workflow): Adding a GitHub workflow for test docstrings validation

    - Introduced a new GitHub Actions workflow (`docstring_validation.yml`) to validate docstrings using Betelgeuse. This workflow triggers on pull requests affecting the `integration-tests/` directory and performs a dry run with Betelgeuse.
    - Added a `README.md` to the `integration-tests/` directory, documenting how to run Betelgeuse for generating and importing test-case and test-run XML files.
    - Created a custom Betelgeuse configuration (`custom_betelgeuse_config.py`) to define additional fields for test cases, ensuring proper parsing of docstrings in the `integration-tests/` directory.
    zpetrace committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    23949fb View commit details
    Browse the repository at this point in the history