OBSOLETE
A collection of manual testing instructions for when automated tests are not implemented yet in the forgejo codebase.
This repository has been archived on 2024年08月05日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
|
Earl Warren
ec6d188108
Merge pull request 'UI: add forgejo/forgejo#4134' ( #8 ) from snematoda/forgejo-manual-testing:main into main
Reviewed-on: #8 Reviewed-by: oliverpool <oliverpool@noreply.codeberg.org> Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> |
||
|---|---|---|
| error-pages.md | add devtest by @Gusted | |
| gitignore.md | add .gitignore manual check | |
| heatmap.md | Add heatmap testing | |
| README.md | ui: add forgejo/forgejo#4134 | |
forgejo-manual-testing
A collection of manual testing instructions for when automated tests are not implemented yet in the forgejo codebase. As a general rule they should be documented in the repository to facilitate search and maintenance. As an exception they could be documented in issues instead.
UI
- Preview: set font-size on preview content
- Setting gitignore for a given environment
- Ctrl+Enter on submitting review comment
- Error pages
- Heatmap
- Folded Search Result Box
Git
Localization
- Visit https://next.forgejo.org/user/login, it shows that locales from the
options/localedirectory are used- verify it contains "Sign In"
- change to "French"
- verify it contains "Connexion"
Swagger
The Swagger https://code.forgejo.org/swagger.v1.json is created from comments and there are no automated tests verifying it is consistent with the implementation.