Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 534 Bytes

Spek Gradle Sample

This is a sample Gradle project that uses Gradle to run tests (in a CI scenario for instance). You can still run tests individually in the IDE using the Spek IntelliJ IDEA plugin

Setup

Dependencies

Check the build.gradle to understand all the dependencies required.

Test Patterns

Spek uses the Gradle JUnit plugin to find and run tests.

Running

To run individual tests, you can use the Spek IntelliJ IDEA plugin

You can run tests with Gradle using gradle test