Skip to content
Discussion options

You must be logged in to vote

frayTest itself is a gradle task: https://github.com/cmu-pasta/fray/blob/d05d35a743b7a5d56ea5bf4ecf45a0253afaa9ee/plugins/gradle/src/main/kotlin/FrayPlugin.kt#L45C1-L45C60

The easiest way to include frayTest while running gradle test is adding frayTest as a dependency:


tasks.test {
    ...
    dependsOn("frayTest")
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by eyalatar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants