{"id":16321170,"url":"https://github.com/christian-draeger/kata-setup","last_synced_at":"2026-04-12T06:34:10.155Z","repository":{"id":74838934,"uuid":"209569608","full_name":"christian-draeger/kata-setup","owner":"christian-draeger","description":"skeleton with some ready to use testing libs to quick start TDD kata sessions ","archived":false,"fork":false,"pushed_at":"2019-09-26T12:52:39.000Z","size":1543,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-24T01:03:15.672Z","etag":null,"topics":["assertj","es6","gradle","groovy","hamcrest","java","javascript","jest","junit5","kata","kata-setup","katas","kotlin","kotlintest","spock","strikt","tdd","tdd-kata","typescript"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/christian-draeger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-09-19T14:05:02.000Z","updated_at":"2025-07-25T18:11:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"faf53e85-c09d-423a-94c0-7fc22b05c4de","html_url":"https://github.com/christian-draeger/kata-setup","commit_stats":{"total_commits":50,"total_committers":2,"mean_commits":25.0,"dds":"0.020000000000000018","last_synced_commit":"66638e741e94c8f4133ff68525bf3cacd313d19a"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/christian-draeger/kata-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fkata-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fkata-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fkata-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fkata-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christian-draeger","download_url":"https://codeload.github.com/christian-draeger/kata-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christian-draeger%2Fkata-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31706764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["assertj","es6","gradle","groovy","hamcrest","java","javascript","jest","junit5","kata","kata-setup","katas","kotlin","kotlintest","spock","strikt","tdd","tdd-kata","typescript"],"created_at":"2024-10-10T22:46:48.842Z","updated_at":"2026-04-12T06:34:10.133Z","avatar_url":"https://github.com/christian-draeger.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"🚀 TDD-kata-setup [![Actions Status](https://github.com/christian-draeger/kata-setup/workflows/master/badge.svg)](https://github.com/christian-draeger/kata-setup/actions)\n=================\n\nThis is a template project with some ready to use testing setup to quick start TDD kata sessions...\n\n![hacken](hacken.gif)\n\n\u003cdetails\u003e\u003csummary\u003eOrigin of the word Kata explained.\u003c/summary\u003e\n\u003ca href=\"https://en.wikipedia.org/wiki/Karate_kata\" target=\"_blank\"\u003eKata\u003c/a\u003e (Japanese: 形, or more traditionally, 型; lit. “form”) is a Japanese word describing detailed patterns of movements practiced either solo or in pairs.[1] Karate kata are executed as a specified series of a variety of moves, with stepping and turning, while attempting to maintain perfect form.\nTraditionally, kata are taught in stages. Previously learned kata are repeated to show better technique or power as a student acquires knowledge and experience. It is common for students testing to repeat every kata they have learned but at an improved level of quality. As an reference to this practices you can train yourself doing \u003ca href=\"https://martinfowler.com/bliki/TestDrivenDevelopment.html\" target=\"_blank\"\u003eTest-Driven-Development\u003c/a\u003e in a Karate Katas fashion.\n\u003c/details\u003e\n\nThis project includes working setups and examples for:\n* __[Kotlin](https://kotlinlang.org/docs/reference/)__ with:\n    * [KotlinTest](https://github.com/kotlintest/kotlintest/blob/master/doc/reference.md)\n    * [JUnit5](https://junit.org/junit5/docs/current/user-guide/)\n    * [Spek](https://www.spekframework.org/)\n    * and assertion libraries like:\n        * [Strikt](https://strikt.io/)\n        * [AssertK](https://github.com/willowtreeapps/assertk)\n* __[Java](https://docs.oracle.com/javase/specs/jls/se8/html/index.html)__ with:\n    * [JUnit5](https://junit.org/junit5/docs/current/user-guide/)\n    * and assertion libraries like:\n        * [AssertJ](https://joel-costigliola.github.io/assertj/)\n        * [Hamcrest](http://hamcrest.org/JavaHamcrest/)\n* __[Groovy](https://groovy-lang.org/documentation.html)__ with:\n    * [Spock](http://spockframework.org/spock/docs/1.3/all_in_one.html)\n    * [JUnit5](https://junit.org/junit5/docs/current/user-guide/)\n* __[Javascript](https://developer.mozilla.org/en-US/docs/Web/JavaScript)__ including support for _[TypeScript](https://www.typescriptlang.org/docs/home.html)_, _ES6_ and _ES5_ with:\n    * [Jest](https://jestjs.io/docs/en/getting-started)\n\n___\n\n### Prerequisites\n\n* JDK \u003e= 8 installed\n\n___\n\n### 👨‍🍳 How-To:\n\n#### 📁 get the project\nThere are multiple ways to get the setup running on your mashine.\nYou can **_either:_**\n* use the **[Template](https://github.com/christian-draeger/kata-setup/generate)** if you want to create a completely new repository\n\n    **_or_**\n\n* **Fork** the project\n\n    **_or_**\n\n* **[download](https://github.com/christian-draeger/kata-setup/archive/master.zip)** it as Zip file.\n\n#### 💫 Run all tests\n\n    ./gradlew check\n    \n\n#### 📰 Choose a Kata\n[Pick a Kata](/Katas) you want to master and start TDD'ing ♻️\n\n___\n\n#### 👌 Recommended\n\n* [gdub](https://github.com/dougborg/gdub) installed\n    * ℹ️ gdub (`gw` on the command line) invokes `./gradlew` on projects where a gradle wrapper is configured, and falls back to use the gradle from the $PATH if a wrapper is not available.\n \n___\n\n#### 🔧 Troubleshooting\n\n##### ☕️ install JDK11 via [sdkman](https://sdkman.io/):\n```bash\n$ curl -s \"https://get.sdkman.io\" | bash\n$ source \"$HOME/.sdkman/bin/sdkman-init.sh\"\n$ sdk i java 11.0.4.hs-adpt\n```\n\n\n##### 🚧 using intelliJ and modern JS derivatives (fix syntax highlighting for ES6 and TS):\n\n1. open Intellij preferences (on mac `⌘,`)\n1. goto `Languages \u0026 Frameworks`\n1. choose `JavaScript`\n1. select JavaScript language version: `ECMAScript 6`\n\n___\n\n### 🤝 Contributions Welcome\nIf you're having some nice Katas or further ideas regarding the template/test setup feel free to send pull requests :neckbeard:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-draeger%2Fkata-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristian-draeger%2Fkata-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristian-draeger%2Fkata-setup/lists"}