8
0
Fork
You've already forked forgejo-manual-testing
0
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>
2024年06月17日 18:49:09 +00:00
error-pages.md add devtest by @Gusted 2024年02月25日 15:19:25 +00:00
gitignore.md add .gitignore manual check 2024年02月15日 19:16:58 +01:00
heatmap.md Add heatmap testing 2024年03月14日 14:13:50 +05:00
README.md ui: add forgejo/forgejo#4134 2024年06月15日 05:55:34 +00:00

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

Git

Localization

  • Visit https://next.forgejo.org/user/login, it shows that locales from the options/locale directory 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.