Document that advanceUntilIdle ignores background tasks (#37 , !44 )
Fixed an incorrect example for the class Ignored (#ff6de16a , !45 )
Allow test tagging (#757882ff , !45 )
iOS support (#35 , !42 )
Breaking:
- TestConfig instances can now allow being specified multiple times (#ad5cbade , #28 , !45 )
- Finalizers can now decide whether they are executed depending on test outcome (#79d664b3 , #41 , !49 )
Temporary files and directories are not deleted anymore when tests fail (#76fe7a70 , #41 , !49 )
Create this module to expose the Parameterized library to Prepared tests (#30 , !43 )
Create this module to interoperate with the Ktor Test Host (#42 , !51 )
Prepared test tags are now visibly by the Kotest runner (#757882ff , !45 )
Introduce PreparedSpec (!50 )
iOS support (#35 , !42 )
Complete rewrite for the JS platforms, which now use officially-supported means of declaring tests dynamically (#38 , !54 )
iOS support (#35 , !42 )
The project is now based on the Gradle Playground, like all our other projects (!38 )
Removed the unused 'framework' module (#36 , !41 )
Continue reading