ogoronai/Ogoron Generate
Generate unit, API, and UI test artifacts with Ogoron on Linux runners.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| unit | Generate unit tests from git diff. | no | false |
| api | Generate API tests using a git-scope-driven prompt workaround. | no | false |
| ui | Generate UI test cases from git diff and materialize autotests. | no | false |
| scope | Git scope. Supports values accepted by the CLI, such as commit:abc123, branch:feature/new-auth, date:2024-01-01, since:HEAD~5. Defaults to the current branch. | no | "" |
| working-directory | Repository directory where commands should run. | no | . |
| cli-version | Ogoron CLI release version to download. | no | 5.2.0 |
| download-url | Explicit Linux bundle URL override. | no | — |
| debug | Pass --debug to Ogoron generation commands. | no | false |
| create-pr | Create or update a pull request when generated artifacts change the repository. | no | false |
| pr-branch | Branch used for generated artifact changes. | no | ogoron/generate |
| pr-title | Pull request title. | no | Generate Ogoron test artifacts |
| commit-message | Commit message used for generated artifacts. | no | Generate Ogoron test artifacts |
| author-name | Git author name for generated commit. | no | ogoron-bot |
| author-email | Git author email for generated commit. | no | agents@ogoron.com |
Outputs
| name | description |
|---|---|
| ogoron-bin | Absolute path to the downloaded Ogoron executable. |
| git-scope | Resolved git scope used by the action. |
| changes-detected | Whether generation changed repository files. |
| pull-request-url | URL of the created or updated pull request, if any. |
| branch-name | Branch name used for generated artifacts. |