Forgejo: Getting Started with Integration Tests

A beginner-friendly guide to running integration tests in Forgejo. Learn how to execute individual tests, use tools like ‘make’ and ‘go’, and explore the essential basics to help you get started with integration testing.

September 24, 2025 · 2 min · Yashwanth Rathakrishnan

Forgejo: Running Playwright Tests On Docker Container

Playwright does not support non-Debian Linux distributions directly, so I created a container to run only Forgejo test cases, mounting the directory instead of copying it.

September 16, 2025 · 2 min · Yashwanth Rathakrishnan