{"id":50221,"library":"onsi-ginkgo-v2","title":"Ginkgo Testing Framework","description":"Ginkgo is a testing framework for Go designed to help you write expressive tests.","status":"active","version":"2.30.0","language":"go","source_language":null,"source_url":"https://github.com/onsi/ginkgo","tags":["testing","bdd","test-framework","ginkgo"],"install":[{"cmd":"go get github.com/onsi/ginkgo/v2","lang":"bash","label":"Install github.com/onsi/ginkgo/v2"}],"dependencies":[],"imports":[{"symbol":"ginkgo","correct":"github.com/onsi/ginkgo/v2"}],"quickstart":{"code":"package main\n\nimport (\n    \"testing\"\n    . \"github.com/onsi/ginkgo/v2\"\n    . \"github.com/onsi/gomega\"\n)\n\nfunc TestBook(t *testing.T) {\n    RegisterFailHandler(Fail)\n    RunSpecs(t, \"Book Suite\")\n}\n\nvar _ = Describe(\"Book\", func() {\n    It(\"can be loaded\", func() {\n        Expect(book.Load()).To(Succeed())\n    })\n})","lang":"go","description":"Minimal Ginkgo test suite setup"},"warnings":[],"env_vars":null,"search_vec":"'bdd':19 'design':11 'express':16 'framework':3,8,22 'ginkgo':1,4,23 'go':10 'help':13 'test':2,7,17,18,21 'test-framework':20 'write':15","created_at":"2026-06-15T04:45:00.572940+00:00","updated_at":"2026-06-15T04:45:00.572940+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/onsi/ginkgo","github":"https://github.com/onsi/ginkgo","docs":"https://pkg.go.dev/github.com/onsi/ginkgo/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}