{"id":24330870,"url":"https://github.com/feliux/go-bdd","last_synced_at":"2026-05-17T18:02:39.284Z","repository":{"id":239080498,"uuid":"798471325","full_name":"feliux/go-bdd","owner":"feliux","description":"BDD example written in go","archived":false,"fork":false,"pushed_at":"2024-05-09T21:09:17.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-09T22:26:12.248Z","etag":null,"topics":["bdd","bdd-tests","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/feliux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-09T21:03:03.000Z","updated_at":"2024-05-09T22:26:17.921Z","dependencies_parsed_at":"2024-05-09T22:26:17.041Z","dependency_job_id":"9e87130d-f568-43a3-94c5-b67106728149","html_url":"https://github.com/feliux/go-bdd","commit_stats":null,"previous_names":["feliux/go-bdd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliux%2Fgo-bdd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliux%2Fgo-bdd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliux%2Fgo-bdd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/feliux%2Fgo-bdd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/feliux","download_url":"https://codeload.github.com/feliux/go-bdd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243021780,"owners_count":20223068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bdd","bdd-tests","golang"],"created_at":"2025-01-18T01:14:56.820Z","updated_at":"2026-05-17T18:02:39.225Z","avatar_url":"https://github.com/feliux.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Behaviour Driven Development\n\n```bash\n$ go install github.com/cucumber/godog/cmd/godog@latest\n$ export PATH=\"$PATH:$(go env GOPATH)/bin\"\n\n$ cd \u003cfolder\u003e\n$ godog\n\n# Ejecuta los test para el tag puntuación\n$ godog -t=@puntuacion\n# Ejecuta escenarios de manera aleatoria\n$ godog --random # útil para detectar dependencias\n# Ejecuta escenarios de manera concurrente\n$ godog --concurrency=2\n$ godog --concurrency 2 --format progress\n```\n\n### Good practices\n\nDo this...\n\n1. Describe the behaviour, not the implementation. Be concise.\n2. Use the context to share the state.\n\n### Antipatterns\n\nDo not do this...\n\n1. Alternate order Given-When-Then\n\n## References\n\n[godog](https://github.com/cucumber/godog)\n\n[cucumber-html-reporter](https://github.com/gkushang/cucumber-html-reporter)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliux%2Fgo-bdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeliux%2Fgo-bdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliux%2Fgo-bdd/lists"}