aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/cli
AgeCommit message (Collapse)Author
2022-06-09Make `dokka-analysis` dependency compileOnly in base plugin (#2521)Vadim Mishenev
2022-05-26Fix some integration tests on Windows (#2507)Matthew Haughton
2022-01-12Add global settings to JSON dokka cli input (#2292)Andrzej Ratajczak
* Add global settings to JSON dokka cli input * Apply requested changes * Move initialization of global arguments to extension function in core module
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter
2021-06-22Logging in CLI (#1976)Marcin Aman
2021-04-29Make module name optional in cli (#1850)Marcin Aman
2021-02-24Fix parameters on cli and bump kotlinx.cli (#1755)Marcin Aman
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove ↵sebastian.sellmair
concept of `moduleDisplayName`
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-19Adapt integration tests for checking unresolved linksKamil Doległo
2020-07-20Re-introduce default DokkaCollectorTask, run on all submodules by default, ↵sebastian.sellmair
add Collector0IntegrationTest
2020-07-13Introduce dokkaKdoc tasksebastian.sellmair
2020-07-08maven-integration-test: Fix style issuessebastian.sellmair
2020-07-08Implement simple MavenIntegrationTest.ktsebastian.sellmair
2020-07-07Update to Kotlin 1.4 M3sebastian.sellmair
2020-07-07Lazily configure integration test taskssebastian.sellmair
2020-07-07CliIntegrationTest: Add assertion for undocumented reportssebastian.sellmair
2020-07-07Implement simple cli integration testsebastian.sellmair