README: explain how end-to-end tests help with reporting bugs #163

Open
earl-warren wants to merge 1 commit from earl-warren/runner:wip-readme into main
Owner
No description provided.
earl-warren added the
Kind/Documentation
label 2024-03-24 07:38:05 +00:00
earl-warren added 1 commit 2024-03-24 07:38:06 +00:00
All checks were successful
/ cascade (pull_request) Has been skipped
/ example-docker-compose (pull_request) Successful in 3m20s
checks / build and test (pull_request) Successful in 30s
checks / runner exec tests (pull_request) Successful in 36s
1159491cc4
README: explain how end-to-end tests help with reporting bugs
Gusted reviewed 2024-04-01 13:22:20 +00:00
README.md Outdated
@ -6,1 +6,4 @@
# Reporting bugs
When filing a bug in [the issue tracker](https://code.forgejo.org/forgejo/runner/issues), it is very helpful to propose a pull request [in the end-to-end tests](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions) repository that adds a reproducer. It will fail the CI and unambiguously demonstrate the problem exists. In most cases it is enough to add a workflow ([see the echo example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-echo)). For more complicated cases it is also possible to add a runner config file as well as shell scripts to setup and teardown the test case ([see the service example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-service)).
Owner

s/demonstrate/demonstrate that/

s/demonstrate/demonstrate that/
Author
Owner

Applied.

Applied.
earl-warren marked this conversation as resolved
earl-warren force-pushed wip-readme from 1159491cc4 to 83a6d8c856 2024-04-01 14:47:04 +00:00 Compare
earl-warren force-pushed wip-readme from 83a6d8c856 to aa421fa279 2024-04-13 12:11:21 +00:00 Compare
earl-warren requested review from thefox 2024-04-13 12:11:35 +00:00
thefox approved these changes 2024-04-13 12:30:35 +00:00
All checks were successful
/ cascade (pull_request) Has been skipped
checks / build and test (pull_request) Successful in 1m0s
checks / runner exec tests (pull_request) Successful in 35s
/ example-docker-compose (pull_request) Successful in 4m1s
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u wip-readme:earl-warren-wip-readme
git checkout earl-warren-wip-readme
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo/runner#163
No description provided.