In this repo, you find several projects, to kickstart a code kata quick and easy.
- C# with NUnit
- JavaScript with Jasmine and Karma
- JavaScript with qUnit and Karma
- ECMAScript6 with Jasmine and Karma
- TypeScript with Jasmine and Karma
- PHP with PhpUnit and Grunt
- PHP with PhpUnit and phpunit-testrunner
- PHP with atoum testing framework
- PHP with phpspec testing framework
- Java with junit 5 and AssertJ as a submodule. Thx to mrtnsp.
- Kotlin on JVM with junit 5 and AssertJ.
Each project should hold its own README.md with instructions, how to setup the project. Use package managers, like composer and/or npm, to speed up setup process.
If you want to add a new kickstarter, fork this repository, make a new branch, add the new kickstarter in a separate
folder, with the following naming schema <language>-<test-framework>-[<testrunner>]
and send a pull request.