Skip to content

Sample configuration for using Gradle and Spek Test Runner Plugin

Notifications You must be signed in to change notification settings

spekframework/spek-gradle-sample

Repository files navigation

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

About

Sample configuration for using Gradle and Spek Test Runner Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages