You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leon Kiefer edited this page Mar 16, 2020
·
2 revisions
Test Project
The test project is a Kotlin project and part of the main livindocs project.
It’s used as integration tests for the livingdoc JUnit Test Engine.
Structure:
src/main/kotlin: source code that should be tested with livingdoc tests
src/test/docs: the livingdoc examples in html and markdown format
src/test/kotlin: livingdoc fixtures for the html and markdown files
src/test/resources: livingdoc.yml config file
Building the project
gradle :livingdoc-test:test
Known issues
If some dependencies cannot be resolved, first run the publishToMavenLocal gradle task.