kotter icon indicating copy to clipboard operation
kotter copied to clipboard

Add docs for how to test your project using Kotter

Open bitspittle opened this issue 3 years ago • 1 comments

Basically, how to use the kotterx.test library.

bitspittle avatar Oct 19 '22 15:10 bitspittle

The super quick version is, check the tests under kotter/kotter/src/main/test. They use testSession and then the terminal parameter it provides to verify the state of the console.

bitspittle avatar Oct 19 '22 15:10 bitspittle

This is now done here:

https://github.com/varabyte/kotter/blob/main/kotterx/kotter-test-support/README.md

bitspittle avatar Mar 17 '24 04:03 bitspittle