gradle / gradle/playframework

Support Scalatest

Open
#122 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
47
Forks
41
PR merge metrics
No merged PRs in 30d

Description

This plugin may be a good basis for supporting Scalatest for Gradle.

https://github.com/maiflai/gradle-scalatest

I didn't want the full functionality of the plugin, just the test action, so I ended up just hijacking that component with the following logic:

```kotlin
tasks.withType().configureEach {
actions = mutableListOf(
com.github.maiflai.ScalaTestAction(null)
) as List>
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.