An open API service indexing awesome lists of open source software.

https://github.com/egeuysall/learn-testing

Learn. Test. Launch.
https://github.com/egeuysall/learn-testing

backend frontend golang learn testing vitest

Last synced: 5 months ago
JSON representation

Learn. Test. Launch.

Awesome Lists containing this project

README

          

# Learn Testing Journey

This repository is my personal playground for learning software testing in multiple languages and frameworks.
I explore testing concepts, write experiments, and improve code quality through hands-on practice.

## Goals
- Learn unit, integration, and end-to-end testing.
- Experiment with Go tests (`testing` package) and JavaScript/TypeScript tests with Vitest.
- Write clean, maintainable, and reliable tests.

## Tools & Frameworks
- Go: `testing` package
- JavaScript/TypeScript: Vitest
- Additional libraries as needed for experiments